Page 1 of 1

Need Help with formulas

Posted: Sat Nov 19, 2011 11:28 pm
by Bigi
L2J Revision Number: interlude
L2JDP Revision Number: interlude

I have made a maximum level - 100. But if I attack the character (100 level) by magic skills, then I hit him 1 damage
-------------
I have m.atk (3582517 )
another character have 222 m.def
but another character has resisted all my magic attacks

I think, need to correct formulas. Who can help me with it ?

Re: Need Help with formulas

Posted: Sun Nov 20, 2011 8:55 am
by Sabo
That's probably because of the magic level of the skill. Even a +30 nuke is still just a lvl 85 skill.

I guess the easiest would be to change MagicFailures = True to False in Character.properties. Or you could start by looking at Formulas.java. Perhaps the simplest there would be substituting skill level checks with character level checks or removing those parts entirely.

Re: Need Help with formulas

Posted: Sun Nov 20, 2011 11:10 am
by Bigi
thanks