Jump to content

[Updated][Guide][Share] Collection The Best Server Modification Java Only !!!


Recommended Posts

Man in pvp point... what i need for result? i cant put it work can u post here how i can make it?

 

 

Thx

 

Follow the steps of Vago Say's if you don't know how to make it works...

 

Use the guide what i give about compile and etc...!!

Link to comment
Share on other sites

  • 2 weeks later...

Very nice topic, with very nice shares :)

 

 

Could I make a request here?

 

I want to edit the rule that players cannot be ressurected during Siege battle. Maybe theres no need for a patch or something, but im a bit nub on this so I wouldnt even know which file to edit :S

pm is ok too ^^

 

Thanks in advance

Link to comment
Share on other sites

In L2JFree pack there is already exist a code to forbid resurrection in sieges:

 

 

com.l2jfree.gameserver.handler.itemhandlers.ScrollOfResurrection.java

if (targetPlayer != null || targetPet != null)
			{
				boolean condGood = true;

				// Check target is not in a active siege zone
				Siege siege = null;

				if (targetPlayer != null)
					siege = SiegeManager.getInstance().getSiege(targetPlayer);
				else
					siege = SiegeManager.getInstance().getSiege(targetPet);

				if (siege != null && siege.getIsInProgress())
				{
					condGood = false;
					activeChar.sendPacket(SystemMessageId.CANNOT_BE_RESURRECTED_DURING_SIEGE);
				}

				siege = null;

Link to comment
Share on other sites

IiIiJacKiIiI & ˚°▫•Cobra●▫°˚  why do you stay in this crapy forum lol

 

you two are so smart.. why waste your time in this shity forum¿?

 

go ragezone or other bigger forums and show there that you are smart !! not in this dead stupid forum =S

 

btw ty cobra for the avatar the other day :P

 

if you think  its shity then why are you here Grisom?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • 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