Jump to content

Chaos92

Members
  • Posts

    1533
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. Before have some suggestion about the SQL generator. I don't think its needed since you might change some data generated and there are already SQL generator from rathena (yaml2sql.bat) so you can use your edited YML and generate the exact SQL for it. And since I saw some users are struggling setting up server with custom max levels, maybe Ill create a generator for that too.
  2. maybe script ? If u are asking why this happen. Since any jobs can warp anywhere it shouldnt be just @go 0. Even starting point of players also isnt @go 0 by default.
  3. make sure the player can ping/connect to your server IP. Ask them to ping, maybe.
  4. To be honest I dont understand much from your request, but if regarding weapontable.lub, itemdb.yml and custom_iteminfo.lua, then you can try my generator here :
  5. https://github.com/rathena/rathena/blob/master/src/config/renewal.hpp#L45C1-L45C21 If you didnt want Renewal drop mode, then you can disable it.
  6. If you're korean, I think you can use the default one then. That is client side error so its not related to mysql to be honest.
  7. Either you disable the patch for 'enable the cash shop preview' in nemo/warp, OR you can change in src/config/core.hpp /// Uncomment for use with Nemo patch ExtendCashShopPreview //#define ENABLE_CASHSHOP_PREVIEW_PATCH remove the // to enable it and recompile rathena.
  8. Maybe use Chris RO English Translation project here : https://github.com/llchrisll/ROenglishRE. He got default nemo and warp profiles too.
  9. https://github.com/rathena/rathena/wiki/Data-Folder Maybe this ?
  10. https://github.com/rathena/rathena/blob/master/db/re/skill_tree.yml or https://github.com/rathena/rathena/blob/master/db/pre-re/skill_tree.yml
  11. most probably accessoryid, accname part
  12. Do you mean @whereis ? @whereis Displays the maps in which monster normally spawns. This does not include mobs summoned by scripts.
  13. Let me know if you have any issue, suggestion or ideas for it. Glad it could help you out.
  14. maybe related to stateicon lua files ? try to use Chris English Translation Project
  15. I have multiple generator project, maybe u can try.
  16. I know you are using the Translation Project because of that error you showed. Its because of outdated kRO. Try updating it, the content of efstids.lub is outdated, doesnt have that part.
  17. As I said, you need to recompile.
  18. this is because you patch your client with 'Add support for preview button in cash shop' OR you can change in src/config/core.hpp /// Uncomment for use with Nemo patch ExtendCashShopPreview //#define ENABLE_CASHSHOP_PREVIEW_PATCH remove the // to enable it and recompile rathena.
  19. Its either u use the correct map, or u just need to update your mapcache for it.
  20. maybe change global_reg_value to acc_reg_num, and str to key ?
  21. Is this xpayapi just launched ? Seems like the domain are just still 1 month age.
  22. then use if, for example if (getrefine()==8) { bonus bCastrate,-20; bonus bDelayRate,-20; } or anything needed.
×
×
  • Create New...