Jump to content
  • 0

Magic Criticals a lot!


HammerV2

Question

hello everyone, today i got a litle problem, am using L2JServer_3694-L2JDP_6774, in my pack mages hit lots of magic criticals, and i wanna drop this rate, anyone know how to fix it? or some explain.? :'( help

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

There is an option about critical rate ( fighter/mage ) in your configs.

 

Search.

nonsense..


skills/Formulas.java

 

damage * = 3

= 3x magic critical

 

Find the line

 

}

else if (mcrit)

{

damage *= 3;

}

damage += Rnd.get() * attacker.getRandomDamage(target);

 

and decreases to 1.5 or 2

Link to comment
Share on other sites

  • 0

He did not refer at max capacity of magical

 

I'm not refering also in the capacity.

 

He want to decrease the rate of magic criticals and told him the easiest way.

Link to comment
Share on other sites

  • 0

I'm not refering also in the capacity.

 

He want to decrease the rate of magic criticals and told him the easiest way.

I do not think they have something like, don't forget L2JServer not based on customs

Link to comment
Share on other sites

  • 0

i guess a very bad fix would be... mod a skill that all mages have and reduce crit rate.. you can get stats of any skill so im rlly not gonna help more than desc.. =P

 

anywho.. its why god invented datapack devs and is also why im never gonna be one again =)

 

 

Link to comment
Share on other sites

  • 0

Instead of editing java u could reduce magic critical rate from skills too. Siren, wild magic, pow, items skills, etc.

 

Will be faster and u dont even need to restart the server :>

 

Or, u can make a custom skill that reduce mc rate from all mages and add it on mage skill tree from navicat

Link to comment
Share on other sites

  • 0

thx a lot xAddytzu i found it, ok so i got other problem, in pvp case never i hit the same amount of damage and i want every hit get the same damage. for example:

Actually:

Your hit xxxx for 1400

Your hit xxxx for 1320

Your hit xxxx for 1486

Your hit xxxx for 1415

 

So i want like it:

Your hit xxxx for 1475

Your hit xxxx for 1475

Your hit xxxx for 1475

Your hit xxxx for 1475

 

sry for my english and thx again


Extremedwarf i tried nerfing buff but mages keep geting lots of crits :D thx for ur answer  ;)

Link to comment
Share on other sites

  • 0

okay than since as i see non of you know how to balance by default if you have all buff in you you have 85% mcrit chance it can be solved by balancing the skills

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...