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

2 Worlds

MrLipzZz

HTML 'haha
Joined
Nov 27, 2008
Messages
171
Reaction score
0
Location
Brazil
I want setup 2 worlds.
But when login ..
appear both chars of the worlds.
how i can do that ?
 
Examples
First Server

Code:
        -- Connection config
        worldId = 0 -- world ID (firstot)
        ip = "Ip-From-OTS"
        bindOnlyConfiguredIpAddress = false --Here if your want same ip (false)or if ur want one ip for each server (true)
        loginPort = 7171 (dont change it)
        gamePort = 7172 (it is first server)
        adminPort = 7171 (dont touchxD)
        statusPort = 7171(same server, same status)
        loginTries = 10
        retryTimeout = 5 * 1000
        loginTimeout = 15 * 1000
        maxPlayers = 320

Second Server

Code:
        -- Connection config
        worldId = 1 -- world ID (secondot)
        ip = "Ip-From-OTS"
        bindOnlyConfiguredIpAddress = false --Here if your want same ip (false)or if ur want one ip for each server (true)
        loginPort = 7171 (dont change it)
        gamePort = 7272 (now this change for 7272)
        adminPort = 7171 (dont touchxD)
        statusPort = 7171(same server, same status)
        loginTries = 10
        retryTimeout = 5 * 1000
        loginTimeout = 15 * 1000
        maxPlayers = 320

and gratz u make config perfect on config.lua from second server! xD
 
So d00d , doesnt work :D !!
appear only 1 char :D !!!!!!!!!!

another char already created.
if i change the Login port to 7173, and try login tibia with 7171 , appear only char of Second World..
i want both haha :p
 
Last edited:
Man, hahaha, look, i never compilet a thing before,
aw aw, i compiled a 5 C++ code!!!!!!!!!! a Heart from my gf ..

so, can u make a Step by step? :)
i already downloaded the devcpp !
 
Back
Top