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

Compiling TFS 0.4 Multi World

Kudzu

Active Member
Joined
Apr 9, 2008
Messages
512
Reaction score
38
Location
localhost
I need Mutli World system for TFS 0.4 . Ok,let's start!

I have compiled TFS with "-D__LOGIN_SERVER__" .
Ok,next. My config.lua in first server:
PHP:
	worldId = 1
	ip = "127.0.0.1"
	bindOnlyGlobalAddress = false
	loginPort = 7171
	gamePort = 7172
In config.lua I have set loginOnlyWithLoginServer = true

Next one-servers.xml
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="1" name="default" versionMin="870" versionMax="870" address="127.0.0.1" port="7172"/>
	<server id="0" name="default" versionMin="862" versionMax="862" address="127.0.0.1" port="7172"/>
</servers>

Now I can run server....I try login...cant connect :eek:

Can someone help me in this? Year ago I did this but now i can't :blink: strange...
I must see this character list:
eqcq6h.jpg
 
Back
Top