MA

[Resolvido] [DUVIDA] armas bugadas

Por Masterzikka, 26 de mar. de 2014 em Resolvidos

otserv
tibia
7
1.3k
MasterzikkaM
26 de março de 2014 às 16:41

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 rU
26 de março de 2014 às 17:24

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

MasterzikkaM
27 de março de 2014 às 13:24

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 Março 27 por Masterzikka

RulezKnightR
27 de março de 2014 às 23:08
Melhor resposta

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 Março 27 por RulezKnight

MasterzikkaM
31 de março de 2014 às 19:48

vlw cara vc e d++..

 

 

grato a todos


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

1 ano depois...
SkyLighS
16 de outubro de 2015 às 12:00

Tópico Movido
Este tópico foi movido de "OTServOTserv iniciantePedidos e dúvidas - Geral"
para "OTServOTserv iniciantePedidos e dúvidas - GeralPedidos e dúvidas resolvidos - Geral".

 

 

2 anos depois...
FrenviusF
29 de novembro de 2017 às 14:20
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.