Jump to content

Enkel

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Enkel

  1. Update i already did it, using the commands bellow #RO-Server Proxy IP Tables (Replace 0.0.0.0 with your Main Server IP & Port with Your Server Port) iptables-save > /etc/iptables_rules /sbin/iptables-restore < /etc/iptables_rules iptables -t nat -A PREROUTING -p tcp --dport 6900 -j DNAT --to-destination 0.0.0.0:6900 iptables -t nat -A PREROUTING -p tcp --dport 5121 -j DNAT --to-destination 0.0.0.0:5121 iptables -t nat -A PREROUTING -p tcp --dport 6121 -j DNAT --to-destination 0.0.0.0:6121 iptables -t nat -A POSTROUTING -j MASQUERADE sysctl net.ipv4.ip_forward=1 # Allow Ragnarok Online iptables -A INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT iptables -A INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT iptables -A INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT # Have these rules take effect when iptables is started iptables-save but the thing is i cant see the player real ip, how we can see the player real ip? im try to remove this "iptables -t nat -A POSTROUTING -j MASQUERADE" but when i remove it i no longer cant connect to my proxy
  2. Hello guys im new dev, so the thing is i want to add proxy in my server so its not laggy. But i got an issue, when i logged in with the proxy it say "disconnect from server" then i check the login console, there a connection but the thing is the ip always change. i dont know why, im using debian for the proxy VPS. N : im using this tutorial Thanks for help!
  3. Enkel

    autoloot

    Where i can find it, i try using VS code search but found nothing, thanks for the reply
  4. Enkel

    autoloot

    Can we made autoloot only work in 1 screen, so when we hit monster 75% then get killed by another player the autoloot wont work instead the loot is droping from the monster
  5. Okiee got it, it should be on import file ... last time i already copy to pre-rene file but it not working thanks all!
  6. I got this error when using random option NPC, but it work perfectly on my local any clue?
  7. Is there any chance we modify our damage output while doing Double Attack?
×
×
  • Create New...