• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Nie spada lvl po dedzie

hirke

New Member
Joined
Jun 4, 2009
Messages
3
Reaction score
0
Witam. Mam tfs 0.3 i nie spada mi lvl po dedzie. Daje tutaj zawartosc configa. Jak widac w configu niema dieprocent~~

Code:
-- The Forgotten Server Config

	-- Account manager
	accountManager = "no"
	namelockManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 32369
	newPlayerSpawnPosY = 32241
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 5
	newPlayerLevel = 8
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

	-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 7 * 24 * 60 * 60
	finalBanLength = 30 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 70
	maxViolationCommentSize = 200

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 10
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 5
	pzLocked = 60 * 1000
	criticalHitChance = 7
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"
	showHealingDamage = "yes"
	fieldOwnershipDuration = 5 * 1000

	-- Connection config
	worldId = 0
	ip = ""
	port = 7171
	loginTries = 5
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "50"
	motd = "Witaj na Mariackim OTS"
	displayOnOrOffAtCharlist = "no"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "Mariacki"
	loginMessage = "Elo! Witajcie na otsie ! Powodzenia w grze."
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
	forceSlowConnectionsToDisconnect = "no"
	loginOnlyWithLoginServer = "no"

	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive use 0 value.
	sqlType = ""
	sqlHost = ""
	sqlPort = 
	sqlUser = ""
	sqlPass = ""
	sqlDatabase = ""
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 60
	passwordType = "plain"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildManagement = "yes"
	levelToFormGuild = 30
	guildNameMinLength = 4
	guildNameMaxLength = 20

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	buyableAndSellableHouses = "yes"
	housesPerAccount = 1
	levelToBuyHouse = 30
	houseRentAsPrice = "no"
	housePriceAsRent = "no"
	housePriceEachSQM = 5000
	houseRentPeriod = "never"

	-- Item usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "world"
	mapAuthor = "Mystic"
	randomizeTiles = "yes"
	cleanProtectedZones = "no"

	-- Miscellaneous
	-- NOTE: defaultPriority works only on Windows
	kickIdlePlayerAfterMinutes = 15
	allowChangeOutfit = "yes"
	allowChangeColors = "yes"
	maxMessageBuffer = 4
	displayGamemastersWithOnlineCommand = "no"
	defaultPriority = "high"
	saveGlobalStorage = "yes"
	bankSystem = "yes"
	displaySkillLevelOnAdvance = "no"
	spellNameInsteadOfWords = "no"
	emoteSpells = "no"
	disableOutfitsForPrivilegedPlayers = "no"
	expireReportsAfterReads = 1
	optimizeDatabaseAtStartup = "yes"

	-- Premium account
	freePremium = "yes"
	removePremiumOnInit = "yes"
	premiumForPromotion = "no"
	blessingsOnlyPremium = "yes"
	houseNeedPremium = "yes"
	bedsRequirePremium = "yes"

	-- Rates
	-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
	rateExp = 140
	rateSkill = 50
	rateLoot = 3
	rateMagic = 45
	rateSpawn = 6
	extraPartyExpLimit = 20
	extraPartyExpPercent = 5
	experienceStages = "no"

	-- Global save
	-- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system please check out data/globalevents/globalevents.xml.
	globalSaveEnabled = "no"
	globalSaveHour = 8
	shutdownAtGlobalSave = "no"
	cleanMapAtGlobalSave = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- Summons
	maxPlayerSummons = 2
	teleportAllSummons = "no" --FIXME: Doesn't work
	teleportPlayerSummons = "no" --FIXME: Doesn't work

	-- Status
	ownerName = "GameMaster"
	ownerEmail = ""
	url = ""
	location = "Europe"
 
Back
Top