Jump to content

Question

Posted

server: L2jTeon 688

 

at my server all mages hit to fighters and them selfs 4k damage! Critical Attack 13-16k!!!

what is problem and how to fix?

 

 

sorry for my english

11 answers to this question

Recommended Posts

  • 0
Posted

firstly is magical attack, critical is for fighters..

 

 

skills/formulas

 

 

damage * = 3

= 3x magic critical

 

find the line

 

}

else if (mcrit)

{

damage *= 3;

}

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

  • 0
Posted

in formulas.java i have this:

 

		else if (mcrit)
	{
		damage *= 4;
	}

and i must change it to this?

}
else if (mcrit)
{
damage *= 3;
}
damage += Rnd.get() * attacker.getRandomDamage(target);

 

  • 0
Posted

in formulas.java i have this:

 

		else if (mcrit)
	{
		damage *= 4;
	}

and i must change it to this?

}
else if (mcrit)
{
damage *= 3;
}
damage += Rnd.get() * attacker.getRandomDamage(target);

 

Your shitpack have x4 (damage *= 4;

Retail is 3x but you need to put 2 for custom server(pvp)

  • 0
Posted

thanks i have made it! but one skill have problem!

 

Curse Death Linki Have 4000 m.atk damage and magic crit 15000!!!

 

i have change stats of 1159 skill but nothing changed!

  • 0
Posted

if i change

else if (mcrit)

{

damage *= 4;

}

 

4 to 2 it will be good for pvp server?

first dont spam

 

and no one sey you that, do you want easy way to get answer? test it by self

  • 0
Posted

if i change

else if (mcrit)

{

damage *= 4;

}

 

4 to 2 it will be good for pvp server?

yep, will be double damage :)

first dont spam

 

and no one sey you that, do you want easy way to get answer? test it by self

be seriously ...he just asked

 

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