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

Connection Refused

sierra

New Member
Joined
Aug 26, 2007
Messages
52
Reaction score
1
Location
New Zealand
Hey all i'm trying to set up tfs 9.6. Each time I go to log in on my other computer it comes up with
Cannot connect to the game server
Error: Connection refused. (10061)
and so on. I've looked and searched on the forms already and tried everything that others have done and tried what people have said. ill paste the code and if anyone could help me it would be great also I have port forwarded my router to.
Edit: I can get into the char list is well but not game


-- The Forgotten Server Config
-- Account Manager
accountManager = "no"
newPlayerChooseVoc = "no"
newPlayerSpawnPosX = 95
newPlayerSpawnPosY = 117
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = "no"
-- Banishments
broadcastBanishments = "yes"
banDays = 7
finalBanDays = 30
killsToBan = 0
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 20
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
criticalHitChance = 7
removeAmmoWhenUsingDistanceWeapon = "yes"
removeChargesFromRunes = "yes"
removeChargesFromWeapons = "yes"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
oldConditionAccuracy = "no"
stairJumpExhaustion = 2000
-- Commands
displayGamemastersWithOnlineCommand = "no"
-- Connection Config
ip = "kmos.no-ip.org"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171
statusProtocolPort = 7171
loginTries = 5
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = ""
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "KMOS"
loginMessage = "
adminLogsEnabled = "no"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = "yes"
-- Death
-- note: Leave deathLosePercent as -1 if you want to use Tibia's
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1
deathListEnabled = "yes"
maxDeathRecords = 5
-- Guilds
ingameGuildSystem = "no"
levelToCreateGuild = 8
minGuildNameLength = 4
maxGuildNameLength = 20
-- Highscores
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 60
-- Houses
housePriceEachSQM = 100
houseRentPeriod = "never"
-- Idle
kickIdlePlayerAfterMinutes = 15
-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000
-- Map
mapName = "map"
mapAuthor = "Komic"
randomizeTiles = "no"
mapStorageType = "relational"
-- Market
marketEnabled = "yes"
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "yes"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100
-- Messaging
maxMessageBuffer = 4
-- MySQL
mysqlHost = "localhost"
mysqlUser = "myserver"
mysqlPass = "mypassword"
mysqlDatabase = "myserver"
mysqlPort = 3306
-- Premium Account
freePremium = "yes"
-- PVP Server
displayOnOrOffAtCharlist = "yes"
allowChangeOutfit = "yes"
noDamageToSameLookfeet = "no"
experienceByKillingPlayers = "no"
-- Rates
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1
-- Real Server Save
-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
-- if you want such a system use autoSaveEachMinutes. this serversave method
-- may be unstable, we recommend using otadmin if you want real serversaves.
serverSaveEnabled = "yes"
serverSaveHour = 3
shutdownAtServerSave = "yes"
cleanMapAtServerSave = "yes"
-- Server saving
autoSaveEachMinutes = 15
saveGlobalStorage = "no"
-- Spawns
deSpawnRange = 2
deSpawnRadius = 50
-- SqLite
sqliteDatabase = "forgottenserver.s3db"
-- SQL
sqlType = "mysql"
passwordType = "sha1"
-- Startup
defaultPriority = "high"
startupDatabaseOptimization = "yes"
-- Shutdown
freeMemoryAtShutdown = "yes"
-- Status
ownerName = ""
ownerEmail = ""
url = ""
location = ""
 
1.png
Port 80 (You can run a website)

0.png
Port 7171 (People can't see their character list)

0.png
Port 7172 (People can't join your server)


http://otland.net/threads/znotes-port-forwarding-tutorial-small-guide-lot-of-education.107832/
 
Back
Top