Ir para conteúdo
  • 0

Tempo do pk e do battle


Trivelatos

Pergunta

tá demorando muito o pk e o battle, mais ou menos 40 minutos e olha como configurei ...

 

 

-- Battle
-- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
-- loginProtectionPeriod is the famous Tibia anti-magebomb system.
-- deathLostPercent set to nil enables manual mode.
worldType = "pvp"
protectionLevel = 50
pvpTileIgnoreLevelAndVocationProtection = true
[b]pzLocked = 20 * 500[/b]
huntingDuration = 10 * 100
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = true
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = "no"
[b]whiteSkullTime = 2 * 60 * 1000[/b]
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 = 180
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0



<?xml version="1.0" encoding="UTF-8"?>
<creaturescripts>
<event type="login" name="PlayerLogin" event="script" value="login.lua"/>
<event type="login" name="PlayerLogin" event="script" value="login2.lua"/>
<event type="login" name="FirstItems" event="script" value="firstitems.lua"/>
       <event type="login" name="fraglook_register" event="script" value="look.lua"/>
             <event type="look" name="fraglook" event="script" value="look.lua"/>
<event type="login" name="fragl" event="script" value="gardenal.lua"/>
<event type="kill" name="fragk" event="script" value="gardenal.lua"/>
<event type="login" name="antiacc" event="script" value="antiacc.lua"/>
<event type="kill" name="ArenaKill" event="script" value="arenakill.lua"/>  
       <event type="kill" name="Kills" event="script" value="kills.lua"/>
       <event type="kill" name="KillLow" event="script" value="killlow.lua"/>
       <event type="kill" name="KillHigh" event="script" value="killhigh.lua"/>
<event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/>
<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
<event type="reportbug" name="SaveReportBug" script="reportbug.lua"/>

<event type="think" name="Idle" event="script" value="idle.lua"/>
<event type="think" name="SkullCheck" event="script" value="skullcheck.lua"/>

       <!--Cyber's BestRep++Sys -->
       <event type="look" name="repLook" event="script" value="rep/repLook.lua"/>
       <event type="kill" name="repMonster" event="script" value="rep/repMonster.lua"/>
       <event type="kill" name="repKill" event="script" value="rep/repKill.lua"/>
</creaturescripts>






 

resolvido, fechem pf...

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...