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

Regeneration dont work in pz zone

999109

New Member
Joined
Apr 28, 2009
Messages
42
Reaction score
0
one of my script
for items.xml

<item id="7884" article="a" name="Donation Armor">
<attribute key="weight" value="2250" />
<attribute key="armor" value="51" />
<attribute key="slotType" value="body" />
<attribute key="absorbPercentEarth" value="5" />
<attribute key="absorbPercentIce" value="5" />
<attribute key="absorbPercentEnergy" value="5" />
<attribute key="absorbPercentFire" value="5" />
<attribute key="absorbPercentPoison" value="5" />
<attribute key="healthGain" value="100" />
<attribute key="healthTicks" value="500" />
<attribute key="manaGain" value="100" />
<attribute key="manaTicks" value="500" />
</item>





in movements:
<movevent type="Equip" itemid="7884" slot="body" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
<vocation id="3"/>
<vocation id="7" showInDescription="0"/>
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="7884" slot="body" event="function" value="onDeEquipItem"/>








The heals works when not in pz zone, plz help
 
Back
Top