Ir para conteúdo

Bota Com Regeneration


beckerz

Posts Recomendados

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

Link para o comentário
Compartilhar em outros sites

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 por Vodkart
Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...

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

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...