public static final World world = Instance.getWorld();
public void handlePacket(Packet p, IoSession session) throws Exception {
Player player = (Player) session.getAttachment();
int pID = ((RSCPacket) p).getID();
if (player.isBusy() && !player.inCombat()) {
return;
}// F2P
if (player.isDueling() && player.getDuelSetting(3)) {
player.getActionSender().sendMessage(
"Armour is disabled in this duel");