-
Posts
27 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by vasikokk
-
Hello, Reading your error, i think you need install Windows SDK for get success. Regards :)
-
Making my own ragnarok private server
vasikokk replied to Mondrian's question in Installation Support
See MP bro -
[Debian] Not connecting to login-server
vasikokk replied to Waker's question in Installation Support
Solved in conf/char_athena.conf wrong ip and conf/import folder missbad config -
MD5 Password Encrypted, but Can login if i register account from website
vasikokk replied to saggys's question in Web Support
Open config folder from ur FluxCP, edit servers.php file in the line 48 'UseMD5' => false, to true https://github.com/rathena/FluxCP/blob/master/config/servers.php#L48 -
Try my status server status_thor_patcher.zip
-
La guia no esta nada mal, solo que te falta un par de cosillas para que fuese completo y profesional...
-
it is still in progress https://github.com/rathena/rathena/pull/3990
-
How to fix this error? Please Help..
vasikokk replied to djtaki03's question in Installation Support
Solved this problem -
How to fix this error? Please Help..
vasikokk replied to djtaki03's question in Installation Support
I see u have an Error in 'conf/inter_athena.conf' | Check the file again -
If u go to downloads section clients 2015 and 2016 its not possible to download Finally i found it in github https://github.com/MegamiNoBisho/UnpackedkROclients
-
Heya to everyone, I'm requesting this client 2015-05-13. Thx so much
-
I have done tests and if it goes through the proxy server, what the masquerade does is that it does not pass the real IP of the player. Therefore, as you are redirecting traffic from your main server to the proxy server, what it does is reduce latency. PD: IPtables works better than firewall-cmd (firewalld)
-
I help this person to setup all, its done
-
For registration use FluxCP -> https://github.com/rathena/FluxCP Try with this guide for installation
-
Go this site https://contabo.com/?show=vps
-
OVH, DigitalOcean, Vultr, etc... Good Options But in my opinion the best choice is this contabo.com price/quality (I have been with them for 6 months and no problems) Support excelent
-
Remove link on register icon during logging in
vasikokk replied to fireicesurfer's question in Client-side Support
Np, -
Remove link on register icon during logging in
vasikokk replied to fireicesurfer's question in Client-side Support
In your directory with game and your client, u need find an other file with extension .grf (clientinfo, sclientinfo) For example: -
Remove link on register icon during logging in
vasikokk replied to fireicesurfer's question in Client-side Support
Heya bro, Open ur file with extension .grf and edit this files clientinfo and sclientinfo Search this line -> <registrationweb>https://example.com/</registrationweb> Remove link -> <registrationweb></registrationweb> -
Finally i resolve it! Dont add -> firewall-cmd --zone=INSERT_ZONE --add-masquerade --permanent For remove in server proxy this command -> firewall-cmd --zone=public --remove-masquerade --permanent /* Port Forwarding CentOS 7 FirewallD */ // ======================================================================== // Please read the comments per line it is self-explanatory. // Important Parameters: // INSERT_ZONE = output of the get default zone // INSERT_IP = is the public IP of your main VPS or server // If you like the guide give it a thumbs up! // ======================================================================== // This command is to get the default zone being used by your VM. firewall-cmd --get-default-zone // This command is to check all rules applied to your VM by the current active zone. firewall-cmd --zone=INSERT_ZONE --list-all // Enabling Masquerade Status (IP Forwarding). // This is the important configuration else below won't work firewall-cmd --zone=INSERT_ZONE --add-masquerade --permanent // IP/Traffic forwarding // Make sure you have configured masquerade firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=6900:proto=tcp:toport=6900:toaddr=INSERT_IP --permanent firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=6121:proto=tcp:toport=6121:toaddr=INSERT_IP --permanent firewall-cmd --zone="INSERT_ZONE" --add-forward-port=port=5121:proto=tcp:toport=5121:toaddr=INSERT_IP --permanent // Add rules for ro-ports (assuming that you didn't change the port) firewall-cmd --zone=INSERT_ZONE --add-port=6900/tcp --permanent firewall-cmd --zone=INSERT_ZONE --add-port=6121/tcp --permanent firewall-cmd --zone=INSERT_ZONE --add-port=5121/tcp --permanent // Reload rules to take effect firewall-cmd --reload
-
See this: https://rathena.org/board/files/file/3975-illusion-moonlight/ from this post: https://rathena.org/board/files/file/3975-illusion-moonlight/
-
Heya to all, i have a question Its possible to get IP Origin when players connecting throw proxy server ? Main Server -> 144.xx.xx.xx -> Proxy Server -> 66.xx.xx.xx I can see ip origin when players connected to main server but when its connecting via proxy show this proxy ip DB. I use this guide: https://rathena.org/board/topic/119046-proxy-setup-guide-hide-vps-ip/