Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. If im not mistaken, if you're running all 3 server.exe, there will be firewall allowing confirmation will prompt. Have you tried disable your firewall to see is it because of firewall or anything else ?
  2. seems like you are using hercules ? hercules have their own forum. rAthena files are quite different compare to hercules. Its better for you to ask at the correct emulator that you currently use.
  3. https://github.com/rathena/rathena/wiki/Custom-Items
  4. Try to open your domain. You should can access your domain before pointing it.
  5. u type 'rangarok' and ragnarok but in screenshot ragnarok and ragnarok.
  6. add your voting sites then. Make sure you already run 3 sql for voteforpoints .
  7. From what I understand, the first devotion + defender works, but for the next time devo , the defender isnt work . Which means they need to retoggle the devo to make it works again.
  8. what client date ? I think u should edit iteminfo.lua
  9. remove all cp_ tables... then rename your server name in config/servers.php OR just remove all the FluxCP files and reinstall again.
  10. Try restart server ? Maybe you are using @reloadskilldb which have issue if you're using older than github latest commit right now.
  11. Actually, theres a few reports sending to me regarding this too. It happens randomly, I didnt manage to get any further details.
  12. Then you need to update it by yourself. Or if theres any pull request from rAthena github, u can use that.
  13. 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;
  14. hello, 20180620 didnt use clientinfo.xml anymore. Its using sclientinfo.xml
  15. Chaos92

    CentOS7

    Read at README here : https://github.com/rathena/rathena
  16. 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
  17. 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.
  18. then u can use older version of centos as supported in eAthena before.
  19. 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
  20. 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] );
  21. just make sure they are using different ports, different database.
×
×
  • Create New...