Jump to content

Gepard

Members
  • Posts

    392
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Gepard

  1. Just a little side note: you're doing it wrong.
  2. 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
  3. 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
  4. 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?
  5. 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
  6. What is "old" hidden temple? And what is "new" then?
  7. Name a few. It might be easier to adopt than to reinvent the wheel.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.