Guiness1 0 Posted April 27, 2020 Hi Guys, Just looking to find out how I pick up items from the ground, let's say a whole invent in different spots? I'm trying to understand how the API but it makes no sense to me at the moment =/ thanks
Zawy 1037 Posted April 27, 2020 GroundItem item = getGroundItems().closest(item -> item !=null && n.getName().contains(""); if(item !=null) { item.interact("Take");
Guiness1 0 Author Posted April 27, 2020 Thanks Zawy, Think i'll take some time now to learn how to read these API's
AliasBots 13 Posted April 27, 2020 2 hours ago, Guiness1 said: Thanks Zawy, Think i'll take some time now to learn how to read these API's Snippets are way more useful. Search github for dreambot projects and use google to search this forum for snippets. The api is good for quick reference on specifics, not so much for pulling it all together.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.