Jump to content

[Share]Anti Phx Premium suite + codes


Recommended Posts

Start

 

open directory net/sf/l2j/gameserver/clientpackets you will findSend WareHouseDepositList.java

and import back here this code

import net.sf.l2j.gameserver.util.IllegalPlayerAction;

import net.sf.l2j.gameserver.util.Util;

 

thereafter

 

)

     

        if (player.getActiveEnchantItem ()! = null)

        (

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

          return;

        )

 

Box ul, that in line after this, alignment

 

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;

 

 

 

That's all it is valid only at banks and anywhere else.

 

Download_ddl's

 

Credit: -=L2Base=-

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...