Ir para conteúdo

[Pedido] Upgrade System !


murilo103

Posts Recomendados

Bom dia pessoal...



 

Estou atrás de um sistema de upgrade. Como assim?

Vou explicar melhor. Quero um sistema que com 1 item faça uma armor, helmet ou qualquer outro fique +1, +2...ai vai...

Mas tem um porém, quero que esse item aumente 400 a velocidade da hp ou mana. e que tenha vários itens diferentes, um que de vida, outro que de ataque.. por exemplo:

 

10:24 You see a skull.

It upgrade +2 sword.

It weighs 21.80 oz.

 

E no item fique assim.

 

10:26 You see a warlord sword (+1) (Atk:53+2, Def:38).

It can only be wielded properly by knights of level 120 or higher.

It weighs 64.00 oz.

Strong powers flow in this magic sword.

 

ou

 

10:25 You see giant eye.

It upgrade +1 magic level.

It weighs 1.20 oz.

e no item fique assim:

 

10:27 You see a wand of vortex(ml +1).

It can only be wielded properly by sorcerers of level 7 or higher.

It weighs 19.00 oz.

Surges of energy rush through the tip of this wand.

 

Alguém teria ideia como editar já com o sistema de Refine do Mock?

Mock system!

Link para o comentário
Compartilhar em outros sites

Mano eh mto facil , se eh o que eu entendi ..

Olha so :

 

10:24 You see a skull.

It upgrade +2 sword.

It weighs 21.80 oz.

 

/\ nesse caso va em items/items.xml e coloque assim :

 

</item>

<item id="2229" article="a" name="skull" plural="skulls">

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

<attribute key="skillSword" value="2" />

 

10:26 You see a warlord sword (+1) (Atk:53+2, Def:38).

It can only be wielded properly by knights of level 120 or higher.

It weighs 64.00 oz.

Strong powers flow in this magic sword.

 

/\ esse aki tem tutorial aqui mesmo, eu sei pq ja achei um desses , eh so procurar ... pq nao memorizei o script ( OBVIO )

 

 

10:25 You see giant eye.

It upgrade +1 magic level.

It weighs 1.20 oz.

 

/\ nesse caso va em items/items.xml e coloque assim :

</item>

<item id="11191" name="giant eye">

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

<attribute key="magiclevelpoints" value="1" />

</item>

 

Mas isso q eu mostrei nao eh no Refine do Mock

 

Espero ter ajudado

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...

Ajudou sim, Obg :D

 

Mano eh mto facil , se eh o que eu entendi ..

Olha so :

 

10:24 You see a skull.

It upgrade +2 sword.

It weighs 21.80 oz.

 

/\ nesse caso va em items/items.xml e coloque assim :

 

</item>

<item id="2229" article="a" name="skull" plural="skulls">

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

<attribute key="skillSword" value="2" />

 

10:26 You see a warlord sword (+1) (Atk:53+2, Def:38).

It can only be wielded properly by knights of level 120 or higher.

It weighs 64.00 oz.

Strong powers flow in this magic sword.

 

/\ esse aki tem tutorial aqui mesmo, eu sei pq ja achei um desses , eh so procurar ... pq nao memorizei o script ( OBVIO )

 

 

10:25 You see giant eye.

It upgrade +1 magic level.

It weighs 1.20 oz.

 

/\ nesse caso va em items/items.xml e coloque assim :

</item>

<item id="11191" name="giant eye">

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

<attribute key="magiclevelpoints" value="1" />

</item>

 

Mas isso q eu mostrei nao eh no Refine do Mock

 

Espero ter ajudado

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...