Jump to content
  • 0

thelo ligo help!


Question

Posted

gia sas alania!lipon ekana compile sto pack exo psaxi k m0n0 protect apo l2phx exo bri k apo announce!mipos b0rite n m d0sete java codes?gia protect apo t wh bug?i apo t bug m tous grand master me t multiskill?ty apo t0ra/!!!

4 answers to this question

Recommended Posts

  • 0
Posted

Lipon to mono pou mporo na s doso auth ti stigmi ine gia l2phx wh bug

Next time postare sto sosto section! EDO!

Go to "net/sf/l2j/gameserver/clientpackets" and find "WareHouseDepositList.java" 

Import this code: 

Code: 
import net.sf.l2j.gameserver.util.IllegalPlayerAction; 
import net.sf.l2j.gameserver.util.Util; 

there after 

) 

if (player.getActiveEnchantItem ()! = null) 
( 
Util.handleIllegalPlayerAction (player, "Mofo" + player.getName () + "tried to use phx and got BANED! Peace:-h", IllegalPlayerAction.PUNISH_KICKBAN); 
return; 
) 

if ((warehouse instanceof ClanWarehouse) & & Config.GM_DISABLE_TRANSACTION & & player.getAccessLevel ()> = Config.GM_TRANSACTION_MIN & & player.getAccessLevel () <= Config.GM_TRANSACTION_MAX) 
( 
player.sendMessage ( "Transactions are disable for your Access Level"); 
return; 
) 

or search 

/ / Alt game - Karma punishment 
if (! Config.ALT_GAME_KARMA_PLAYER_CAN_USE_WAREHOUSE & & player.getKarma ()> 0) return;

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
Answer this question...

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