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

[Request] Creating multi-world

Status
Not open for further replies.

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,581
Reaction score
81
Can someone explain step by step. What to do and how to make a multi-world working?

Thanks in advance.
 
go homepage in config.php? you take and enter youre world name

make a new file of server, And past login world "1" -- if you have 0 in the other.

Add in homepage witch world id "1" -- if you dont have 1 in the other one.

go data/xml/server.xml add a new server with world id 1 on the other
then you can start 2 exes.
 
go homepage in config.php? you take and enter youre world name

make a new file of server, And past login world "1" -- if you have 0 in the other.

Add in homepage witch world id "1" -- if you dont have 1 in the other one.

go data/xml/server.xml add a new server with world id 1 on the other
then you can start 2 exes.

How about the ports?

How about the login server?

How about

Code:
	bindOnlyConfiguredIpAddress = false

how about

Code:
	loginOnlyWithLoginServer = false

and how about:

Code:
	worldId = 0
	ip = "realtibia.servegame.com"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171

how about:

<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="test" versionMin="850" versionMax="852" address="test.miune.nu" port="7171"/>
</servers>
 
Status
Not open for further replies.
Back
Top