Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Item is apple because you didn't do the clients part yet. Just work with itemInfo_Sak.lub or etc that used.
  2. Just copy that item_db (Import) to new server you wanted.
  3. D:\rathena\doc\script_commands.txt lines 1123
  4. 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.
  5. So rAthena should follow Divine Pride with kRO Server selected right?
  6. Store gettimetick and calculated it each hours (Maybe OnClock event). (See in D:\rathena\doc\script_commands.txt)
  7. Maybe you need to update your database with sql upgrade files (D:\rathena\sql-files\upgrades) just import one your didn't.
  8. 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.
  9. Check your ID, PW of mysql maybe it's not had password on first installed.
  10. You can look at doc > item_bonus. Find drop bonus.
  11. You need to find it on src folders. By searching skill name and looking for calculating stuffs.
  12. Change Class to BaseClass
  13. \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.
  14. Just change the wording inside src folder (Use find all >> 'rates', 'Normal Drop Rates', etc to find where it is).
  15. It's can do that just change job req. each items but not sure client will pop errors or not.
  16. Item UID is only on equipable items (maybe). Look at inventory table
  17. Maybe client sides need to change something too.
  18. Yes it possible, Look at getitem3 (doc > script_command)
  19. use setcell command with type CELL_NOVENDING
  20. Try added mapflag skill_damage to your towns.
  21. bonus2 bAddMonsterDropItem,501,100;
  22. OnPCDieEvent: if(strcharinfo(3) == "atlantis"){ nude; atcommand "@dropall"; } end;
  23. Start_

    Quarantine

    I'm living in Thailand. For me it's nothing change, because I always work from home. Just a couple things to do more is wear a masks when going to buy foods, Keep cleaning stuffs. But main problems is goverments that's very suck. By the way air pollution seems to be lowered. Animals & Humans had better air to breath.
  24. Did you try setcell walkable into it? (Not sure it's work but you can try)
×
×
  • Create New...