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>
Raidboss skills
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 43
- Joined: Sat Oct 09, 2010 4:25 pm
Re: Raidboss skills
Any suggestions?
Which part of code should i change?
Which part of code should i change?
-
- Posts: 94
- Joined: Mon Jul 06, 2009 3:45 pm
Re: Raidboss skills
If I'm not wrong, NEGATE skills always happen...
-
- Posts: 43
- Joined: Sat Oct 09, 2010 4:25 pm
Re: Raidboss skills
Can somebody help me out with more info?
I do not wanna do something before i ask opinion from others!
I do not wanna do something before i ask opinion from others!
-
- Posts: 43
- Joined: Sat Oct 09, 2010 4:25 pm
Re: Raidboss skills
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!
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!
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: Raidboss skills
then don't use NEGATE type, try with type CANCEL. If you use CANCEL then its possible to set skill power for landing rate.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!
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...
-
- Posts: 43
- Joined: Sat Oct 09, 2010 4:25 pm
Re: Raidboss skills
Thank you so much!
I will try and see what happens!
I will try and see what happens!