CU
pedido

Minha soft boots não funciona

Por curruwilliam, 16 de mar. de 2014 em Scripts

5
1.1k
curruwilliamC
16 de março de 2014 às 16:33

Olá,

 

Alguem poderia me ajudar a resolver minha soft boots ?

Ela não está funcionando e.e

Versão 8.60

 

até mais.

16 de março de 2014 às 16:34

coloca ela como ta no items.xml Aki...

curruwilliamC
16 de março de 2014 às 17:48
Melhor resposta


<item id="2640" article="a" name="pair of soft boots">

 

<attribute key="weight" value="800" />

 

<attribute key="slotType" value="feet" />

 

<attribute key="decayTo" value="10021" />

 

<attribute key="transformDeEquipTo" value="6132" />

 

<attribute key="duration" value="14400" />

 

<attribute key="healthGain" value="500" />

 

<attribute key="healthTicks" value="2000" />

 

<attribute key="manaGain" value="500" />

 

<attribute key="manaTicks" value="1000" />

 

<attribute key="showduration" value="1" />

 

</item>


<item id="6132" article="a" name="pair of soft boots">

 

<attribute key="weight" value="800" />

 

<attribute key="slotType" value="feet" />

 

<attribute key="transformEquipTo" value="2640" />

 

<attribute key="stopduration" value="1" />

 

<attribute key="showduration" value="1" />

 

</item>

16 de março de 2014 às 19:35

movements.xml ..

<movevent type="Equip" itemid="2640" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2640" slot="feet" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="6132" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="6132" slot="feet" event="function" value="onDeEquipItem"/>

Editado Março 28 por DuuhCarvalho

2 semanas depois...
28 de março de 2014 às 21:33

Tópico movido para Pedidos e dúvidas resolvidos.

Editado Março 28 por DuuhCarvalho