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

1 kill is ban

timiodimio

New Member
Joined
May 6, 2009
Messages
16
Reaction score
0
Hello,
I have a enyoing bug:
When a player on my server kills 1 player they get ban!

config : -- Banishments
broadcastBanishments = "yes"
banDays = 7
finalBanDays = 30
killsToBan = 15

-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 100
killsToRedSkull = 10
pzLocked = 50000
deathLosePercent = 5
criticalHitChance = 30
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "no"
timeToDecreaseFrags = 30 * 60 * 100000
whiteSkullTime = 5 * 60 * 1000
oldConditionAccuracy = "no"
alternativeExhaust = 200


I hope you can help me,
 
I have the same problem... Also with the !bless talk action... It blesses but u still drop items and ive tried every single bless.lua and they all do the same thin..
 
I have the same problem... Also with the !bless talk action... It blesses but u still drop items and ive tried every single bless.lua and they all do the same thin..

what server u using?

and btw blesses dont usually grant full drop protection. blesses are so u lose less exp/skills and less items if u dont have aol.
 
Well EVERY SINGLE OT that i have ever played when you type !bless you do not drop items... Thats how it is supposed to work.. I dont want !AOL because i want people to be able to use other amulets.... And yeh i still have the 1kill ban thing probelm as well and i set mine to "999999"..... But yeh TFS is all outta wack nothing is working proper... I'm probably just not going to make an ot... The person i thought was gunna script for me obviously doesn't have to much knowledge on scripting.

I was excited to make an OT to but just no good help anywhere.

EDIT: And sorry forgot version.. I'm using 2.9... But i also tried 2.8 and 2.10....... Bless does the same thing on all of them... I think its something with MYSQL i just dont know what... Cuz theres no way ever bless script is broken and the 1 kill ban thing is so annoying as well...
 
Last edited:
Lua:
redSkullLength = 5 * 24 * 60 * 60
blackSkullLength = 20 * 24 * 60 * 60
dailyFragsToRedSkull = 7
weeklyFragsToRedSkull = 20
monthlyFragsToRedSkull = 40
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 3 * 24 * 60 * 60
killsBanLength = 2 * 24 * 60 * 60
finalBanLength = 7 * 24 * 60 * 60
ipBanishmentLength = 7 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

worldType = "open"
protectionLevel = 50
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = true
timeToDecreaseFrags = 6 * 24 * 60 * 60
whiteSkullTime = 15 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 3 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 210
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

Edit your config after mine and try it again, cause it works for me though i have tfs 0.4 but worked with all the otehr i had aswell
 
My bad man its just so frustrating for me that it works for other ppl but not for me.... I just updated to the latest version of xampp and now i cant even start apache or mysql it says busy.... :( Everything is just going wrong for me now haha!

EDIT: my config looks completely different.. Erase mine and paste urs?
 
I just uninstalled EVERYTHING including.... XAMPP, Python, and all the server distros i had on my computer and now im reinstalling it all i will update wen its done... Thanks for the help tho Glidarn... I really do appreciate it... Very stressful this OT thing haha.
 
Ok so everything is fresh installed and still the same issues... All items drop on bless and 1 kill = ban... Im using TFS 2.10 config...... if u want i can show my config settings.
 
Last edited:
Lua:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 468
	newPlayerSpawnPosY = 533
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 8
	newPlayerMagicLevel = 0
	generateAccountNumber = "no"

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

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 10
	killsToRedSkull = 14
	pzLocked = 60000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	removeChargesFromWeapons = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	stairJumpExhaustion = 2000
	animationTextOnHeal = "yes"

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "174.57.224.225"
	bindOnlyGlobalAddress = "no"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 50
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to The Piff Cloud!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to The Piff Cloud!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "no"
	levelToCreateGuild = 8

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 15

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "3elements"
	mapAuthor = "Piff"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	-- Messaging
	maxMessageBuffer = 4

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

	-- Premium Account
	freePremium = "yes"

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

	-- Rates
	rateExp = 5
	rateSkill = 3
	rateLoot = 2
	rateMagic = 3
	rateSpawn = 1

	-- 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 = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "clon3d"

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = "Piff"
	ownerEmail = ""
	url = ""
	location = "USA"
 
Last edited:
Yeh its there under --Battle.....
timeToDecreaseFrags = 24 * 60 * 60 * 1000

EDIT: and i meant that i fixed the post so it looked how u said... lol i still have the same problem with ban and bless....

Sorry for confusion.
 
tbh i dno what the problem is lol, you have another config.lua then i have so i rly don't know why it isnt working... do a backup on your config (ctrl+c & ctrl+v) then try another config.lua from a newer distro or something... though i doubt it will work.

Anyway i'll keep searcing around and i'll leave amsg when i find anything
 
Back
Top