Jump to content
  • 0

Cancel Buff


remigas

Question

hi i need make few skill to work. How to make cancel skills to remove 100% all buffs not only 5-6? here is two skills.

 

<skill id="342" levels="1" name="Touch of Death">
<set name="magicLvl" val="78"/>
<set name="castRange" val="40"/>
<set name="effectRange" val="400"/>
<set name="hpConsume" val="1004"/>
<set name="lvlDepend" val="1" />
<set name="maxNegated" val="5" />
<set name="nextActionAttack" val="true" />
<set name="isDebuff" val="true" />
<set name="target" val="TARGET_ONE"/>
<set name="skillType" val="DEBUFF" />
<set name="operateType" val="OP_ACTIVE"/>
<set name="reuseDelay" val="600000"/>
<set name="hitTime" val="1800"/>
<cond>
<player hp="75"/>
</cond>
<for>
<effect name="Debuff" time="120" val="0" effectPower="80" effectType="DEBUFF" stackOrder="1" stackType="touch_of_death">
<mul order="0x30" stat="maxCp" val="0.1"/>
<mul order="0x30" stat="gainHp" val="0.7"/>
<add order="0x40" stat="debuffVuln" val="30" />
</effect>
<effect name="Cancel" noicon="1" val="0" effectPower="80" effectType="CANCEL" />
</for>
</skill>
 
**********************************************************************************************************************
 
 <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="80" /> <!-- Base Land Rate -->
<set name="target" val="TARGET_ONE"/>
<set name="reuseDelay" val="120000"/>
<set name="hitTime" val="20000"/>
<set name="staticHitTime" val="true" />
<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>
Edited by remigas
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hello

 

1st of all make sure that your skills work. If its now working just boost the power<set name="power" val="80"

I am not sure what pack are you using but I will try to help..

2nd try to change <set name="maxNegated" val="5" 5-15.

To remove all of the buffs I know that you have to enable "MadDebuffAmount='  ' " from the config; you have to modifty that also.

 

Before doing this make sure you have a copy of your file in case they dont work so you can easily replace it with the original one.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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