Hi, is it somehow possible to use a actionid checker in the xml instead of itemid when using the equip or deEquip functions - I mean it doesn't look like it works the usual way like:
Is there somehow to make it similar to this except like adding all the items in the game on the itemid list..
Thanks in advance
Code:
<movevent type="Equip" [COLOR="red"]actionid="1000"[/COLOR] slot="armor" event="script" value="someScript.lua"/>
Is there somehow to make it similar to this except like adding all the items in the game on the itemid list..
Thanks in advance