• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Custom Client

gugui

New Member
Joined
Jan 3, 2010
Messages
1
Reaction score
0
Hi all. I'm trying to create a custom client (.exe) because my ISP provider do not offer the forwarding port to me. So then I paid 1€ for 3 days of VPN connection. But when I try to connect in the OT server throught my external IP (VPN) I can only connect to the login server because my external ip (VPN) just use ports >=2048 and I used no-ip to redirect (for example) the port 34891 to 7171. The problem is the port 7172. I don't know how, but some tutorials I saw the Custom Client configuration, and no one say nothing about the port 7172. In my OT I can connect to the login server, but can't enter in-game because the port 7172. How can I change in custom client the port 7172 to other port?
 
Hi all. I'm trying to create a custom client (.exe) because my ISP provider do not offer the forwarding port to me. So then I paid 1€ for 3 days of VPN connection. But when I try to connect in the OT server throught my external IP (VPN) I can only connect to the login server because my external ip (VPN) just use ports >=2048 and I used no-ip to redirect (for example) the port 34891 to 7171. The problem is the port 7172. I don't know how, but some tutorials I saw the Custom Client configuration, and no one say nothing about the port 7172. In my OT I can connect to the login server, but can't enter in-game because the port 7172. How can I change in custom client the port 7172 to other port?
That part is in fact not in the client at all, it's serversided when it sends the characterlist.

https://github.com/otland/forgottenserver/blob/master/src/protocollogin.cpp#L81

So if you set for example port 37264 in your config.lua gameport it will tell the client to connect to the gameserver at port 37264
 
Back
Top