Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Lenton

Members
  • Posts

    1845
  • Joined

  • Last visited

    Never

Everything posted by Lenton

  1. Lenton

    Server Hosting

    Well first of all look around for one thats right for your game. You don't want a cheap one wich makes your server lagg. Then im not too sure but i think they like run it 24/7 or something like that.
  2. So it doesn't work if you turn your scripts on?
  3. Lenton

    Death penalty

    Haaahaahaa! That's funny man.
  4. Lenton

    Potions…

    If you want the posion to heal there Health then put the Hp number up to how much you want to heal them by. Mp is there magic points. Sp i think is like there running points… not sure.
  5. Lol, calm down. you can get map converters and then just paste your GUI, GFX, Music, Flashs, BGS folders which contain graphics and music to your new client.. Also if thats a bit to much you can edit the source code and make it better yourself! - (i recomend this but learn to use VB6 first)
  6. Lenton

    Server Hosting

    Nope, i don't think that theres a free one. The only way to do it is let someone else host your server who can have there computer on 24/7 if you want it for free…
  7. All versions of the Eclipse engines can have sound on the main menu. Im not sure about EE 2.7 but I know for TE you just rename the music to Title.
  8. Lenton

    Guilds

    So not working in the compiled version. I hear alot of errors still in EE. Hope these all get fixed in 2.8 =P
  9. Lenton

    Sound on Main Menu

    Arr right… Ill find it in the soucre anyway. Thanks EDIT: I found out it's 'Title.mid'.
  10. Sub OMG(index) Call PlayerMsg(index, Wow awsome man!,14) End Sub
  11. OK, well the Eclipse engine uses a scripting language called Sadscript. Everything to do with scripting will go in your main.txt which will be located in Server/Scripts/Main.txt. The main.txt tells the server what to do in some respects. A good first thing to do would be to read through most of you main.txt and work out what it's saying to do. Lets say you found this in your main txt - Sub JoinGame(index) Call GlobalMsg(GetPlayerName(index) & " has joined Your Game", 2) Call PlayerMsg(index,"Welcome to Your Game!",15) End Sub Whenever a player log's in this Sub will run. Sub JoinGame(index) This command sends a message to everyone playing your game. Call GlobalMsg This retrieves the players charactors name. (GetPlayerName(index) This sends a message to only the player. Call PlayerMsg(index,"Message here",colour number) This will end the sub. (if you don't end it you will get errors) End Sub Seem easy? Just keep looking at scripts until you get the hang of it, then try to start making your own! Happy Scripting!
  12. Welcome back michael0987.. Project 2.5 is old 2.7 is out now =D but i still use TE! TE!!!
  13. A sprite converter??! why anyne need a sprite converter? wouldn't you just paste your sprite sheet into the gfx folder?
  14. Lenton

    Sound on Main Menu

    Im a little bit stuck on how to add sound to the main menu.. Don't you do something with the config file? BTW im using TE if that makes a difference. Thanks for your help! =D
  15. This makes it alot easier for they player to logg in and also quicker. Less scripting and would take away a frm or whatever. It would be a nice feature to have and i hope you all agree too. It would also make the main menu look more complete as all it has is just Some news and buttons. I want this to be in my game and im trying to make it through source edit ATM.
  16. On your map editor click the select type tab then select Attributes. On your Attribute panel select warp and choose which map you want it to warp people to. Then place this on your portal and save the map. Now when someone walks over this they will get warped to where ever you set it to.
  17. Just type /warpto 2 (which will warp your charactor to map 2). It will just be black on map 2 but then you need to open the map editor and do the same whith what you did with map 1. lol shrig94.
  18. Questions to answer : 1) ~~Can someone help me completely remove the auto logging system?~~ 2) Is there anyway to get the buttons pixel perfect? As dragging normally doesn't seem accurate. 3) When editing items and choosing which icon you want the scrollbar scrolls too far right and left. If you scroll right too much you get error, is there any way to fix this? 4) How do you change the green text? For example - on the buttons.
  19. 'Get back to topic you guys… Sub LeftForumGame(index) Call GlobalMsg(GetPlayerName(index) & " Has Left The Forum Game!", 15) End Sub
  20. I have no idea of what that is. So far all i have done and can do is move buttons that are already there.. lol. Please can you explain that in a bit more detail?
  21. If they were invisable how would the player know where to type? Or do you mean you just want the outline?
  22. What program you use to make that?
  23. Questions to answer : 1) Can someone help me completely remove the auto logging system? 2) Is there anyway to get the buttons pixel perfect? As dragging normally doesn't seem accurate. 3) When editing items and choosing which icon you want the scrollbar scrolls too far right and left. If you scroll right too much you get error, is there any way to fix this?
  24. Sub HOTSCRIPT1(index) Call Playermsg(index,"YOU FAIL",12) End Sub Sub HOTSCRIPT2(index) Call Playermsg(index,"YOU FAIL",12) End Sub Sub HOTSCRIPT3(index) Call Playermsg(index,"YOU FAIL",12) End Sub Sub HOTSCRIPT4(index) Call Playermsg(index,"YOU FAIL",12) End Sub 'where abouts do i put this in my main text again? 'FFFFAAAAIIIIILLLLLL!!!!!!!!!
×
×
  • Create New...