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







info
Grupo: Campones
Registrado: 01/03/13
Posts: 93
Reputação: +1
Char no Tibia: Frenetico Housedown
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