- Carlos [Zipto]Aportador
- Mensajes : 233
Wand Que da Vida o.O
Vie Mayo 18, 2012 1:27 pm
Una imagen de lo que hace, es dar vida saliendo el +x la vida que regenera al atacar a un monster.
Para instalarlo vamos a weapons.xml y agregamos lo Siguiente
Luego vamos a items y buscamos el item [ la wand ] que queremos que nos ataque y noos de la vida y lo modificamos de esta manera..
Creditos:
Otland99%
Zipto1%
Para instalarlo vamos a weapons.xml y agregamos lo Siguiente
- Código:
<wand id="8920" override="yes" mana="6" event="buffer" value="return doCreatureAddHealth(cid, 200 + getPlayerMagLevel(cid) * getPlayerLevel(cid) * 0.05) and doSendAnimatedText(getCreaturePosition(cid), '+'..(200 + getPlayerMagLevel(cid) * getPlayerLevel(cid) * 0.05), COLOR_GREEN)">
<vocation id="1"/>
<vocation id="2"/>
<vocation id="5"/>
<vocation id="6"/>
</wand>
Luego vamos a items y buscamos el item [ la wand ] que queremos que nos ataque y noos de la vida y lo modificamos de esta manera..
- Código:
<item id="8920" article="a" name="wand of life">
<attribute key="description" value="Magic wand that adds the quality of life during the attack." />
<attribute key="weight" value="3050" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energy" />
<attribute key="range" value="4"/>
</item>
Creditos:
Otland99%
Zipto1%
- el antraxMiembro
- Mensajes : 12
Re: Wand Que da Vida o.O
Vie Mayo 18, 2012 1:39 pm
ya lo havia visto en bt posteado x miisael xD
Re: Wand Que da Vida o.O
Vie Mayo 18, 2012 2:24 pm
Buen aporte serviria para los druid en un ot 9999x con unnas cuest para puros kina y druid
Permisos de este foro:
No puedes responder a temas en este foro.