• 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!

onEquip / onDeEquip actionid

Tarielle

New Member
Joined
Nov 4, 2007
Messages
214
Reaction score
0
Location
Sweden
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:

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
 
Back
Top