Soft Boots 100% igual do Tibia.
Arbalest 100% igual do Tibia.
-- Fazendo um Soft Boots 100%
Vá na pasta data/itens e abra o seu itens.xml.
E ache isso aqui.
<item id="2640" name="boots of waterwalking"><attribute key="weight" value="800"></attribute>
<attribute key="slotType" value="feet"></attribute>
Agora subistitua por isso.
<item id="2640" name="soft boots"><attribute key="weight" value="800"></attribute>
<attribute key="slotType" value="feet"></attribute>
<attribute key="decayTo" value="0"></attribute>
<attribute key="transformDeEquipTo" value="6132"></attribute>
<attribute key="duration" value="32200"></attribute>
<attribute key="healthGain" value="100"></attribute>
<attribute key="HealthTicks" value="1000"></attribute>
<attribute key="manaGain" value="50"></attribute>
<attribute key="manaTicks" value="1000"></attribute>
<attribute key="showduration" value="1"></attribute>
Vermelho: Aqui é a duracao, vocé pode mudar e colocar o tanto q vc quiser.
Amarelo: Healthgain é quanto de hp q você vai ganhar e o healthticks é o tempo, ali esta para subir a cada segundo, voce pode mudar se quiser.
Azul: Mesma coisa com o do amarelo só que agora é a mana, pode mudar se quiser também.
Agora procure por esse parte.
<item id="6132" name="soft boots"><attribute key="weight" value="800"></attribute>
<attribute key="slotType" value="feet"></attribute>
E subistitua por isso.
<item id="6132" name="soft boots"><attribute key="weight" value="800"></attribute>
<attribute key="slotType" value="feet"></attribute>
<attribute key="transformEquipTo" value="2640"></attribute>
<attribute key="stopduration" value="1"></attribute>
<attribute key="showduration" value="1"></attribute>
Mão precisa mudar nada aqui.
Agora va na pasta data/movements e abra o movements.xml.
Agora adicione isto
<movevent event="Equip" itemid="6132" slot="feet" function="onEquipItem" /><movevent event="Equip" itemid="2640" slot="feet" function="onEquipItem" />
<movevent event="DeEquip" itemid="2640" slot="feet" function="onDeEquipItem" />
Pronto, agora sua soft boots tem uma utilidade e 100% igual tibia.
-- Agora fazendo um arbalest mais forte q o crossbow normal
Va em data/itens e abra o itens.xml.
Agora aperta ctrl+f e procure por arbalest.
Agora troque por isso.
<item id="5803" name="arbalest"><attribute key="weight" value="9500"></attribute>
<attribute key="increasephysicaldamage" value="20"></attribute>
<attribute key="weaponType" value="distance"></attribute>
<attribute key="slotType" value="two-handed"></attribute>
<attribute key="ammoType" value="bolt"></attribute>
<attribute key="defaultInventorySlot" value="5"></attribute>
</item>
Explicando: No increasephysicaldamage ele vai da 20% a mais de dano do que o normal, e o defaultinventoyslot é aonde ele fica, q caso o 5 é na mao direita, se vocé quiser bote 6 para mao esquerda.
Espero ter ajudado,
Se tiver um Topico igual esse, DESCULPAS.
Minha intenção é ajudar :]
Abraços,
:hi::hi: