Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. which KoE reward ? guild_member table shouldn't have account_id in field list.
  2. I saw exp rate changed there. maybe u are using floating rates ? or any other scripts that trigger around the same time with floating rates.
  3. Hmm. Isnt it because of your iteminfo.lua ?
  4. From my experience in South East Asia, not all ISP are having good route peering. For example connection from South East Asia to China will result to high latency to some route connection. So, you need to know which datacenter are good to host the server/application. They can use VPN or you can provide proxy but yeah this need more effort on this. About specification, dont bother so much about it, use cloud server and you can easily upgrade the specification if needed. Windows based OS usually need higher specification compare to Linux based.
  5. restart server, check the log. must be something happening there such as no curly bracket or anything.
  6. I dont understand. If dc at payon cave, does the character relog at Prontera ? Since u said happens only at Prontera, does it mean if the character at Prontera, then it wont appear at last coordinate online ?
  7. your client already have error while starting it. 100% client side files issue. read chriss data translation instruction if you didnt.
  8. https://github.com/rathena/rathena/issues/6323 https://github.com/rathena/rathena/commit/cc6c1c3eff98395575568e600097c384b49f89b5 This related case.
  9. You need fixed IP address from ISP. usually need to pay more for each month (usually for business plan). And are you sure your internet are good enough ? Because doesnt mean that others wont have lagging issue if they trying to connect to your fixed IP.
  10. hello, are u using latest one ? Because if im not mistaken Apr 28, 2022 have commit about stone curse related https://github.com/rathena/rathena/commit/3b9c28aa464b8adb3decb5357725e1f705c8517e
  11. https://github.com/rathena/rathena/pull/5731 Use this PR if you're not using it yet.
  12. Then ask your dev. use GDB to check or just use latest rathena.
  13. did u download latest rathena github ? Try use the latest one.
  14. your conf error is from database 'log'. but your screenshot doesnt have that. check that log part.
  15. Just try to use that. Is it still error for you ?
  16. find job restriction such as this :
  17. check chriss folder and make sure u are using the skillinfoz that working for your clientdate. different client date = different skillinfoz.
  18. try read the readme.
  19. https://github.com/llchrisll/ROResourceCollection I didnt know if its here but have u tried this ?
  20. seems like your client can access the login server but not reaching map server ? make sure your ports are opened and not blocked by firewall for character and map server. and make sure your client data folder are suitable with your clientdate , and in src/config/packets.h about creating using _M and _F its in conf/login_athena.conf // Can you use _M/_F to make new accounts on the server? // Note: This only works if client side password encryption is not enabled. new_account: no change to yes
  21. Here is the Pull Request, which not being merged yet in master. https://github.com/rathena/rathena/pull/6891
  22. https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml You need to edit this, insert the job, enable the levels required. Should be in import folder after recompile.
  23. 2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.
  24. You need to insert job there # Insert jobs here Try recheck again.
×
×
  • Create New...