I'm using TFS 1.2. I don't know why but adding healthGain and healthTicks to ring don't work, so I want to create my own script with regeneration in movements, but this ring should have duration. If i add in movements.xml:
so instead of: function="onEquipItem" -> script="ring.lua"
duration doesn't work and e.g. +5 axe skills which I added to this ring in items.xml.
I know how to check time using this ring so duration isn't problem, but how to add description to this specific item like duration?
LUA:
<movevent event="Equip" itemid="2166" slot="ring" script="ring.lua" />
duration doesn't work and e.g. +5 axe skills which I added to this ring in items.xml.
I know how to check time using this ring so duration isn't problem, but how to add description to this specific item like duration?
Last edited: