Package com.l2jfrozen.gameserver.model

Examples of com.l2jfrozen.gameserver.model.TradeList.PrivateStoreBuy()


        Util.handleIllegalPlayerAction(getClient().getActiveChar(), msgErr, Config.DEFAULT_PUNISH);
        return;
      }
    }
   
    if (!storeList.PrivateStoreBuy(player, _items, (int) priceTotal))
    {
      sendPacket(ActionFailed.STATIC_PACKET);
      // Punishment e log in audit
      Util.handleIllegalPlayerAction(storePlayer, "PrivateStore buy has failed due to invalid list or request. Player: " + player.getName(), Config.DEFAULT_PUNISH);
      _log.warning("PrivateStore buy has failed due to invalid list or request. Player: " + player.getName() + ", Private store of: " + storePlayer.getName());
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.