Jump to content
  • 0

[BUG]Arcana Power


Question

Posted

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

5 answers to this question

Recommended Posts

  • 0
Posted

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 .

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock