YM

[Action] Soft Boots Nao Funciona

Por ymmotthep, 02 de mai. de 2010 em Archived

3
1.1k
ymmotthepY
02 de maio de 2010 às 12:49

A soft no meu server só está servindo pra enfeite! Como fazer para ela funcionar?

guedes100G
02 de maio de 2010 às 12:59

acho que é isso

 

em data/movements/movements.xml

 

adicione as tags:

 

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

 

 

em data/items/items.xml

 

<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="1" />

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

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

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

Editado Maio 2 por Nicekid

LorDzL
02 de maio de 2010 às 13:18

Dúvida sanada,

tópico fechado.

 

Nicekid

+REP

 

Abraços