Jump to content
  • 0

L2J freya skills


Question

Posted

Hello i was just wondering which values i have to change on these skills no lower landing rates!

Thanks!

-----------------------------------------------------------------------------------------------------

<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>

----------------------------------------------------------------------------------------------------------------------

 

<skill id="1440" levels="5" name="Steal Divinity">

  <table name="#mpConsume">50 55 60 64 67</table>

  <table name="#power">3 4 5 6 7</table>

  <table name="#magicLvl">55 60 64 68 72</table>

  <set name="mpConsume" val="#mpConsume" />

  <set name="magicLvl" val="#magicLvl" />

  <set name="power" val="#power" />

  <set name="target" val="TARGET_ONE" />

  <set name="reuseDelay" val="15000" />

  <set name="hitTime" val="1200" />

  <set name="skillType" val="STEAL_BUFF" />

  <set name="isMagic" val="true" />

  <set name="operateType" val="OP_ACTIVE" />

  <set name="castRange" val="600" />

  <set name="effectRange" val="1100" />

  </skill>

 

2 answers to this question

Recommended Posts

  • 0
Posted

You mean replace this <set name="power" val="#power" />  with <set name="power" val="2"/> ?

I looked on it and i was thinking why does it say val="#power'' /> not val="somenumber" />

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...