• 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!

[World 0 - World 1] Port config

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,644
Solutions
1
Reaction score
99
Ok, should it be:
-- Connection config
worldId = 0
ip = "tibia.mine.nu"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171

And World 1

-- Connection config
worldId = 1
ip = "custom.mine.nu"
bindOnlyConfiguredIpAddress = "no"
loginPort = 7172
gamePort = 7173
adminPort = 7172
statusPort = 7172

2 server folders? custom.mine.nu & tibia.mine.nu = binded to same global ip

When i try to login on World 1, tibia client crashes.

Why?
 
Back
Top