Jump to content
  • 0

Cancellation skill help


Question

Posted

Ello, i have a little problem that is bothering me at cancel skill. I can edit it to set the delay and how many buffs it removes BUT ... is has 100% land rate, and i mean i can wear B-A grade weapon and is still removing buffs. The skills looks like this in my xml ...

 

<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"> 18 22 26 28 30 32 34 36 38 40 42 44 </table>

<set name="mpInitialConsume" val="#mpInitialConsume" />

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

<set name="magicLvl" val="#magicLvl" />

<set name="power" val="25" /> <!-- Base Land Rate --> ( changed this from 0 to 25 and nothing )

<set name="target" val="TARGET_ONE" />

<set name="reuseDelay" val="150000" />

<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" /> ( How many buffs should remove )

</skill>

 

So what can i do to make it land 1 from 10 or 1 from 5.

 

Sorry if i posted in the wrong section.

2 answers to this question

Recommended Posts

  • 0
Posted

So the problem is not from the .xml file, power is related to the maxNegated buffs, between 1 and 5. So i start looking in Disablers.java, and still nothing. Since official set cancel to be 100% ( wich i think is a bullshet ) all java developers made the same stuff, and cancel doesn't take properties like all skills from SkillType java file, it doesn't need anymore because it lands everytime. so it doesn't exists. :) 

 

So plix, if someone has an ideea how to set chance to this retarded skill, plix plox help :)

  • 0
Posted

So the problem is not from the .xml file, power is related to the maxNegated buffs, between 1 and 5. So i start looking in Disablers.java, and still nothing. Since official set cancel to be 100% ( wich i think is a bullshet ) all java developers made the same stuff, and cancel doesn't take properties like all skills from SkillType java file, it doesn't need anymore because it lands everytime. so it doesn't exists. :) 

 

So plix, if someone has an ideea how to set chance to this retarded skill, plix plox help :)

A new cancellation formula has been implemented in L2JServer Gracia final,more efficient with less chance.

Check the disablers of that revision ;)

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..