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

Solved Error: Dosconnected from server. (200002) - TFS 1.0 - Debian 7 - ports open

Shadowman321

Member
Joined
Mar 27, 2010
Messages
205
Reaction score
22
Hey,
I have some problems with connection to the server.
I'm using tfs 1.0, gesior 2012 for tfs 1.0, debian 7 64 bit.
Also otland ip changer which works on other servers and tibia 10.76 version.

$ ./tfs
The Forgotten Server - Version 1.0
Compiled with: GNU C++ version 4.7.2
Compiled on Apr 9 2015 14:56:31 for arch x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> Loading config
>> Establishing database connection... MySQL 5.5.41
>> Running database manager
>> Loading vocations
>> Loading items
>> Loading script systems
>> Loading monsters
>> Loading outfits
>> Checking world type... PVP
>> Loading map
[Warning - IOMap::loadMap] This map needs an updated items.otb.
> Map size: 2048x2048.
> Map loading time: 0.001 seconds.
>> Initializing gamestate
>> Loaded all modules, server starting up...
>> Forgotten Server Online!

Ports status:
3ixdg1.jpg


lsof -i result(cut only things that matter for game ports):
tfs 28269 root 6u IPv4 1021153590 0t0 TCP localhost.localdomain:51651->localhost.localdomain:mysql (ESTABLISHED)
tfs 28269 root 7u IPv4 1021154320 0t0 TCP *:7172 (LISTEN)
tfs 28269 root 8u IPv4 1021154322 0t0 TCP *:7171 (LISTEN)

Config:
Code:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 1
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "yes"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = "no"
expFromPlayersLevelRange = 75
noDamageToSameLookfeet = "no"

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "example.com" -- there is good domain, also tried with ip, but it doesnt work
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 100
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
statusTimeout = 5000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 1000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "forgotten"
mapAuthor = "Komic"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "yes"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "usr"
mysqlPass = "pass"
mysqlDatabase = "tfs"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1" -- need this for gesior 2012 installation

-- Misc.
allowChangeOutfit = "yes"
freePremium = "no"
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = "no"
classicEquipmentSlots = "no"

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = "yes"

-- Scripts
warnUnsafeScripts = "no"
convertUnsafeScripts = "no"

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process priority.
defaultPriority = "high"
startupDatabaseOptimization = "no"

-- Status server information
ownerName = ""
ownerEmail = ""
url = ""
location = "Sweden"

Error:
b88rhq.jpg


What is wrong? What did I miss? What is the problem?


@EDIT
I've fixed .otb error(changed map).
200002 is fixed, but I've got 10061 now...
bmeipe.jpg



@edit2
Well, its back to 200002..... IDK why o_O

Mkay, I'm retarded... Its 10.41 server, thats why it isnt working.
Well, the problem here is that, on 8.6 it shows message that it has to be 10.41 client. But on 10.76 it only shows 10061 or 200002 errors... Shit...
:/
 
Last edited:
but you can play on 10.41?, is that i have the same problem but on 10.41, show me char list but when i select the char it give me the erro 10061
 
Back
Top