How do I use this feature?
I know that I have to set the server in data/XML/server.xml like that:
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...
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>
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: