Sun
Knowledge is power - France is bacon
- Joined
- Jan 26, 2015
- Messages
- 334
- Solutions
- 22
- Reaction score
- 248
Tfs 0.4
Hello, I made an onEquip exhaust script for ssa.
The script works and all, but the problem is that the ssa stopped working.
When I link it to the script instead of the onEquipItem function in movement.xml, the ssa doesn't give any protection and the charges don't dissapear.
Could it be the lines in movement.xml?
atm mine look like this:
Or do I perhaps need to do a source edit?
Hello, I made an onEquip exhaust script for ssa.
The script works and all, but the problem is that the ssa stopped working.
When I link it to the script instead of the onEquipItem function in movement.xml, the ssa doesn't give any protection and the charges don't dissapear.
Could it be the lines in movement.xml?
atm mine look like this:
Code:
<movevent type="Equip" itemid="2197" slot="necklace" event="script" value="exhaustitem.lua"/>
<movevent type="DeEquip" itemid="2197" slot="necklace" event="script" value="exhaustitem.lua"/>