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>