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

Lenton

Members
  • Posts

    1845
  • Joined

  • Last visited

    Never

Posts posted by Lenton

  1. 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.
  2. 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)
  3. 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…
  4. 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!
  5. 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
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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?
×
×
  • Create New...