• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua movement ssa exhaust

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:

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"/>
Or do I perhaps need to do a source edit?
 
you will have to script it in lua or source edit to make it load the onEquipItem function then the lua script
 
Back
Top