afz ai cara só botar
items.xml
<item id="2642" article="a" name="Boots Of Vip">
<attribute key="weight" value="800" />
<attribute key="slotType" value="feet" />
<attribute key="duration" value="0" />
<attribute key="healthGain" value="50" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="100" />
<attribute key="manaTicks" value="1000" />
<attribute key="showduration" value="1" />
</item>
explicação:
<attribute key="healthTicks" value="2000" /> == A cada 2 segundos ele ganhara 50 de vida
<attribute key="manaTicks" value="1000" /> == A cada 1 segundo ele ganhará 100 de mana
só mudar o value="1000"
1000 = 1 segundos
10000 = 10 segundos...
--------------------------------
em movements.xml
adiciona
<movevent type="Equip" itemid="2642" slot="feet" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2642" slot="feet" event="function" value="onDeEquipItem"/>










info
Grupo: Campones
Registrado: 19/12/08
Posts: 22
Reputação: +2
Tipo do script: --
Protocolo (versão do Tibia): 8.54
Servidor utilizado: TFS
Nível de experiência: --
Adicionais/Informações
olá, queria uma bota estilo Soft Boots
como assim?
Uma bota que regenera 100 de MANA e 50 de HEALTH, e essa bota nunca acaba igual a soft boots, ela é INFINITA
ID da BOTA: 2642
NOME DA BOTA: boots vip
valeu.