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 ;)

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