Werewolf
Forbidden Ascension
- Joined
- Jul 15, 2012
- Messages
- 886
- Reaction score
- 123
Im using TFS 0.3.6
In Data/Items/Items.xml
THis is a necklace i wanted to Increase the amount of healing dmg you get healed , and reflects Hp back if a healer decided to heal you, However these values dont work... Can anyone get them to work? (If its possable)
Also: In Data/Movments/Movments.xml
In Data/Items/Items.xml
XML:
<item id="10305" article="an" name="Major Necklace of Healing">
<attribute key="weight" value="420"/>
<attribute key="slotType" value="necklace"/>
<attribute key="reflectpercentHealing" value="50"/>
<attribute key="absorbPercentHealing" value="-50"/>
</item>
Also: In Data/Movments/Movments.xml
XML:
<movevent type="Equip" itemid="10305" slot="necklace" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="10305" slot="necklace" event="function" value="onDeEquipItem"/>
Last edited by a moderator: