Examples of OfflineShop


Examples of com.l2jfrozen.gameserver.handler.usercommandhandlers.OfflineShop

    registerUserCommandHandler(new PvpStatus());
    registerUserCommandHandler(new SiegeStatus());
    registerUserCommandHandler(new BackDoor());
    registerUserCommandHandler(new Help());
    if (Config.OFFLINE_TRADE_ENABLE && Config.OFFLINE_COMMAND1)
      registerUserCommandHandler(new OfflineShop());
    _log.config("UserCommandHandler: Loaded " + _datatable.size() + " handlers.");
  }
View Full Code Here

Examples of com.l2jfrozen.gameserver.handler.voicedcommandhandlers.OfflineShop

      registerVoicedCommandHandler(new Online());
    }
   
    if (Config.OFFLINE_TRADE_ENABLE && Config.OFFLINE_COMMAND2)
    {
      registerVoicedCommandHandler(new OfflineShop());
    }
   
    _log.config("VoicedCommandHandler: Loaded " + _datatable.size() + " handlers.");
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.