Ir para conteúdo

rodrygosos

Posts Recomendados

Galera é coisa simples que to quebrando a cabeça.

seguitente editei o blessed shield para ser um item vip, fiz tudo no item.xml dai quando do loot o item aparece assim

Def:50, club fighting +2, sword fighting +2, axe fighting +2, distance fighting +2, magic level +2.

 

só que quando uso o shield n adiciona nada disso no player ;s

 

ajudem ai :D

Link para o comentário
Compartilhar em outros sites

<item id="2523" article="a" name="emperium shield">

<attribute key="description" value="The shield grants divine protection." />

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

<attribute key="defense" value="50" />

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

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

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

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

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

<attribute key="weaponType" value="shield" />

</item>

Link para o comentário
Compartilhar em outros sites

provavelmente tens que adicionar essa tag no "data/movements/movements.xml" :

<movevent type="Equip" itemid="2523" slot="shield" event="function" value="onEquipItem">
</movevent>
<movevent type="DeEquip" itemid="2523" slot="shield" event="function" value="onDeEquipItem"/>

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...