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..
Question
ev1lpuppie
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now