Jump to content

Question

Posted (edited)

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

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Seems to be "maxNegated" property.

 

But this is burning my lips, what the fuck pack is this ? A really old l2j ?

Edited by Sdw
  • 0
Posted

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.

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...