Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. Why not use rAthena then.
  2. 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
  3. 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] );
  4. ./athena-start start
  5. just make sure they are using different ports, different database.
  6. yes. 2 emulator. create 2 emulator folder. Renewal and Pre-re. Means u clone 2 times and use different setup for each.
  7. 1st server : 6900 ,5121,6121 database ragnarok 2nd server : 6901,5122,6122 database ragnarok2
  8. Have you tried guildstorage: true ?
  9. possible, as long as its using different ports for both.
  10. 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.
  11. accessoryid.lub / accname.lub
  12. Nemo Patcher = used to diff/hex client.
  13. in config/application.php, this line : 'BaseURI' => 'fluxcp', change it to : 'BaseURI' => '',
  14. Nemo Patcher
  15. This Charleston Crisis seems like not working anymore for latest rAthena. I think because of instancing changes in latest rAthena.
  16. add multiple server selection at sclientinfo.xml or clientinfo.xml IF both servers are using same clients.
  17. This is rAthena not eAmod, why not u asking for eAmod at any eAmod channel instead ?
  18. btw Gepard Shield isnt a free protection project, its paid.
  19. thats mean u need to have the updated pull request that already merged with latest rathena commit. fix the conflicts when u git pull and should be okay.
  20. git pull origin master <-- this will pull all latest git (if u clone from rathena before). in latest commit most of skills database already converted into skill_db.yml
  21. I have this error too.
  22. if you're using admin/GM accounts that have permission to view, then for sure you can view it.
  23. 1. dont add view equipments permission to normal accounts. 2. maybe theres file that didnt added yet/conflicts in your files. Example sprite, iteminfo, etc.
  24. Chaos92

    Error

    either u are disable/enable packet obfuscation, or you are using not matched client date as setup in your emulator files.
  25. any scripts that still work for charleston right now?
×
×
  • Create New...