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

Ruins of Hell

Members
  • Posts

    6715
  • Joined

  • Last visited

    Never

Everything posted by Ruins of Hell

  1. Have you tried waiting? Sometimes it does this to me as well, but it generally finishes eventually.
  2. @Deathbeam: > Soul in action :P Again he helped solve problem :cheesy: @Erwin: > Haha, yep, he's a god, anyway, I think I'll make a topic for the Map Convertor in the Resource section so people can use it. Glad to help. Thanks for releasing the converter as well, I'm sure people will get a lot of use out of it.
  3. 1. @Chief: > I still think you have a broom handle up your arse, Soul. > > 4. ♥.
  4. Have it save to the NPCRec and load to the NPCRec when the slider changes.
  5. Just open up client.vbp in Visual Basic 6 and open frmMain. Then you can move stuff around. In order to find out how the HP bar works, Control + F (Entire Project) for imgHPBar.
  6. Yeah Get #F, , OldMap.Tile(X, Y) should be fine. Over in ConvertMap you seem to have a problem: ``` For Z = 1 To MAX_MAP_NPCS NewMap.NPC(i) = OldMap.NPC(i) Next Z ``` it should be: ``` For Z = 1 To MAX_MAP_NPCS NewMap.NPC(Z) = OldMap.NPC(Z) Next Z ``` Also you should save the map just like you load it, again, see Sub SaveMap in the server. I'm not sure if these would cause the problem though. Try printing out information about the map as you are converting it (e.g., it's name, the music) and see where they start becoming different.
  7. @Azy: > umm soul… wrong game broseff... > > 000000.00000 Sorry, old habit. 1.
  8. Sorry, this would be considered a Non-Eclipse Project. You need 25 posts to post there.
  9. Sorry, this would be considered a Non-Eclipse Project. You need 25 posts to post there.
  10. Make sure the server-side ItemRec UDT matches the client-side ItemRec UDT.
  11. @Sythnet: > The image isn't even showing now. He hasn't changed it yet.
  12. Don't use the Eclipse Java version. It's not officially supported, and I don't think anyone aside from it's creator was able to get it working.
  13. Please don't make multiple threads for the same issue.
  14. Check the FAQ: > A: /help, /info, /who, /fps, /fpslock, /stats, /party, /join, /leave, /admin, /kick, /loc, /warpmeto, /warptome, /warpto, /setsprite, /mapreport, /respawn, /motd, /banlist, /ban, /edititem, /editanimation, /editnpc, /editresource, /editshop, /editspell, /editmap, /setaccess, /destroybanlist, /debug
  15. @chamster: > Can't find BltAnimation…. using EO3 Please specify what version you are using from now on. Generally I assume either v2 or v2.3. Anyway, the appropriate sub is now Sub DrawAnimation.
  16. So you want to make the entire game just a chat?
  17. @natman777: > I remember I put the xp lvl at 9999999 lol > and how do I make a new map? Do /warpto # , where # is the map number you want to warp to. @natman777: > How do I talk to people? Press 'Control'. They must be Friendly and have one in each stat. @natman777: > How do I move npcs? > sorry im being sooo annoying :/ The NPCs will move by themselves. Also, please do not post more than once in a row. Instead use the 'Modify' link at the top-right of every post.
  18. @natman777: > oh how do I link maps so I can go to another part of the map so like when I walk in a cave I go to a cave place > and why did I receive a msg that said overload then the game shut off??? /editmap > Properties > "Up, Down, Left and Right". Just type in the map number. I don't know why you received that error, you are going to have to be more specific on what you did leading up to it.
  19. Does the ServerPackets client-side match the ServerPackets server-side?
  20. @natman777: > do i type that in chat or console and how do I add prefixs to names so befor my name I can have Owner > ??? Type that in the chat (client-side). You need admin access. [You could follow this tutorial to add [GM] and [MOD] tags.](http://www.touchofdeathforums.com/smf2/index.php?topic=72727.0) However you **must** get Visual Basic 6 [as detailed in this link](http://www.touchofdeathforums.com/smf2/index.php/topic,68399.msg736833.html#msg736833).
  21. @natman777: > How do I edit the maps and npcs??? You need administrator access ([Step 7 of this](http://www.touchofdeathforums.com/smf2/index.php/topic,68360.msg736593.html#msg736593)). All edit commands (type in shoutbox, press enter): /edititem, /editanimation, /editnpc, /editresource, /editshop, /editspell, /editmap Alternatively, open up the admin panel (/admin or Insert).
×
×
  • Create New...