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

iSKweek

Members
  • Posts

    479
  • Joined

  • Last visited

    Never

Everything posted by iSKweek

  1. SadScript = vb6\. If you can script you can code. There is therefore no need to use the scripting engine in EO ;P But to answer your question simply; no.
  2. *file -> make EO.exe (or server.exe)
  3. This is interesting indeed. He puts a really good point out there.
  4. http://www.robin.freemmorpgmaker.com/eo_runtimes.zip
  5. You need to edit them from in-game by typing /editnpc or pressing the insert key. You need to be an admin.
  6. If it is something you want to be permanently stored in the player file you need to add it to playerrec in modTypes.
  7. Player(index/myindex).Name/sprite/level etc :)
  8. iSKweek

    [EO]Server online

    http://www.touchofdeathforums.com/smf/index.php?topic=36998.0 There you go. You can only have 20 people online (i think) but that shouldn't be a huge issue.
  9. iSKweek

    [EO]Server online

    The only other method is hamachi but I don't really recommend it :S There are some tutorials on how to use it somewhere if you are interested though.
  10. Have you installed the library files on the other laptop?
  11. iSKweek

    NPC Help

    Make sure you put each stat as at least 1 :)
  12. iSKweek

    Admin panel

    Ok look in modInput sub handlekeypresses, look for "/edititem". There will be a heap of commands. Just look through them and you should be able to find the ones you need.
  13. iSKweek

    Admin panel

    DO you have VB6? Or are you just using the compiled versions?
  14. iSKweek

    Admin panel

    Try using "/editmap", "/edititem" etc. I am not sure exactly what the commands are, but they all have one (unless he removed those too)
  15. iSKweek

    Admin panel

    Richy removed that. You need to type "/admin" instead :)
  16. Ah oops, my bad :P What Yukiyo said :)
  17. Calm down, he doesn't need to forward his port if he is connecting to his client from the computer his server is on. If this is the reason you pm'd me calling me a dickhead then you need to grow up.
  18. Robin would be the only one that knows. You can try changing the save function,thingy for player stuff to save in .txt format and check, or you can just try changing the names in the source and see if it works. Pretty sure it is just numbers though.
  19. I'm on my phone so it is hard to see the picture, but if I am correct you want to change how big the game screen is on the gui. Basically you just need to change picScreens size. Sorry if this is wrong.
  20. iSKweek

    [EO] help.

    HAve you made any edits? I have had this error twice, both times caused by an error I made myself.
  21. I believe you are looking for``` Public Const MAX_MAPX As Byte = 23 Public Const MAX_MAPY As Byte = 16 ```Change it in the client and server (modConstants) :)
  22. He did say that there will be a data converter for maps and stuff from now on so that won't be an issue.
  23. Haha, well at least everything is good now. Did you learn your lesson though? :P That is, to not start work on a game or anything until you have the engine finalised? :P
  24. To be honest I think the best way to fix this is to redo all your maps :P
  25. Did you change the maps in the server and the client?
×
×
  • Create New...