As you can see on the title, I have problem with to get my ot server online.
I am using TFT 2.13 and I have change in the config, but still I don't get my server online.
I may have been wrote wrong things in the config so I put it here:
I think you know why there is "XXX" at some places.
is it something with the sql or so? if it is could you tell me what to do
I am using TFT 2.13 and I have change in the config, but still I don't get my server online.
I may have been wrote wrong things in the config so I put it here:
Code:
-- The Forgotten Server Config
-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "no"
newPlayerSpawnPosX = 95
newPlayerSpawnPosY = 117
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = "no"
-- Banishments
broadcastBanishments = "yes"
killsToBan = 5
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 1
killsToRedSkull = 3
pzLocked = 6000
deathLosePercent = 10
criticalHitChance = 40
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "no"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
-- Commands
displayGamemastersWithOnlineCommand = "no"
-- Connection Config
ip = "83.233.93.28"
port = 7171
loginTries = 5
retryTimeout = 30 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "XXX"
onePlayerOnlinePerAccount = "yes"
allowClones = 0
serverName = "XXX"
loginMessage = "XXX"
adminLogsEnabled = "no"
statusTimeout = 5 * 60 * 1000
-- Deathlist
deathListEnabled = "yes"
maxDeathRecords = 10
-- Highscores
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 60
-- Houses
housePriceEachSQM = 1000
houseRentPeriod = "never"
-- Idle
kickIdlePlayerAfterMinutes = 15
-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000
-- Map
mapName = "forgotten"
mapAuthor = "Komic"
randomizeTiles = "yes"
-- Messaging
maxMessageBuffer = 4
-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "XXX"
mysqlDatabase = "theforgottenserver"
mysqlPort = 3306
-- Premium Account
freePremium = "no"
-- PVP Server
displayOnOrOffAtCharlist = "no"
allowChangeOutfit = "yes"
noDamageToSameLookfeet = "no"
experienceByKillingPlayers = "yes"
-- Rates
rateExp = 50
rateSkill = 9000
rateLoot = 15
rateMagic = 9000
rateSpawn = 1
-- Server Save
serverSaveEnabled = "yes"
serverSaveHour = 3
shutdownAtServerSave = "no"
cleanMapAtServerSave = "yes"
-- Spawns
deSpawnRange = 2
deSpawnRadius = 50
-- SqLite
sqliteDatabase = "forgottenserver.s3db"
-- SQL
sqlType = "sqlite"
passwordType = "plain"
-- Startup
defaultPriority = "high"
-- Status
ownerName = ""
ownerEmail = ""
url = ""
location = "Sweden"
is it something with the sql or so? if it is could you tell me what to do
Last edited: