Sem código fica difícil né? ![]()
- Fórum
- OTServ
- Suporte
- Resolvidos
- [Resolvido] [DUVIDA] armas bugadas
info
Grupo: Herói
Registrado: 09/07/05
Posts: 1.1k
Reputação: +110
Char no Tibia: Fedrick

info
Grupo: Campones
Registrado: 15/02/14
Posts: 20
Reputação: +2
Char 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>
Editado Março 27 por Masterzikka
info
Grupo: Cavaleiro
Registrado: 17/07/09
Posts: 153
Reputação: +3
Char 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+.
Editado Março 27 por RulezKnight
info
Grupo: Campones
Registrado: 15/02/14
Posts: 20
Reputação: +2
Char 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..
info
Grupo: Lorde
Registrado: 22/07/12
Posts: 2.2k
Reputação: +453
Char no Tibia: Kissy

Tópico Movido
Este tópico foi movido de "OTServ → OTserv iniciante → Pedidos e dúvidas - Geral"
para "OTServ → OTserv iniciante → Pedidos e dúvidas - Geral → Pedidos e dúvidas resolvidos - Geral".
info
Grupo: Administrador
Registrado: 26/02/07
Posts: 254
Reputação: +205
Gênero: Masculino
Char no Tibia: Frenvius






info
Grupo: Campones
Registrado: 15/02/14
Posts: 20
Reputação: +2
Char 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...