Well i dont see here fixes about bugs and i share anti-phx enchant!!!!
first you must know about eclipse and compliling
well index is
java/net/sf/l2j/gameserver/clientpackets/SendWareHouseDepositList.java
find this and add this lines
if (player.getActiveEnchantItem() != null)
{
player.setAccountAccesslevel(-100);// ban first to remove any potential exploit like restarting
player.sendMessage("You got owned by useing phx!");
try
{
Thread.sleep(5000); // Sleeps 5 seconds
}
catch (InterruptedException e)
{}
player.closeNetConnection(); // BB forever :))
return;
}
P.s.: I add this lines (my work): player.sendMessage("You got owned by useing phx!"); and player.closeNetConnection(); // BB forever
)
return;
}
Creadits: L2j-Valor For Very special fixing& me for 2 add lines
Linkback: https://l2topzone.com/forum/index.php?topic=1960.0