@Override protected void handleSpawned() { ThreadPoolManager.getInstance().schedule(new DeleteDeliveryMan(), SERVICE_TIME); ThreadPoolManager.getInstance().schedule(new DeliveryManSpawnAction(), SPAWN_ACTION_DELAY); super.handleSpawned(); }
@Override protected void handleDespawned() { PacketSendUtility.broadcastPacket( getOwner(), new SM_SYSTEM_MESSAGE(true, 390267, getObjectId(), 1, new NpcShout().getParam())); super.handleDespawned(); }