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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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