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

Pots and runes and ammunition

jeppsonskate

Member
Joined
Apr 3, 2012
Messages
117
Reaction score
18
Location
Sweden
My settings in config.lua is that is WONT loose any pots and and ec. stars.

BUT i still loose them.

And my SD hits like 1million on trainers in level 50


So.. Is there any kind people that can help me? :)
 
-- Battle
-- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
-- loginProtectionPeriod is the famous Tibia anti-magebomb system.
-- deathLostPercent set to nil enables manual mode.
worldType = "pvpe"
protectionLevel = 80
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 2 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = false
whiteSkullTime = 1 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = true
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

- - - Updated - - -

but how do i make it more balanced? The sD
 
Okey.. Go to data-spells-scripts-attack. Open sudden death With Notepad you will search for this numbers

-1, -60, -1, -60, 5, 5, 4, 7 you see the highest numbers? make a lower.. for example if its -60 make it -45. ^^
 
Back
Top