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

Players dont lose EXP and more things!!1

Guapoke

Member
Joined
Nov 21, 2008
Messages
259
Reaction score
5
In my OT when players are dying they are'nt losing exp I don't found nothing to fix it ! I'm using TFS O.3 Beta!
And one more thing! How I can make the Pet NPC work in 0.3 beta?
Help me please!
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 15
pvpTileIgnoreLevelAndVocationProtection = "yes"
killsToRedSkull = 3
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

Where is deathlosepercent in lua? Help me please guys!
 
Database? I think it's correct ;/
loss_experience int(11) No 10

Damn! Now I see that alll my players are with loss experience 0! Can I change all auto?
or I have to go one by one?!
I will try... And Pet Npc for TFS 0.3 Beta, how can I revive pets without him?
 
Last edited:
You cannot revive pets without him (or any other script) :)
SQL for changing all auto:
PHP:
UPDATE `otserv`.`players` SET `loss_experience` = '10', `loss_mana` = '10', `loss_skills` = '10', `loss_items` = '10';
 
Back
Top