PV
dúvida

Protect Level Não Esta Funcionando

Por pvjf, 30 de nov. de 2012 em Scripts

protect level
otserv
tibia
2
695
pvjfP
30 de novembro de 2012 às 22:07

Bom , meu server tava indo de boa ate q eu vi que os player n conseguiam pklizar worriedsmiley.gif . No config.lua ta protection level = 20 , e todo mundo ja tava level bem + elevado u.u. Como faço pra eles coseguirem pegar pk?

 

ta ai o lua, talvez ajude:

 

 

-- Battle

-- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.

-- loginProtectionPeriod is the famous Tibia anti-magebomb system.

-- deathLostPercent set to nil enables manual mode.

worldType = "pvp"

protectionLevel = 20

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 20 * 700

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = false

removeWeaponAmmunition = false

removeWeaponCharges = false

removeRuneCharges = "no"

whiteSkullTime = 5 * 10 * 100

noDamageToSameLookfeet = false

showHealingDamage = true

showHealingDamageForMonsters = false

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

AkatsukyiA
30 de novembro de 2012 às 22:48

worldType = "pvp"

protectionLevel = 20

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 1 * 1000

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = false

removeWeaponAmmunition = false

removeWeaponCharges = false

removeRuneCharges = false

whiteSkullTime = 5 * 10 * 100

noDamageToSameLookfeet = false

showHealingDamage = true

showHealingDamageForMonsters = false

fieldOwnershipDuration = 5 * 1000

stopAttackingAtExit = false

oldConditionAccuracy = false

loginProtectionPeriod = 1 * 1000

deathLostPercent = 10

stairhopDelay = 2 * 1000

pushCreatureDelay = 2 * 1000

deathContainerId = 1987

gainExperienceColor = 215

addManaSpentInPvPZone = true

squareColor = 0

allowFightback = true

 

Tenta por assim ,no meu ta assim e funciona perfeitamente