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

Getting online with server?

tosse12

Panchira Project Member
Joined
Jun 10, 2007
Messages
864
Reaction score
9
Location
Sweden
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:
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"
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
 
Last edited:
I am using sqllite, well I have just change my ip and sqlpass, in the config file, nothing more :/ I have also installed Xampp, more haven't I done
 
Back
Top