Guiness1 0 Share 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 Link to comment Share on other sites More sharing options...
Zawy 902 Share Posted April 27, 2020 GroundItem item = getGroundItems().closest(item -> item !=null && n.getName().contains(""); if(item !=null) { item.interact("Take"); Link to comment Share on other sites More sharing options...
Guiness1 0 Author Share Posted April 27, 2020 Thanks Zawy, Think i'll take some time now to learn how to read these API's Link to comment Share on other sites More sharing options...
AliasBots 13 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.