-- The Forgotten Server Config 
  
	-- Account Manager 
	accountManager = "yes" 
	newPlayerChooseVoc = "yes" 
	newPlayerSpawnPosX = 703 
	newPlayerSpawnPosY = 600 
	newPlayerSpawnPosZ = 7 
	newPlayerTownId = 1 
	newPlayerLevel = 8 
	newPlayerMagicLevel = 0 
	generateAccountNumber = "no" 
  
	-- Banishments 
	broadcastBanishments = "yes" 
	killsToBan = 6 
  
	-- Battle 
	worldType = "pvp" 
	hotkeyAimbotEnabled = "yes" 
	protectionLevel = 8 
	killsToRedSkull = 3 
	pzLocked = 40000 
	deathLosePercent = 10 
	criticalHitChance = 7 
	removeAmmoWhenUsingDistanceWeapon = "no" 
	removeChargesFromRunes = "yes" 
	timeToDecreaseFrags = 2 * 60 * 60 * 1000 
	whiteSkullTime = 15 * 60 * 1000 
  
	-- Commands 
	displayGamemastersWithOnlineCommand = "no" 
  
	-- Connection Config 
	ip = "192.168.0.182" 
	port = 7171 
	loginTries = 10 
	retryTimeout = 5 * 1000 
	loginTimeout = 60 * 1000 
	maxPlayers = "45" 
	motd = "Welcome to the Servfull 1.21!" 
	onePlayerOnlinePerAccount = "yes" 
	allowClones = 0 
	serverName = "Servfull" 
	loginMessage = "Welcome to the Servfull 1.21!" 
	adminLogsEnabled = "no" 
	statusTimeout = 5 * 60 * 1000 
	replaceKickOnLogin = "yes" 
  
	-- Deathlist 
	deathListEnabled = "yes" 
	maxDeathRecords = 5 
  
	-- Guilds 
	ingameGuildSystem = "yes" 
  
	-- Highscores 
	highscoreDisplayPlayers = 15 
	updateHighscoresAfterMinutes = 60 
  
	-- Houses 
	housePriceEachSQM = 10 
	houseRentPeriod = "never" 
  
	-- Idle 
	kickIdlePlayerAfterMinutes = 15 
  
	-- Item Usage 
	timeBetweenActions = 200 
	timeBetweenExActions = 1000 
  
	-- Map 
	mapName = "n.s.o" 
	mapAuthor = "amour" 
	randomizeTiles = "yes" 
  
	-- Messaging 
	maxMessageBuffer = 4 
  
	-- MySQL 
	mysqlHost = "localhost" 
	mysqlUser = "root" 
	mysqlPass = "" 
	mysqlDatabase = "" 
	mysqlPort = 3306 
  
	-- Premium Account 
	freePremium = "yes" 
  
	-- PVP Server 
	displayOnOrOffAtCharlist = "no" 
	allowChangeOutfit = "yes" 
	noDamageToSameLookfeet = "no" 
	experienceByKillingPlayers = "no" 
  
	-- Rates 
	rateExp = 10000 
	rateSkill = 10000 
	rateLoot = 3000 
	rateMagic = 40000 
	rateSpawn = 4 
  
	-- 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 = "no" 
	serverSaveHour = 3 
	shutdownAtServerSave = "yes" 
	cleanMapAtServerSave = "yes" 
  
	-- Server saving 
	autoSaveEachMinutes = 10 
	saveGlobalStorage = "yes" 
  
	-- Spawns 
	deSpawnRange = 2 
	deSpawnRadius = 50 
  
	-- SqLite 
	sqliteDatabase = "forgottenserver.s3db" 
  
	-- SQL 
	sqlType = "sqlite" 
	passwordType = "plain" 
  
	-- Startup 
	defaultPriority = "high" 
  
	-- Status 
	ownerName = "" 
	ownerEmail = "@otland.net" 
	url = "http://otland.net/" 
	location = "Europe" 
  
  
	-- EXTRA OPTIONS copied by Gesior from TFS 0.3 and forums 
	--show how many HP player/monster heal 
	showHealingDamage = "yes" 
	-- show animatex text CRITICAL near player who do critical hit 
	displayCriticalHitNotify = "yes" 
	-- clean protection zones when clean map 
	cleanProtectedZones = "yes" 
	-- 3 hours IP ban 
	ipBanishmentTime = 3 * 60 * 60 
	-- default 1 day account ban - give one warning point always 
	normalBanishmentTime = 1 * 24 * 60 * 60 
	-- default 3 days account ban - give warningsToFinalBan warning points always 
	finalBanishmentTime = 3 * 24 * 60 * 60 
	-- it is permement ban, not real deletion from database 
	warningsToDeletion = 4 
	-- when player has 3 warnings server ban for finalBanishmentTime 
	warningsToFinalBan = 3