Jump to content

Recommended Posts

Posted

Add something like:

 

		 if(cha instanceof L2PcInstance)
		if(CTF.isParticipant(cha.getObjectId()))
		   _canTeleport = false;

 

On: com.l2jserver.gameserver.network.serverpackets.Die.java

 

thank you very much

  • 4 weeks later...
Posted

I have a error in CTF.java v2

				//Remove player from his party
				if (player.getParty() != null)
				{
					L2Party party = player.getParty();
					party.removePartyMember(player);
				}

where is the error
Posted

Ok, It is perfect. I try fix somethings and work 100%.

Thanks for share!

 

No problem.

Anything else u need just tell me :)

Posted

No problem.

Anything else u need just tell me :)

 

I leech and tested the Death Match Event work 100% for High Five, it maked by base code in here : http://maxcheaters.com/forum/index.php?topic=77795.0

Can you help me create commands for it ( ex: .joindm , .leavedm )?

Thanks you.

 

EDITED: Oh, It's great, I have to manually do it!

Sorry my English!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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