- Joined
- Dec 8, 2018
- Messages
- 29
- Reaction score
- 4
How to create or modify any amulet to regenerate mana and hp etc. For example Ancient Tiara?
I added attributes to Ancient Tiara in items.xml and in movements.xml
but it doesn't work
I added attributes to Ancient Tiara in items.xml and in movements.xml
XML:
<! - Amulets ->
<movevent type = "Equip" itemid = "2139" slot = "necklace" event = "function" value = "onEquipItem" />
<movevent type = "DeEquip" itemid = "2139" slot = "necklace" event = "function" value = "onDeEquipItem" />
but it doesn't work