• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Multi World Problem

Maganius

PHP->Rulez
Joined
Dec 27, 2008
Messages
85
Reaction score
1
Location
Uruguay
Hello

I use tfs 0.4

I have compile my TFS rev 3884 with -D__LOGIN_SERVER__ and in config.lua have loginOnlyWithLoginServer = true

When i start the server i cant connect to login server but my game server work perfectly i test it in waiting char list and i connect.

But when i try connect of my login server i have this message:

Disconnected from server. (200002)

If i put loginOnlyWithLoginServer = true to false i can connect but cant connect to my second server
 
My server run in a dedicated server.

I try connect with my ip of dedicated and no work.

Why the login server no work with loginOnlyWithLoginServer = true? and work when it are in false only?
 
Last edited:
Yes, I configure server.xml

<server id="0" name="OT ONE" versionMin="860" versionMax="860" address="xxxxxxx" port="7171"/> <- login server port first ot
<server id="1" name="OT TWO" versionMin="860" versionMax="860" address="xxxxxxx" port="7173"/> <- game server port second ot

I think its correct.
 
It should be configured to the game server port not login server port I believe?

- - - Updated - - -

try turning login only with loginserver false? Maybe that is confusing it being that the loginserver is external when using multi world

- - - Updated - - -

you compiled both worlds with the loginserver?
 
Back
Top