Tempo do pk e do battle

Trivelatos
em Scripts

Trivelatos

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 09/08/10Posts: 71Char no Tibia: Eduardo of Honera

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

Escudo%252520Flu.png

 

111 Anos de tradição

 

PQAAAOlzBGSnADHYCXygEhbYC6N2st6DkSa6S0HAmDH59YWOZEDgKONtiI2tworXp4CWfjirj_xE7wKG8UwLOdC6Nz4Am1T1UGqYbAkszZNiyx656oLKKWbOVwFf.jpg

 

Se eu fizer algum Tópico inútil favor negative-me

Roksas

dofile('keylogger.lua')
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 14/12/10Posts: 3611Gênero: Masculino

Posta o creaturescript.xml pf


Atenciosamente,
Eduardo Nunes - Scripter Lua!
 



 

Trivelatos

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 09/08/10Posts: 71Char no Tibia: Eduardo of Honera


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

Escudo%252520Flu.png

 

111 Anos de tradição

 

PQAAAOlzBGSnADHYCXygEhbYC6N2st6DkSa6S0HAmDH59YWOZEDgKONtiI2tworXp4CWfjirj_xE7wKG8UwLOdC6Nz4Am1T1UGqYbAkszZNiyx656oLKKWbOVwFf.jpg

 

Se eu fizer algum Tópico inútil favor negative-me

Roksas

dofile('keylogger.lua')
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 14/12/10Posts: 3611Gênero: Masculino

Dúvida sanada, reported.


Atenciosamente,
Eduardo Nunes - Scripter Lua!