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

Multiworld system

olavo

New Member
Joined
May 29, 2007
Messages
74
Reaction score
0
How do I use this feature?
I know that I have to set the server in data/XML/server.xml like that:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
	<server id="0" name="Server 1" address="127.0.0.1" port="7171"/>
	<server id="1" name="Server 2" address="127.0.0.1" port="7173"/>
</servers>
the port of the secound is the "loginPort" or the "gamePort"?
I tryed both and didn't work.

I compiled whith -D__LOGIN_SERVER__ and it's still does not working :(

P.S.:I setup correctly the worldId in config.lua and crated characters in both servers, but it doesn't work...
 
Last edited:
do you have server id on the chars that is going to play on the other server set to 1? (i dont know how to setup this system never tired, but what it look like it should be something like that.)

edit: i did not read whole post so i see that you have done it, mods delete this post its not helpfull since he has already done it
 
Back
Top