N> Help on SC_PROPERTYFIRE

Ragnar Lothbrok

New member
Messages
317
Points
0
Age
40
Location
In the Desert or Morocc
Emulator
i try to change the effect of converter ITEM_ENCHANTARMS to SC_PROPERTYFIRE and it work fine, but there a small problem i want to fix.. when the player dies the effect and the status icon dont disappear, how to make the effect and status icon disappear when the player dies?

Check the status icon! Anyone can help me?

Untitled.png

Thanks!

 
Last edited by a moderator:
You could do it with a script, like:

Code:
OnPCDieEvent:    sc_end SC_PROPERTYFIRE;    end;
 
Back
Top