Jump to content

Gepard

Members
  • Posts

    392
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Gepard

  1. 1140
  2. Just a little side note: you're doing it wrong.
  3. I don't understand what exactly you're doing, but: You have to take off the changed item and equip it again in order for changes to apply to your character item_db2 is more important than item_db, so if an item is in both, only item_db2 version will be used
  4. 1128
  5. 1126
  6. 1119
  7. 1117
  8. 1110
  9. 1108
  10. 1105
  11. 1100
  12. 1096
  13. Progress on quests is save in character variables, like sign_q, or kh_quest You need to go through script files manually, make a list of variables and possible values (0 is "not started", 1~X-1 is "in progress", >X is "finished" usually, where X changes from quest to quest, as they have different number of steps). Then just check for the variables in script and print a appropriate message. You're doing it hard way, so I wouldn't expect anybody to write the whole script for you. You got the lineout, and the rest of this absolutely tedious and redundant work is your task
  14. 1094
  15. Looks like a possible performance killer for me. I would never use a script that queries log tables from map-server.
  16. Well, if you've made so many changes to both server and client, you must be quite an experienced developer. Why would you request such a simple script?
  17. It has been reported already: http://rathena.org/board/tracker/issue-5347-compilation-leftover/ If you don't need plugins, just make sql instead of make all
  18. What is "old" hidden temple? And what is "new" then?
  19. Name a few. It might be easier to adopt than to reinvent the wheel.
  20. 1092
  21. 1089
  22. 1086
  23. 1080
  24. 1061
  25. 1058
×
×
  • Create New...