Need Help with formulas

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Bigi
Posts: 19
Joined: Sun Oct 16, 2011 9:37 pm

Need Help with formulas

Post 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 ?
Sabo
Posts: 16
Joined: Sun Oct 03, 2010 8:19 am

Re: Need Help with formulas

Post 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.
User avatar
Bigi
Posts: 19
Joined: Sun Oct 16, 2011 9:37 pm

Re: Need Help with formulas

Post by Bigi »

thanks
Post Reply