Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/07/23 in all areas

  1. rAthena compatible Client and Hexed is attached Full Client: http://rofull.gnjoy.com/RAG_SETUP_211105.exe (from: http://nemo.herc.ws/downloads) rAthena server https://github.com/rathena/rathena (master branch) I used the translation present in this repository https://github.com/llchrisll/ROenglishRE (master branch) I left a hexed patched with Nemo to help those who don't know how to do full diff. http://nemo.herc.ws/clients/2021-11-03_Ragexe_1635926200 I also used the latest version of opensetup http://nn.ai4rei.net/dev/opensetup You don't need to do anything, just compile the rAthena server which is already compatible with version 20211103 (packetver) Ragnarok.7z
    1 point
  2. HI I ALWAYS FORGOT THE CONFIGURATION AND ALWAYS NEED TO CONVERT WITH IPTABLES THE GUIDE IN RATHENA. IN THIS REGARDS I JUST WANNA SHARE SO WHEN I GOOGLE IT I WILL NOT FORGET ABOUT IT. sysctl net.ipv4.ip_forward=1 iptables -t nat -A POSTROUTING -j MASQUERADE iptables -t nat -A PREROUTING -p tcp --dport 6121 -j DNAT --to-destination XXX.XXX.XXX.XXX:6121 iptables -t nat -A PREROUTING -p tcp --dport 5121 -j DNAT --to-destination XXX.XXX.XXX.XXX:5121 iptables -t nat -A PREROUTING -p tcp --dport 6900 -j DNAT --to-destination XXX.XXX.XXX.XXX:6900 iptables-save > /etc/iptables_rules iptables-save > /etc/iptables_rules iptables -A INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT iptables -A INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT iptables -A INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT iptables -A INPUT -p udp --dport 6900 -m state --state NEW -j ACCEPT iptables -A INPUT -p udp --dport 6121 -m state --state NEW -j ACCEPT iptables -A INPUT -p udp --dport 5121 -m state --state NEW -j ACCEPT
    1 point
  3. you can check at the note
    1 point
×
×
  • Create New...