T
Tibia Demon
Guest
its right to add item like this or there better way because i need item with script and with items.xml attribute too
if i add only this it no read items.xml attribute
if i add only this it no read my script
if i add 2 time like this i get error Duplicate move event found: xxxx
XML:
<movevent event="Equip" itemid="xxxx" slot="armor" script="myscript.lua" function="onEquipItem" />
XML:
<movevent event="Equip" itemid="xxxx" slot="armor" script="myscript.lua"/>
XML:
<movevent event="Equip" itemid="xxxx" slot="armor" function="onEquipItem" />
XML:
<movevent event="Equip" itemid="xxxx" slot="armor" script="myscript.lua"/>
XML:
<movevent event="Equip" itemid="xxxx" slot="armor" function="onEquipItem" />