Ir para conteúdo

Posts Recomendados

Bem, gostaría de saber o que devo fazer/alterar no item para que SOMENTE quando passar sobre os firefields, reduzir o dano. Pois como está configurado, o player está com hit reduzido de todo ataque de fogo, exêmplo:

Quando um DL te atinge com fire wave, o dano também está sendo reduzido, creio que isso esteja errado pois, de acordo com o Tibia, a bota só reduz dano de field.

 

Quem puder me ajudar, desde já...GRATO! :XTibia_smile:

 

 

<item id="9932" article="a" name="firewalker boots">

<attribute key="description" value="Wearing these boots reduces the damage gotten from fiery ground." />

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

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

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

<attribute key="absorbPercentFire" value="90" />

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

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

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

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

</item>

<item id="9933" article="a" name="firewalker boots">

<attribute key="description" value="Wearing these boots reduces the damage gotten from fiery ground." />

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

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

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

<attribute key="absorbPercentFire" value="90" />

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

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

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

</item>

Link para o comentário
https://xtibia.com/forum/topic/143802-firewalker-boots/
Compartilhar em outros sites

  • 1 month later...

fio creio eu q isso vc modifica na action do iten, ou seja, vc tem q ir em actions, ir no script da firewalker boots e la modificar a seu gosto se precisar de uma ajuda posta a action q nois da um jeito!

Link para o comentário
https://xtibia.com/forum/topic/143802-firewalker-boots/#findComment-971167
Compartilhar em outros sites

  • 4 weeks later...

Olha para deminuir os danos pelo fogo voce muda essa parte

 

<item id="9932" article="a" name="firewalker boots">

<attribute key="description" value="Wearing these boots reduces the damage gotten from fiery ground." />

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

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

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

<attribute key="absorbPercentFire" value="90" />

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

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

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

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

</item>

<item id="9933" article="a" name="firewalker boots">

<attribute key="description" value="Wearing these boots reduces the damage gotten from fiery ground." />

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

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

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

<attribute key="absorbPercentFire" value="90" />

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

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

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

</item>

 

<attribute key="absorbPercentFire" value="90" />

so mudar o valor de 90 para 10 por exemplo

Ajudei? respct +

Editado por santos1996
Link para o comentário
https://xtibia.com/forum/topic/143802-firewalker-boots/#findComment-985144
Compartilhar em outros sites

×
×
  • Criar Novo...