Page 1 of 1

Raidboss skills

Posted: Sun Dec 05, 2010 10:30 am
by fokysss
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4422:
L2JDP Revision 7669:

Hello!
I would like to ask you all how can i edit raidboss skill to lower landing rate!

Here is the skill i would like to change!

<skill id="4177" levels="12" name="BOSS Cancel Magic">
<!-- Boss Skill -->
<table name="#magicLvl"> 14 24 34 44 54 64 74 79 84 89 94 99 </table>
<table name="#mpConsume"> 15 22 29 39 49 59 68 72 75 76 77 79 </table>
<set name="hitTime" val="1500" />
<set name="magicLvl" val="#magicLvl" />
<set name="mpConsume" val="#mpConsume" />
<set name="operateType" val="OP_ACTIVE" />
<set name="negateStats" val="BUFF DEBUFF" />
<set name="reuseDelay" val="60000" /> <!-- TEMP FIX until AI is fixed -->
<set name="skillRadius" val="200" />
<set name="skillType" val="NEGATE" /> <!-- Needs core support for "CANCEL_ALL" without exceptions -->
<set name="target" val="TARGET_AURA" />
</skill>

Re: Raidboss skills

Posted: Sun Dec 05, 2010 3:06 pm
by fokysss
Any suggestions?
Which part of code should i change?

Re: Raidboss skills

Posted: Sun Dec 05, 2010 4:15 pm
by K4N4BS
If I'm not wrong, NEGATE skills always happen...

Re: Raidboss skills

Posted: Sun Dec 05, 2010 9:50 pm
by fokysss
Can somebody help me out with more info?
I do not wanna do something before i ask opinion from others!

Re: Raidboss skills

Posted: Tue Dec 07, 2010 11:58 am
by fokysss
Still no help?
I have tryed to edit magic level of skill but it still lands 100% and removes all buffs!
Same happen with NPC_CANCEL skill!
100% canceling!
I urgently need advise from somebody!

Re: Raidboss skills

Posted: Tue Dec 07, 2010 12:15 pm
by Flashy
fokysss wrote:Still no help?
I have tryed to edit magic level of skill but it still lands 100% and removes all buffs!
Same happen with NPC_CANCEL skill!
100% canceling!
I urgently need advise from somebody!
then don't use NEGATE type, try with type CANCEL. If you use CANCEL then its possible to set skill power for landing rate.
or an other option is to limit the negate with: <set name="maxNegated" val="3" />
in this example, only max 3 buffs are removed...
maybe you can use skill 1056 as template to change your boss cancel...

Re: Raidboss skills

Posted: Tue Dec 07, 2010 11:25 pm
by fokysss
Thank you so much!
I will try and see what happens!