zunix Posted July 23, 2009 Share Posted July 23, 2009 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 Quote Link to comment Share on other sites More sharing options...
BloodyWarrior Posted July 23, 2009 Share Posted July 23, 2009 thx, u m8 another usefull share but in my opinion you must make an AIO Topic with your shares. Quote Link to comment Share on other sites More sharing options...
Horus Posted July 23, 2009 Share Posted July 23, 2009 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. Quote Link to comment Share on other sites More sharing options...
BloodyWarrior Posted July 23, 2009 Share Posted July 23, 2009 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? Quote Link to comment Share on other sites More sharing options...
Horus Posted July 23, 2009 Share Posted July 23, 2009 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!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.