Jump to content

Recommended Posts

Posted

In PvP situations, magic critical damage has been now in Gracia Final decreased.

 

Client: Gracia Final

 

 

Index: /trunk/lin2srv/java/net/sf/l2j/gameserver/skills/Formulas.java
===================================================================
--- /trunk/lin2srv/java/net/sf/l2j/gameserver/skills/Formulas.java (revision 792)
+++ /trunk/lin2srv/java/net/sf/l2j/gameserver/skills/Formulas.java (revision 795)
@@ -1530,5 +1530,11 @@
			}
		}
-		else if (mcrit) damage *= 3;
+		else if (mcrit)
+		{
+			if (attacker instanceof L2PcInstance && target instanceof L2PcInstance)
+				damage *= 2.5;
+			else
+				damage *= 3;
+		}
		damage += Rnd.get() * attacker.getRandomDamage(target);
		// Pvp bonusses for dmg
@@ -1731,5 +1737,5 @@
     }
     
-	public static final boolean calcMCrit(double mRate)
+	public static final boolean calcMCrit(int mRate)
	{
		return mRate > Rnd.get(1000);

 

Credits [Gnacik] from L2jOfficial

 

Commit Link : http://trac.assembla.com/L2jOfficial/changeset/795

Posted

thx, u m8 another usefull share but in my opinion

you must make an AIO Topic with your shares.

Are you serious ? LOOOOL.

Alright, here's the thing: Zunix has been sharing things from the L2j Project's Timelines just to show how ridiculous you people are. You get things from the TimeLine,share them and claim they are awesome!!

Jeez will you grow a brain ?

Its situations like this that made MxC turn into what it is today.

Posted

ok then, what's better to make 20 topic's with these fvcking

timelines or to make one topic and include all of them inside?

No the whole point of this Thread is that making them is RIDICULOUS,hence, you SHOULDN'T make them at all!!

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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