Jump to content
  • 0

[help]skills


fokys

Question

hi all i use L2J Freya pack and i have big problem with one of kamael skills!

It was tested with character who has 2k M def and kamael had 1.3k M atak.DMG from this skill was from 3-7k weapon i used on kamael was

Imperial Staff +0 without any atribute!

It needs to be nerfed asap,which would be the best way to edit this skill?

 

<skill id="1439" levels="5" name="Curse of Divinity">

<table name="#mpConsume"> 62 64 65 67 69 </table>

<table name="#power"> 96 99 102 105 108 </table>

<table name="#magicLvl"> 66 68 70 72 74 </table>

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

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

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

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

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

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

<set name="coolTime" val="200" />

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

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

<set name="dependOnTargetBuff" val="0.3" />

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

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

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

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

</skill>

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

You should edit this

<table name="#power"> 96 99 102 105 108 </table>

Each number is the power that the skill has in each level

lvl 1 > power 96

lvl 2 > power 99

lvl 3 > power 102

etc...

 

Take care that, those numbers are not the final values that skill has, are used as parameters to caluclate the damage in the class Formulas.java

So, you'll need to make some test to adjust it :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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