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

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
Reply to this topic...

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