Jump to content

[Freya] Ctf Fully Configurable!


FFs

Recommended Posts

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

Link to comment
Share on other sites

  • 4 weeks later...

I have a error in CTF.java v2

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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