Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/04/25 in all areas

  1. Version 2.0

    1039 downloads

    2024-09-08_19-37-05.mp4 If you don't understand how to use this please watch the video.
    Free
    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. Version 2.2

    868 downloads

    This is just a buffer NPC that I made for someone in the script request section. It's pretty versatile and sturdy so instead of it being depreciated I thought others might use it. Description: Select from a list of buffs the ones you want to purchase each time you buff. Double click to reselect buffs. Everything is stored in one character variable. ( preview slowed to increase loading times )
    Free
    1 point
×
×
  • Create New...