• 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 Connecting to the game world. Please wait.

Tazzonny

The Bestest
Joined
Feb 8, 2009
Messages
161
Reaction score
2
Ports are open (DonDaniello Hosting) and ip is correctly configured on .lua

Code:
ip = "xxx.xx.xxx.xx"
    worldType = "open"
    bindOnlyGlobalAddress = false
    loginPort = 7171
    gamePort = "7172"
    statusPort = 7171
    loginOnlyWithLoginServer = false
and it still gets stuck on Connecting to the game world. Please wait.
meanwhile, this happens on the console
Account Manager has logged in.
Account Manager has logged out.
Iny has logged in.
Iny has logged out.
any help is appreciated
 
Back
Top