Jump to content
  • 0

[help]skills


Question

Posted

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>

 

1 answer to this question

Recommended Posts

  • 0
Posted

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

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