Raidboss skills
Posted: Sun Dec 05, 2010 10:30 am
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>
ยป 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>