Fala Galera, Estou começando a criar meu ot e gostaria de saber como faço para criar itens VIP, gostaria de criar novas wands,rods,swords e etc; alguem poderia me dar uma ajuda ?? meu OT e 8.6, Obrigado desde ja! :smile_positivo:
Cara é so vc pegar um item que nao drope de bixo, ex: crystal wand, e edite ela em itens.xml
Antes:
<item id="2184" article="a" name="crystal wand">
<attribute key="weight" value="2800" />
</item>
Depois:
<item id="2184" article="a" name="eletro wand">
<attribute key="weight" value="2800"/>
<attribute key="weaponType" value="wand"/>
<attribute key="shootType" value="death"/>
<attribute key="range" value="8"/>
</item>
Entendeu?
Abraços
Assinatura fora das regras.