Kràtos Posted January 19, 2009 Author Posted January 19, 2009 Post UPDATE [Video-Tutorial] How to Apply Patches in L2J ! Check The First Post...!! 20/01/2009 @yannis93:yea maybe :P
DoodLez Posted January 27, 2009 Posted January 27, 2009 Man in pvp point... what i need for result? i cant put it work can u post here how i can make it? Thx
Kràtos Posted January 27, 2009 Author Posted January 27, 2009 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...!!
DoodLez Posted January 27, 2009 Posted January 27, 2009 hum... for it work i need compile? Well i go try compile it... Thx
Jαkє Posted February 10, 2009 Posted February 10, 2009 thank you Cobra, Much Appreciated. Keep up , and keep it Updated.
SilverWolf-IaB Posted February 11, 2009 Posted February 11, 2009 Tks a lot Cobra... it was very helpfull!!!
LauQ Posted February 18, 2009 Posted February 18, 2009 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
Rizel Posted February 20, 2009 Posted February 20, 2009 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;
Maxtor Posted February 21, 2009 Posted February 21, 2009 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?
Recommended Posts