Jump to content

Start_

Members
  • Posts

    929
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Not sure but you can try \src\map\script.cpp >> lines 11187. (Copy/Look at this line of code) Then go to channel src files. Try to check it's trade channel and announce it.
  2. Are you using git programs to download rAthena? If yes just press fetch & pull then see the conflict and solve them. If not you need to manualy update it.
  3. Maybe you should look at Paint it black mods try learn from him.
  4. Whoa so basicly it's something missing for sure but we didn't know what is missing haha.
  5. Item is apple because you didn't do the clients part yet. Just work with itemInfo_Sak.lub or etc that used.
  6. Just copy that item_db (Import) to new server you wanted.
  7. D:\rathena\doc\script_commands.txt lines 1123
  8. My friends found the same issue, He used the same server & client from me and it's pop error when try to create characters. Maybe problems came from Windows, Runtimes, Drivers, etc. I don't know.
  9. So rAthena should follow Divine Pride with kRO Server selected right?
  10. Store gettimetick and calculated it each hours (Maybe OnClock event). (See in D:\rathena\doc\script_commands.txt)
  11. Maybe you need to update your database with sql upgrade files (D:\rathena\sql-files\upgrades) just import one your didn't.
  12. There will be some error pop up on patching. Please ignore that and try not to use them. The best way is use stable client like 20180620 for multiple choice to patch.
  13. Check your ID, PW of mysql maybe it's not had password on first installed.
  14. You can look at doc > item_bonus. Find drop bonus.
  15. You need to find it on src folders. By searching skill name and looking for calculating stuffs.
  16. Change Class to BaseClass
  17. \conf\battle\player.conf min_npc_vendchat_distance: This can be used to block when players want to vending near NPC. and setcell you can see example scripts in doc>script_command.
  18. Just change the wording inside src folder (Use find all >> 'rates', 'Normal Drop Rates', etc to find where it is).
  19. It's can do that just change job req. each items but not sure client will pop errors or not.
  20. Item UID is only on equipable items (maybe). Look at inventory table
  21. Maybe client sides need to change something too.
  22. Yes it possible, Look at getitem3 (doc > script_command)
  23. use setcell command with type CELL_NOVENDING
×
×
  • Create New...