Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. mcmitch

    Question Getting item prices from the grand exchange

    So it is a simple question but, maybe due to my inexperience in Java, but I can't figure out how to get the price of an item. The documentation says there is a getPrice function in the GrandExchange.Item class. So I have this code: int lobsterPrice = GrandExchange.Item.getPrice(); But I'm not...
  2. mcmitch

    RegionPath Help

    So I have some code that looks like this: Coordinate playerLocation = getLocal().getPosition(); System.out.println(playerLocation); System.out.println(stepArray[i]); RegionPath currentPath = build(playerLocation, stepArray[i]); System.out.println(currentPath); currentPath.step(); (stepArray is...
Top