Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. To be honest ive upload it before but being rejected because of some reason. You can use this2023kro-minimap.grf
  2. what is your clientdate ?
  3. since u said pre-re defense but in renewal, with original file its not possible because the def is difference. For example cotton shirt in pre-re def=1 but in renewal def=10. Theres no problem to load all the maps since that is client side. even with pre-re setting should can access renewal maps as long as the client support it. And theres a lot of items with different effect in pre-re and re. In renewal there is rebalance and so much more, so its already different compare to pre-re which is already stopped long time ago. If you asked is it possible, should be. But with more works, more time, more headache, etc.
  4. 2010 client ? I dont know where you can get the data folder and lua files for it anymore. Most probably thats the reason why the error occured.
  5. You can enable/disable it here : https://github.com/rathena/rathena/blob/master/src/config/renewal.hpp comment it to disable it by adding // at early lines for example //#define RENEWAL
  6. 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.
  7. 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.
  8. make sure the player can ping/connect to your server IP. Ask them to ping, maybe.
  9. 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 :
  10. 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.
  11. 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.
  12. 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.
  13. Maybe use Chris RO English Translation project here : https://github.com/llchrisll/ROenglishRE. He got default nemo and warp profiles too.
  14. https://github.com/rathena/rathena/wiki/Data-Folder Maybe this ?
  15. 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
  16. most probably accessoryid, accname part
  17. Do you mean @whereis ? @whereis Displays the maps in which monster normally spawns. This does not include mobs summoned by scripts.
  18. Let me know if you have any issue, suggestion or ideas for it. Glad it could help you out.
  19. maybe related to stateicon lua files ? try to use Chris English Translation Project
  20. I have multiple generator project, maybe u can try.
  21. 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.
  22. You need to update your kRO.
  23. As I said, you need to recompile.
  24. 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.
  25. Its either u use the correct map, or u just need to update your mapcache for it.
×
×
  • Create New...