Page 1 of 1

[HELP] Vortex/Npc enchanter/3rd class skill

Posted: Fri Jul 02, 2010 4:33 pm
by tziwtis3
L2J Revision Number:3839
L2JDP Revision Number:6927
Hello every1
Ive got this server and playing with my friends so i decide to make some changes...
I browsed the forum and i found most of my problems expept these :
1)I tryed to make mages more strong and i found that the vortex its like 1/10 to get the debuff the oppoment i cheched the skills and i found these:

Code: Select all

 <skill id="1340" levels="1" name="Ice Vortex">  <set name="mpInitialConsume" val="21"/>  <set name="mpConsume" val="84"/>  <set name="magicLvl" val="77"/>  <set name="power" val="140"/>  <set name="lvlDepend" val="1"/>  <set name="target" val="TARGET_ONE"/>  <set name="hitTime" val="6000"/>  <set name="element" val="1"/> <!-- Water -->  <set name="elementPower" val="20"/>  <set name="reuseDelay" val="12000"/>  <set name="skillType" val="MDAM"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="isMagic" val="true"/>  <set name="isDebuff" val="true"/>  <set name="overHit" val="true"/>  <set name="castRange" val="900"/>  <set name="effectRange" val="1400"/>  <for>    <!-- Retail Values CT2.3: 12MP * 3 Sec -->    <effect count="10" name="ManaDamOverTime" time="3" val="36" effectPower="80" effectType="MDOT">      <mul order="0x30" stat="runSpd" val="0.9"/>      <mul order="0x30" stat="pAtkSpd" val="0.7"/>      <mul order="0x30" stat="mAtkSpd" val="0.9"/>      <sub order="0x40" stat="waterRes" val="20"/>    </effect>  </for></skill> 
So the thing that i want is to increase the chance for the dbuff...
2) If there is a npc skill enchanter for all classes
3)Ive cheched the forums and i saw many ppl that saying that the 3rd class skill enchantment doesn exist yet :? But this is not much importand...

Ty for your help :D