Welcome!
By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
L
luminlumin submitted a new resource:
Falador Yew Chopper - Fally Yew Chopper
Read more about this resource...
L
luminlumin submitted a new resource:
Al Kharid Gold Miner - Gold Ore Miner
Read more about this resource...
L
Is there a method to open the inventory because I am trying to open the inventory when something returns true but i can't find the proper way to do it, and I don't want to do it through keys or mouse unless that's the only way to do it..
L
GameObject rocks = GameObjects.newQuery().filter((go) -> go.getId() == 7491 || go.getId() == 7458 && go.distanceTo(Players.getLocal()) < 3).results().nearest();
if (rocks != null && rocks.isValid() && rocks.isVisible()
&&...