Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/forumdisplay.php?f=653)
-   -   Tanker sem bow (https://secretexperience.net/showthread.php?t=28280)

HISORI 12-12-2010 04:53 AM

Tanker sem bow
 
Algem sabe como faço para que os tanker não ultilizem bow no meu server Obrigado

Yoshida 12-12-2010 10:28 AM

crie uma skill passiva, que entre altomaticamente, tirando os seguintes status:

diminui o critico power pela metade,

diminui o atack speed em 30%

Reuse skill diminuido.

so isso ja ira ser o suficiente para atrapalhar os tankers usarem bow pois não dará muito dano.


Esta é minha skill so voce utilizar ela.

<skill id="53499" levels="1" name="Bow e pra acher">
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<mul order="0x50" stat="cAtk" val="0.5">
<using kind="Bow" />
</mul>
<mul order="0x30" stat="atkReuse" val="0.9">
<using kind="Bow"/>
</mul>
<mul order="0x50" stat="rCrit" val="0.5">
<using kind="Bow" />
</mul>
<mul order="0x40" stat="pAtkSpd" val="0.8">
<using kind="Bow" />
</mul>
</for>
</skill>

A sql não tem como eu postar porque estou sem o navicat instalado, assim que tiver vou postar aqui pra voces ela completinha.

HISORI 12-12-2010 11:27 AM

Vlw vou espera mais eu estava precisando e que eles não usacem mesmo


Horários baseados na GMT -3. Agora são 11:28 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.