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

+On items and regenation on boots

Spankarn

New Member
Joined
Jul 1, 2010
Messages
101
Reaction score
1
Hiho!

Look i need help with my items..

Look here:
HTML:
        <attribute key="weight" value="3000" />
        <attribute key="armor" value="2" />
	    <attribute key="absorbPercentDeath" value="7" />
        <attribute key="absorbPercentFire" value="7" />
        <attribute key="absorbPercentIce" value="7" />
        <attribute key="skillDist" value="10" />
        <attribute key="slotType" value="body" />

as you can see i've got <attribute key="skillDist" value="10" />
but when i take the armor on me i don't get any + :(
Same with all legs and armors and helmets and shields i've made...
help me with that!

also i need help with my donate boots look here:
PHP:
    <item id="2644" name="Donate Boots">
        <attribute key="weight" value="1200" />
        <attribute key="slotType" value="feet" />
        <attribute key="armor" value="7" />
        <attribute key="absorbPercentFire" value="90" />
        <attribute key="healthGain" value="2000" />
        <attribute key="healthTicks" value="3000" />
        <attribute key="manaGain" value="2000" />
        <attribute key="manaTicks" value="3000" />
        <attribute key="showduration" value="1" />

They don't heal anything...-.-"
I want them too heal 150-300 every 2 sec..

I've tryed to change the healthGain and healthTicks, manaGain and manaTicks....
HELP ME!!!
 
Thanks!

- - - Updated - - -

Register it in movements.xml
<movevent type="Equip" itemid="8869" slot="armor" event="function" value="onEquipItem">
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
</movevent>
<movevent type="Equip" itemid="8867" slot="armor" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
</movevent>

[03/05/2013 16:43:13] [Warning - MoveEvents::addEvent] Duplicate move event found: 8867
[03/05/2013 16:43:13] [Warning - MoveEvents::addEvent] Duplicate move event found: 8869

Look i get errors...
why?:(
 
Back
Top Bottom