Jump to content

Chaos92

Members
  • Posts

    1543
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. Actually, theres a few reports sending to me regarding this too. It happens randomly, I didnt manage to get any further details.
  2. Then you need to update it by yourself. Or if theres any pull request from rAthena github, u can use that.
  3. read about cast in renewal mechanism and use items/equipments that can reduce it. or try Angra Manyu [0] [One Hand] Item ID# 1599 (Angra_Manyu)? Since that Item have this effect bonus bVariableCastrate,-100; bonus bFixedCastrate,-100;
  4. hello, 20180620 didnt use clientinfo.xml anymore. Its using sclientinfo.xml
  5. Chaos92

    CentOS7

    Read at README here : https://github.com/rathena/rathena
  6. make sure u already installed fluxcp latest version or run this SQL https://github.com/rathena/FluxCP/blob/master/data/schemas/charmapdb/cp_onlinepeak.20131120120201.sql
  7. it should already inside github for FluxCP. https://github.com/rathena/FluxCP/blob/master/data/npc/PeakNPC.txt Run/load it in your npc folder.
  8. then u can use older version of centos as supported in eAthena before.
  9. I think you need to get the latest rAthena in git. The issue occured when u @reloadskilldb isnt it ? If yes, then this is the commit to fix it. https://github.com/rathena/rathena/commit/496f362ec973224c20fc6d37664f11d277ebcf83
  10. u need to whisper npc:gmnpc About the map, I think because of new getmapxy https://github.com/rathena/rathena/blob/80810e24f820d0f5f92c3c62345de60a863eaf5a/doc/script_commands.txt#L3068 getmapxy( .@map$,.@x,.@y,0,.@name$[.@i] ); try to change 0 to BL_PC getmapxy( .@map$,.@x,.@y,BL_PC,.@name$[.@i] );
  11. just make sure they are using different ports, different database.
  12. yes. 2 emulator. create 2 emulator folder. Renewal and Pre-re. Means u clone 2 times and use different setup for each.
  13. 1st server : 6900 ,5121,6121 database ragnarok 2nd server : 6901,5122,6122 database ragnarok2
  14. Have you tried guildstorage: true ?
  15. possible, as long as its using different ports for both.
  16. if you're using Thor Patcher, try to use this (I prepare it earlier, didnt manage to find the real file because I already thor and delete it) https://mega.nz/#!VdYVQCZD!dF5tUq90hJqiBfxyWbBE-npIELqUiVxdoSPKjwonbM4 Update : 13 December 2020. Link : https://mega.nz/file/lJhAhYBB#dF5tUq90hJqiBfxyWbBE-npIELqUiVxdoSPKjwonbM4 Note : This is .thor file. So you can directly patch it using thor.
  17. accessoryid.lub / accname.lub
  18. Nemo Patcher = used to diff/hex client.
  19. in config/application.php, this line : 'BaseURI' => 'fluxcp', change it to : 'BaseURI' => '',
  20. This Charleston Crisis seems like not working anymore for latest rAthena. I think because of instancing changes in latest rAthena.
  21. add multiple server selection at sclientinfo.xml or clientinfo.xml IF both servers are using same clients.
×
×
  • Create New...