Examples of CropProcure


Examples of net.sf.l2j.gameserver.instancemanager.CastleManorManager.CropProcure

      int sales = _items[i * 4 + 1];
      int price = _items[i * 4 + 2];
      int type = _items[i * 4 + 3];
      if (id > 0)
      {
        CropProcure s = CastleManorManager.getInstance().getNewCropProcure(id, sales, type, price, sales);
        crops.add(s);
      }
    }

    CastleManager.getInstance().getCastleById(_manorId).setCropProcure(crops,
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.