Jump to content
  • 0

[BUG]Arcana Power


Grave

Question

Hello i found bug on my server with skill arcana power when i fast click more time on this skill i drop fast hp and skill body of mind its not usefull how i fix it ? ;/

 

I have L2J Interlude Last Revision

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

go to data -- > stats -- > skills -- > 0300-0399.xml find skill arcana power and change old for this :

 

<skill id="337" levels="1" name="Arcane Power">
 <set name="mpConsume" val="36"/>
 <set name="power" val="0.0"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="CONT"/>
 <set name="operateType" val="OP_TOGGLE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <for>
   <effect count="0x7fffffff" name="DamOverTime" time="2" val="25">
     <mul order="0x30" stat="MpConsumeRate" val="1.1"/>
     <mul order="0x30" stat="mAtk" val="1.3"/>
   </effect>
 </for>
</skill>

 

and make server restart .

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...