Jump to content

Question

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

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

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...