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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock