Ir para conteúdo
  • 0

[Resolvido] [DUVIDA] armas bugadas


Masterzikka

Pergunta

galera eu fui criar um set kurama e o set madara, mais o set n faz oq eu kero ele n regenera o chakra,life e nem aumenta magic level oq eu fasso ???

 

presiso disso uregente pois se n n poderei postar o servidor aki no xtibia e ja tem gente perguntando pq to demorando pra postar o servidor e de narutibia desde ja agradeço S2...

 

Link para o comentário
Compartilhar em outros sites

6 respostass a esta questão

Posts Recomendados

  • 0

Vai em data/movements.xml e cole isso:

<movevent type="Equip" itemid="11400" slot="head" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11400" slot="head" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="11401" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11401" slot="feet" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="11403" slot="legs" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11403" slot="legs" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="11404" slot="body" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11404" slot="body" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="11405" slot="legs" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11405" slot="legs" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="11406" slot="body" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11406" slot="body" event="function" value="onDeEquipItem"/>

Se ajudei, não custa dá um rep+.

Editado por RulezKnight
Link para o comentário
Compartilhar em outros sites

  • 0

como assim e so pq minhas armas n pegao se quer que eu posto oq eu coloquei em itens e assim:

 

<item id="11400" article="an" name="kurama chakra band">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

<item id="11401" article="an" name="kurama chakra boots">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

<item id="11403" article="an" name="kurama chakra legs">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

<item id="11404" article="an" name="kurama chakra rope">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

<item id="11405" article="an" name="madara legs">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

<item id="11406" article="an" name="madara rope">

<attribute key="description" value="Ninjutsu skill increases in 20 and increases Taijutsu in 20 and chakra health recovery 10000/s." />

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

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

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

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

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

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

<attribute key="magiclevelpoints" value="30" />

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

<attribute key="manaTicks" value="1000" />

<attribute key="healthGain" value="10000" />

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

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

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

</item>

Editado por Masterzikka
Link para o comentário
Compartilhar em outros sites

  • 0
  • Administrador
A questão neste tópico de suporte foi respondida e/ou o autor do tópico resolveu o problema. Este tópico está fechado e foi movido para Suporte - Resolvidos. Se você tiver outras dúvidas, crie um novo tópico.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...