Ir para conteúdo

Posts Recomendados

ae pessoal eu criei um set e ta assim:

<item id="2503" article="a" name="divine armor">

<attribute key="description" value="It is the Armor of God's."/>

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

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

<attribute key="skillSword" value="3"/>

<attribute key="skillAxe" value="3"/>

<attribute key="skillClub" value="3"/>

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

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

</item>

<item id="2504" name="divine legs">

<attribute key="description" value="It is the Leg of God's."/>

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

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

<attribute key="skillShield" value="3"/>

<attribute key="absorbPercentDeath" value="12"/>

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

</item>

só q ai vem o problema, nenhum deles da nenhum atributo sendo q eu ja adcionei as tags no movement.

 

 

Vlw :hi:

Link para o comentário
https://xtibia.com/forum/topic/150965-movementd%C3%BAvida/
Compartilhar em outros sites

Amigo. Eu adicioneis esses seus atribbutes e funcionou aqui.

 

Position: [X: 1014] [Y: 1026] [Z: 7].
14:19 You see a fireborn giant armor (Arm:20, club fighting +3, sword fighting +3, axe fighting +3, protection fire +12%).
It can only be wielded properly by knights of level 90 or higher.
It weighs 130.00 oz.
It is the Armor of God's.

 

Vc adicionou os tags corretamente? Como a minha é Fireborn Giant Armor [iD 8881]

	<movevent type="Equip" itemid="8881" slot="armor" level="90" event="function" value="onEquipItem">
	<vocation id="4"/>
	<vocation id="8" showInDescription="0"/>
</movevent>

<movevent type="DeEquip" itemid="8881" slot="armor" event="function" value="onDeEquipItem"/>

 

Mais como a sua é Dwarven Legs [iD 2504]

 

	<movevent type="Equip" itemid="2504" slot="legs" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2504" slot="legs" event="function" value="onDeEquipItem"/>

 

Veja se vc arrumou tudo certinho :thumbsupsmiley:

 

Se ajudei +REP

Link para o comentário
https://xtibia.com/forum/topic/150965-movementd%C3%BAvida/#findComment-997458
Compartilhar em outros sites

×
×
  • Criar Novo...