Ific
New Member
Anyone know how I can add an item who adds X ml when an player use that item?
Also I want, an item for delete frags.
Regards:thumbup:
Also I want, an item for delete frags.
Regards:thumbup:
Anyone know how I can add an item who adds X ml when an player use that item?
Also I want, an item for delete frags.
Regards:thumbup:
<item id="2656" article="a" name="blue robe">
<attribute key="description" value="It is a magic robe."/>
<attribute key="weight" value="2200"/>
<attribute key="armor" value="11"/>
<attribute key="slotType" value="body"/>
</item>
<attribute key="MagicLevelPoints" value="20"/>
<item id="2656" article="a" name="blue robe">
<attribute key="description" value="It is a magic robe."/>
<attribute key="weight" value="2200"/>
<attribute key="armor" value="11"/>
<attribute key="slotType" value="body"/>
<attribute key="MagicLevelPoints" value="20"/>
</item>
<movevent type="Equip" itemid="2656" slot="armor" level="10" event="function" value="onEquipItem">
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer" showInDescription="0"/>
<vocation name="Druid"/>
<vocation name="Elder Druid" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="2656" slot="armor" event="function" value="onDeEquipItem"/>
Should work. No idea bout your 2nd question though :/