Jump to content

Recommended Posts

Posted

Hello again its a very simple fix for olympiad fake death

 

go to

java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java

 

find this

			if (isInOlympiadMode() && isOlympiadStart() && ((L2PcInstance)attacker).getOlympiadGameId()==getOlympiadGameId())
				return true;

and down of this put this 2 lines

 

+			if (isFakeDeath())
+				return false;

 

 

Posted

if i am sure its already fixed by l2j But what ever Gj

and alrady shared

 

Exactly, also "Do not post simple java strings".

  • 3 weeks later...
Posted

"Do not post simple java strings".

this.

 

also if i remember well if has been posted 2-3 years ago by interpid.

locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...