Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. what do u mean lost ? Functor is still active if im not mistaken. @Functor and his 3rd party services still available :
  2. Yes, web athena still need to pull https://github.com/rathena/rathena/pull/5731
  3. I dont know you are using emblems web service or not, but have setting to enable or disable it in config/application.php. 'EmblemUseWebservice' => true, // Load emblems from WebService?
  4. Cavalry Mastery skill max already ?
  5. Add in item_combos.yml for that item { bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP); } Didnt tried it yet, but should be like this. - Combos: - Combo: - J_Captain_Hat - Antique_Pipe_J Script: | bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP);
  6. I think I saw some projects on randomizer in git. Maybe you can use or contribute in this project then : https://github.com/Die4Ever/ragnarok-online-randomizer
  7. I didnt know why you didnt get fully downloaded client files, but here it is. tip00048.bmp
  8. Sex - 0 if female, 1 if male. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt So maybe use IF for that variable.
  9. || means OR which is IF 1 requirement are fulfilled = accepted. && means AND So ALL requirements needed to be fulfilled.
  10. https://github.com/rathena/rathena/pull/5683/files Just see the files changed, and edit it.
  11. which KoE reward ? guild_member table shouldn't have account_id in field list.
  12. 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.
  13. 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.
  14. restart server, check the log. must be something happening there such as no curly bracket or anything.
  15. 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 ?
  16. your client already have error while starting it. 100% client side files issue. read chriss data translation instruction if you didnt.
  17. https://github.com/rathena/rathena/issues/6323 https://github.com/rathena/rathena/commit/cc6c1c3eff98395575568e600097c384b49f89b5 This related case.
  18. 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.
  19. 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
×
×
  • Create New...