Ir para conteúdo

Como Fazer Para Item Healar ?


Aloczs

Posts Recomendados

TuToRiAl CoMo FaZeR PaRa QuE O AtRiBuTo Do ItEm FuNcIoNe

Resolvi postar esse tutorial pois muitos hosters tentam fazer Vip Boots com a Boots of Waterwalking(exemplo) e colocam no items.xml os atributos, porém não funciona... Ai você pergunta, porque ?.. Não é tão simples assim mais muito simples fazer também !

Primeiro :

Pegue a boots que você deseja fazer para que ela heale: Vou usar de exemplo a Waterwalking

</item>

<item id="2358" name="boots of waterwalking">

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

<attribute key="slotType" value="feet" />

 

Acrescente essas partes:

 

</item>

<item id="2358" name="boots of waterwalking">

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

<attribute key="slotType" value="feet" />

<attribute key="healthGain" value="1000" />

<attribute key="healthTicks" value="2000" />

<attribute key="manaGain" value="1000" />

<attribute key="manaTicks" value="1000" />

 

Rosa:Health que a boots irá healar

Vermelho:Mana que a boots irá healar

 

Agora vá em data/movements/movements.xml

De Ctrol + f e procure Boots !

Acrescente ai no meio :

<movevent type="Equip" itemid="2358" slot="feet" event="function" value="onEquipItem"/>

<movevent type="DeEquip" itemid="2358" slot="feet" event="function" value="onDeEquipItem"/>

 

Marromzin:id da boots que você mudou no item.xml

 

De Salve e Pronto :D está feita sua Boots Of Waterwalking

 

Obrigado se aprovar o post : +

 

Aloczs

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

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...