Jump to content

[SHARE]Oly fake death exploit fix


Recommended Posts

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

Link to comment
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

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