Solutions
-
Thayguroficial's post in (Resolvido)Adiciono atributos ao items na pasta items.xml mas quando entro no jogo os atributos não funcionam. Leiam a descrição: was marked as the answer@Fabio Leandro Pra um atributo funcionar dentro do jogo você tem que adicionar 1 tag no movements.xml com o id do item:
data/movements/movements.xml
<movevent type="Equip" itemid="6096" slot="head" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="6096" slot="head" event="function" value="onDeEquipItem"/>
-
Thayguroficial's post in (Resolvido)Arrumar o Exhaustion was marked as the answer@zLockey9 Tenta assim:
Katoamatsukami