}
packets.add(new ExStorageMaxCount(activeChar));
packets.add(new QuestList(activeChar));
packets.add(new ExBasicActionList());
// refresh player info
packets.add(new EtcStatusUpdate(activeChar));
packets.add(new ExPCCafePointInfo(activeChar));
sendPackets(packets);
packets.clear();
//activeChar.getInventory().refreshListeners();
activeChar.checkHpMessages(activeChar.getMaxHp(), activeChar.getCurrentHp());