Jump to content

Recommended Posts

Posted

Fix for this exploit:

 

http://www.maxcheaters.com/forum/index.php?topic=47503.0

 

The diff is for Ct2.2 but easy to make it to other chronicles or other versions:)

Index: D:/L2JC/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- D:/L2JC/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java	(revision 109)
+++ D:/L2JC/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -8148,6 +8148,8 @@
		if (attacker instanceof L2PcInstance && ((L2PcInstance)attacker).isInOlympiadMode() ){
			if (isInOlympiadMode() && isOlympiadStart() && ((L2PcInstance)attacker).getOlympiadGameId()==getOlympiadGameId())
				return true;
+			if (isFakeDeath())
+				return false;
			else
				return false;
		}

 

Please test it and give feedback:)

 

ohh i forget again:DCredits to me

  • 4 months later...
  • 4 weeks later...
  • 2 weeks later...
  • 4 months later...
  • 3 weeks later...
  • 3 weeks later...

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