-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
Por lazaroszz,
- 0 respostas
- 502 visualizações
-
- 1 resposta
- 2298 visualizações
-
- 0 respostas
- 1403 visualizações
-
- 0 respostas
- 1079 visualizações
-
- 1 resposta
- 1237 visualizações
-
Pergunta
lucashdias 0
Bom dia pessoal!
Estou tendo alguns problemas em relação á atribuição de skills,ml com certos itens. Já adicionei no movements.xml, mas alguns continuam com problemas:
Ex:
* Todos mostram sua atribuição (ex: +10 distance, +5 sword,axe,club, +10ml) mas não funcionam.
* Os que funcionam, ao colocar o item do corpo e retirar, o char fica com a skill adicional, ou seja, deveria ficar somente quando colocado o item.
Vejam os itens com problemas:
Items.xml:
------------------------------------------------------------------------------
<item id="2469" name="knight vip legs">
<attribute key="weight" value="4800" />
<attribute key="armor" value="10" />
<attribute key="skillAxe" value="5"/>
<attribute key="skillSword" value="5"/>
<attribute key="skillClub" value="5"/>
<attribute key="slotType" value="legs" />
------------------------------------------------------------------------------
<item id="3983" article="a" name="master vip legs">
<attribute key="weight" value="1800" />
<attribute key="armor" value="8" />
<attribute key="slotType" value="legs" />
<attribute key="magicpoints" value="5" />
------------------------------------------------------------------------------
<item id="8923" name="paladin vip legs">
<attribute key="weight" value="3500" />
<attribute key="armor" value="4" />
<attribute key="skillDist" value="5" />
<attribute key="slotType" value="legs" />
------------------------------------------------------------------------------
<item id="9928" article="a" name="elder vip legs">
<attribute key="weight" value="1800" />
<attribute key="armor" value="8" />
<attribute key="slotType" value="legs" />
<attribute key="magicpoints" value="5" />
------------------------------------------------------------------------------
<item id="12607" article="an" name="knight vip armor">
<attribute key="weight" value="12000"/>
<attribute key="armor" value="15"/>
<attribute key="skillAxe" value="5"/>
<attribute key="skillSword" value="5"/>
<attribute key="skillClub" value="5"/>
<attribute key="slotType" value="body"/>
------------------------------------------------------------------------------
<item id="8880" article="a" name="paladin vip armor">
<attribute key="weight" value="8450" />
<attribute key="armor" value="13" />
<attribute key="skillDist" value="5" />
<attribute key="slotType" value="body" />
------------------------------------------------------------------------------
<item id="8867" article="a" name="master robe">
<attribute key="weight" value="2850" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="armor" value="12" />
<attribute key="slotType" value="body" />
------------------------------------------------------------------------------
<item id="8869" article="a" name="elder robe">
<attribute key="weight" value="2850" />
<attribute key="armor" value="12" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="slotType" value="body" />
------------------------------------------------------------------------------
<item id="10016" article="a" name="elder hat">
<attribute key="weight" value="600" />
<attribute key="armor" value="3" />
<attribute key="slotType" value="head" />
<attribute key="magicpoints" value="5" />
------------------------------------------------------------------------------
<item id="8867" article="a" name="master robe">
<attribute key="weight" value="2850" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="armor" value="12" />
<attribute key="slotType" value="body" />
------------------------------------------------------------------------------
<item id="2496" article="a" name="knight vip helmet">
<attribute key="weight" value="5100" />
<attribute key="armor" value="11" />
<attribute key="skillClub" value="5" />
<attribute key="skillSword" value="5" />
<attribute key="skillAxe" value="5" />
<attribute key="slotType" value="head" />
------------------------------------------------------------------------------
<item id="3967" article="a" name="paladin vip helmet">
<attribute key="weight" value="2500" />
<attribute key="armor" value="2" />
<attribute key="slotType" value="head" />
<attribute key="skillDist" value="5" />
------------------------------------------------------------------------------
E no Movements.xml todos os itens estão com essa base, só alterando o id deles e tipo(head,armor,legs):
<movevent type="Equip" itemid="xxxx" slot="head" event="function" value="onEquipItem">
<movevent type="DeEquip" itemid="xxxx" slot="head" event="function" value="onDeEquipItem"/>
<vocation name="xxxx"/>
<vocation name="xxxx" showInDescription="0"/>
Se poderem me ajudar, ficarei muito grato.
Obrigado!
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados