Svira
Banned User
- Joined
- Jan 27, 2008
- Messages
- 361
- Solutions
- 13
- Reaction score
- 106
Hello i create new regeneration ring, but no works...
items.xml
movements.xml
no errors but not work...
I would like it to act like a ring of healing but without the transform function
items.xml
Code:
<item id="2267" article="a" name="uncommon regeneration rune">
<attribute key="description" value="Slot: Ring (Mana&HP regeneration +1)" />
<attribute key="weight" value="80" />
<attribute key="slotType" value="ring" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="144000" />
<attribute key="healthGain" value="1" />
<attribute key="healthTicks" value="6000" />
<attribute key="manaGain" value="1" />
<attribute key="manaTicks" value="6000" />
<attribute key="showduration" value="1" />
<attribute key="showattributes" value="1" />
</item>
movements.xml
Code:
<movevent event="Equip" itemid="2267" slot="ring" function="onEquipItem"/>
no errors but not work...
I would like it to act like a ring of healing but without the transform function
Last edited: