Jump to content

Arcenciel

Members
  • Posts

    1315
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Arcenciel

  1. I think he meant that the monsters auto-respawn after they're killed.
  2. TXT is dead in the recent revisions.....
  3. Arcenciel

    DoTA Runes

    You can't release scripts you didn't write yourself unless the authors specifically allow you to.
  4. Removed all responses not relating to this topic. Please get back on topic.
  5. As far as I know, Ind is the only one working on it and he's currently on vacation so you'd really have to wait. In addition to that, 3-2 is not the priority right now. I believe the Devs are still trying to clear up eAthena bugs.
  6. Just the item entries I'm guessing? Only applies if you're using SQL for your item and mob db
  7. Eh, first thing that came to mind was getmapxy. =P Don't think it needed a comma anywhere. Just read it more slowly and it'll make sense. Your script in the codebox doesn't look right. Read the documentation for getmapxy. If you're just gonna follow Chris, all you need is: if (strcharinfo(3) == "map name here" ) { Script here }
  8. You'd have to utilize getmapxy and then an if statement to check if the map the player is on is the map you want the script to work in.
  9. There's already some existing scripts that does this. You might want to check them out. http://rathena.org/b...-ultimate-v130/ http://rathena.org/board/files/file/626-pvp-ladder-173/
  10. Your item db entry should have 2000 as the view id.
  11. So I'm not the only one who thinks both are completely different game therefore not is not gonna have an affect on each other.
  12. Your view ID is too high. You need to diff your client to increase the view ids allowed.
  13. I don't think those palettes are compatible with RE. I suggest using this instead: http://rathena.org/board/topic/54190-release-basic-rathena-client/
  14. You shouldn't lose any. As far a I know, sql databases are still the same. Need a developer to confirm though.
  15. For the server time, just enable the @ command for it.
  16. Edit this: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/guild/agit_controller.txt Follow this guide: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/woe_time_explanation.txt
  17. This issue has been fixed. http://rathena.org/b...nf-malfunction/ Update your SVN.
  18. No, there aren't any available yet.
  19. Make sure you pay attention to the naming requirements though. http://rathena.org/wiki/Instancing
  20. Try using another label besides OnInit since OnInit has special properties.
  21. It's an SQL Query. You put it into whatever you use to manage your sql files.
  22. A+ for effort? There's a lot to improve upon here. Like you said, you've just copy pasted everything into a single image and that doesn't really work. The font and the styling you've used on it is horrible as well. I suggest you look at other wallpapers and emulate some of the styles used.
  23. Just an idea, can you manipulate sql tables and add them into that party via SQL somehow?
  24. You can. You just have to copy the files for that map, rename it, and put it into your data folder.
×
×
  • Create New...