[Resolvido] [DUVIDA] armas bugadas

Masterzikka
em Resolvidos

Masterzikka

nunca desista de seus sonhos..
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 15/02/14Posts: 20Char no Tibia: Master zikka

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...

 

u n d e r

4fun
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 09/07/05Posts: 1137Char no Tibia: Fedrick

Sem código fica difícil né? :)

10qynhg.png

Masterzikka

nunca desista de seus sonhos..
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 15/02/14Posts: 20Char no Tibia: Master zikka

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>

RulezKnight

\/ Mito \/
avatar
Cavaleiro
Cavaleiro

INFOS

Grupo: CavaleiroRegistrado: 17/07/09Posts: 153Char no Tibia: Victorseksi

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+.

Masterzikka

nunca desista de seus sonhos..
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 15/02/14Posts: 20Char no Tibia: Master zikka

vlw cara vc e d++..

 

 

grato a todos


podem remover o topico ja tirei a minha duvida graças a galera do XT..

Frenvius

~ Fairy Tail Online ~
avatar
Administrador
Administrador

INFOS

Grupo: AdministradorRegistrado: 26/02/07Posts: 254Gênero: MasculinoChar no Tibia: Frenvius
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.

Utilize botão @UP, no topo de seu tópico, para atualizar o destaque em "Tópicos Recentes" na página inicial do fórum, fará com que mais pessoas o vejam.

 

aJEhRjZ.png


Te ajudei? +REP (: