Jump to content
  • 0

[Help] Cancel skill


madzkull

Question

hi there I was wondering how to modify number of buffs of cancel I tried to follow this http://www.maxcheaters.com/forum/index.php?topic=34151.0 but still cancel skill just remove only 2 - 3 buffs

 

<skill id="1056" levels="12" name="Cancellation">
        <table name="#mpInitialConsume"> 9 10 11 11 11 12 12 13 13 13 14 14 </table>
        <table name="#mpConsume"> 35 38 41 43 44 46 48 49 51 52 53 55 </table>
        <table name="#magicLvl"> 48 52 56 58 60 62 64 66 68 70 72 74 </table>
        <set name="mpInitialConsume" val="#mpInitialConsume" />
        <set name="mpConsume" val="#mpConsume" />
        <set name="magicLvl" val="#magicLvl" />
        <set name="power" val="25" /> <!-- Base Land Rate -->  
        <set name="target" val="TARGET_ONE" />
        <set name="reuseDelay" val="30000" />
        <set name="hitTime" val="6000" />
        <set name="skillType" val="CANCEL" />
        <set name="isMagic" val="true" />
        <set name="operateType" val="OP_ACTIVE" />
        <set name="castRange" val="600" />
        <set name="effectRange" val="1100" />
        <set name="maxNegated" val="5" />
    </skill>

 

I tried changing this  "<set name="power" val="25" /> <!-- Base Land Rate --> " from 25 to 75 but still cancel gets only 2 buffs not all buffs

sorry for this noob help  :(

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

i think that guide is wrong ..

 

<set name="power" val="25" />  that is chance on skill to be active in pvp/mobs

 

about how much buffs to remove skill u need little java modification if  i not wrong

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...