Raidboss skills

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Raidboss skills

Post 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>
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Raidboss skills

Post by fokysss »

Any suggestions?
Which part of code should i change?
K4N4BS
Posts: 94
Joined: Mon Jul 06, 2009 3:45 pm

Re: Raidboss skills

Post by K4N4BS »

If I'm not wrong, NEGATE skills always happen...
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Raidboss skills

Post by fokysss »

Can somebody help me out with more info?
I do not wanna do something before i ask opinion from others!
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Raidboss skills

Post 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!
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: Raidboss skills

Post 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...
fokysss
Posts: 43
Joined: Sat Oct 09, 2010 4:25 pm

Re: Raidboss skills

Post by fokysss »

Thank you so much!
I will try and see what happens!
Post Reply