Ir para conteúdo

[Encerrado] Editando itens! ( Urgente )


shuzin

Posts Recomendados

Tenho esse shield:

 

<item id="2517" article="a" name="ivisore shield">

<attribute key="description" value="A mighty shield awarded by the gods of Tibia." />

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

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

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

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

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

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

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

</item>

 

Quero que só kina e paladino possam usar ele.

 

Tenho essa spear:

 

<item id="2352" article="a" name="ivisore spear">

<attribute key="description" value="This arrow seems not suitable for the use with ordinary bows. It seems to be rotting rapidly." />

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

<attribute key="attack" value="70" />

<attribute key="HitChance" value="100"/>

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

<attribute key="shootType" value="shiverarrow" />

<attribute key="range" value="10" />

<attribute key="breakChance" value="0" />

<attribute key="ammoAction" value="moveback" />

 

Quero que só paladino possa usar!

tbm quero saber qual hitChance seria melhor de eu usar, pq 100 tá facil demais!

 

obg

Link para o comentário
Compartilhar em outros sites

vai em

data\movements\movements.xml

procura pelos ids dependendo da versão do seu serve vai achar algo assim

 

<movevent event="Equip" itemid="id" slot="head" level="130" function="onEquipItem">
<vocation name="Druid"/>
<vocation name="Slayer Druid"/>
<vocation name="Elder Druid" showInDescription="0"/>
<vocation name="Sorcerer"/>
<vocation name="Slayer Sorcerer"/>
<vocation name="Master Sorcerer" showInDescription="0"/>
</movevent>

ou

<movevent type="Equip" itemid="id" slot="armor" event="function" value="onEquipItem">
 <vocation id="4"/>
 <vocation id="8" showInDescription="0"/>
 <vocation id="3"/>
 <vocation id="7" showInDescription="0"/>
</movevent>

só troca parte das vocação

qual quer duvida aposta ai os ids que achou nos movements

Editado por notle2012
Link para o comentário
Compartilhar em outros sites

a parte que vc tem que editar não é em item.xml é sim em

movements.xml

vai em

data\movements\movements.xml

procura por 2517 e edita aparte da vocation

e depois procura por 2352 edita aparte da vocation

Editado por notle2012
Link para o comentário
Compartilhar em outros sites

  • 5 years later...
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...