adiciona em movements.xml
<movevent type="Equip" itemid="2644" slot="feet" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2644" slot="feet" event="function" value="onDeEquipItem"/>
info
Grupo: Herói
Registrado: 20/05/10
Posts: 3.4k
Reputação: +1.5k
Gênero: Masculino

adiciona em movements.xml
<movevent type="Equip" itemid="2644" slot="feet" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2644" slot="feet" event="function" value="onDeEquipItem"/>
Editado Junho 20 por Vodkart
info
Grupo: Visconde
Registrado: 12/08/07
Posts: 345
Reputação: +7
Char no Tibia: Lokeded
Ja que é uma ''soft'' infinita, vc n precisa de algumas funções
<item id="2644" name="networld boots"> <attribute key="description" value="Esse item é da Net's soft" /> <attribute key="weight" value="800" /> <attribute key="slotType" value="feet" /> <attribute key="armor" value="7" /> <attribute key="speed" value="280" /> <attribute key="slotType" value="feet" /> <attribute key="healthGain" value="300" /> -> Qnto ganha de vida <attribute key="healthTicks" value="2000" /> -> Ganha vida de quanto em quanto tempo <attribute key="manaGain" value="200" /> -> Qnto ganha de mana <attribute key="manaTicks" value="2000" /> -> Ganha mana de quanto em quanto tempo <attribute key="absorbPercentAll" value="30"/>
Em Movements.xml
<movevent type="Equip" itemid="2644" slot="feet" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2644" slot="feet" event="function" value="onDeEquipItem"/>
info
Grupo: Campones
Registrado: 23/02/08
Posts: 3
Reputação: 0
Ai pessoal eu preciso da ajuda de vcs...
Eu preciso saber como eu ponho uma bota para regenerar mana e vida,eu ja tenti deixar igual a soft e nao deu!
Me ajduem vlwz,tai como eu fis e nao deu:
<item id="2644" name="networld boots">
<attribute key="description" value="Esse item é da Net's soft" />
<attribute key="weight" value="800" />
<attribute key="slotType" value="feet" />
<attribute key="decayTo" value="2644" />
<attribute key="transformDeEquipTo" value="2644" />
<attribute key="duration" value="100000" />
<attribute key="armor" value="7" />
<attribute key="speed" value="280" />
<attribute key="slotType" value="feet" />
<attribute key="healthGain" value="300" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="200" />
<attribute key="manaTicks" value="2000" />
<attribute key="absorbPercentAll" value="30"/>