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

The Forgotten Server v0.2 (Mystic Spirit)

Status
Not open for further replies.
What is your deathLosePercent set to in config.lua?
 
i seted it to 2%

Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "no"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 130
	killsToRedSkull = 3
	pzLocked = 10000
	deathLosePercent = 2
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 12 * 60 * 60 * 1000
	whiteSkullTime = 8 * 60 * 1000

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "201.172.108.174"
	port = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the World of Conglom-o!!"
	onePlayerOnlinePerAccount = "no"
	allowClones = 0
	serverName = "Conglom-o"
	loginMessage = "Welcome to the World of Conglom-o!! server page conglom-o.no-ip.org"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 5000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 20

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "the world of conglom-o"
	mapAuthor = "Richi"
	randomizeTiles = "yes"

	-- Messaging
	maxMessageBuffer = 6

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "*****"
	mysqlDatabase = "*****"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "no"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	-- Rates
	rateExp = 25
	rateSkill = 40	
	rateLoot = 15	
	rateMagic = 10
	rateSpawn = 10

	-- 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 = 5
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Status
	ownerName = "The Conglom-o's Team"
	ownerEmail = "[email protected]"
	url = "http://localhost/"
	location = "México"
 
i seted it to 2%

Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "no"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 130
	killsToRedSkull = 3
	pzLocked = 10000
	deathLosePercent = 2
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 12 * 60 * 60 * 1000
	whiteSkullTime = 8 * 60 * 1000

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "201.172.108.174"
	port = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the World of Conglom-o!!"
	onePlayerOnlinePerAccount = "no"
	allowClones = 0
	serverName = "Conglom-o"
	loginMessage = "Welcome to the World of Conglom-o!! server page conglom-o.no-ip.org"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 5000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 20

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "the world of conglom-o"
	mapAuthor = "Richi"
	randomizeTiles = "yes"

	-- Messaging
	maxMessageBuffer = 6

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "*****"
	mysqlDatabase = "*****"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "no"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	-- Rates
	rateExp = 25
	rateSkill = 40	
	rateLoot = 15	
	rateMagic = 10
	rateSpawn = 10

	-- 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 = 5
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Status
	ownerName = "The Conglom-o's Team"
	ownerEmail = "[email protected]"
	url = "http://localhost/"
	location = "México"

Promotion makes it decrease by 3%, each blessing by 1%.
 
Patch 19 works pretty good.
Thanks.

Is the "New CM Looktype" working?
If so, what is it.
 
when i use latest patch somthing was bad with my acc manager by gesior and config.lua ...
edit : fixed just bad config.lua i have ..
 
Last edited:
is 'buy with backpack' in trade supposed to work? won't work for me!
 
I hope you noticed my Bug & Error report at page 110 Talaturen,
however, one more thing that you might want to look into.

It is not possible to have the number "1" in your account number when you are creating via the "Account Manager".
Is that even possible to fix?
"Never give out your Account Number or Password..."

Kind Regards,
Eldin.
 
it's client side problem i think u can't do nothing with that :< use account manager site instead
 
is there posibbel to get away the virus varning?
btw they should fix some auto update program so you get the right files:)
 
I hope you noticed my Bug & Error report at page 110 Talaturen,
however, one more thing that you might want to look into.

It is not possible to have the number "1" in your account number when you are creating via the "Account Manager".
Is that even possible to fix?
"Never give out your Account Number or Password..."

Kind Regards,
Eldin.

it's client-side :(
 
Anyone have problems with crashes?

No single crash on my server yet:
Code:
    * 122 players online
    * Uptime: 97h 8m
 
How i can look why i've got crashes? I back to old database and files and its not it.


#EDIT
I have one more question, black tiles in map can crash server?
 
Last edited:
Status
Not open for further replies.
Back
Top