Jump to content
  • 0

[help] fist fury skill


vamav3che

Question

Ok ,i use L2dot v5 rev3 , interlude ,  here`s my problem , tyrant can use Fist Fury Skill without havin` Fist type weapon Equiped . Here`s the skill:

 

</skill>

<skill id="222" levels="1" name="Fist Fury">

  <set name="power" val="0.0"/>

  <set name="mpConsume" val="8"/>

  <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"/>

  <cond msg="Dual Fist required.">

    <using kind="Fist, Dual Fist"/>

  </cond>

  <for>

    <!-- retail value: 13HP/sec; stat update every 2 units (1 1/3 sec) -->

    <effect count="0x7fffffff" name="DamOverTime" time="1" val="13">

      <mul order="0x30" stat="pAtkSpd" val="1.25"/>

    </effect>

  </for>

</skill>

 

 

Any1 can help me? tell me what i did wrong and how to fix it?? i apreciate if u had the pacience to read this.

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

try to remove this line :

 

</skill>

<skill id="222" levels="1" name="Fist Fury">

  <set name="power" val="0.0"/>

  <set name="mpConsume" val="8"/>

  <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"/>

  <cond msg="Dual Fist required.">

    <using kind="Fist, Dual Fist"/>

  </cond>

  <for>

    <!-- retail value: 13HP/sec; stat update every 2 units (1 1/3 sec) -->

    <effect count="0x7fffffff" name="DamOverTime" time="1" val="13">

      <mul order="0x30" stat="pAtkSpd" val="1.25"/>

    </effect>

  </for>

</skill>

 

but i am not sure so ...

Link to comment
Share on other sites

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