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

Awesome share...right now i saw it.

At CT2.3 works perfect.

Thx again.

 

*Intrepid come back to the forum man..we want you :D.

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

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