TR
dúvida

Tempo do pk e do battle

Por Trivelatos, 02 de mar. de 2013 em Scripts

resolvido
tibia
otserv
5
2.1k
TrivelatosT
02 de março de 2013 às 20:18

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

RoksasR
02 de março de 2013 às 20:22

Posta o creaturescript.xml pf

TrivelatosT
05 de março de 2013 às 12:39


<?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...

RoksasR
05 de março de 2013 às 12:41

Dúvida sanada, reported.

noobinhuN
05 de março de 2013 às 13:37

Tópico movido para a seção de dúvidas e pedidos resolvidos.