Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Ground Items


    Guiness1

    Recommended Posts

    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

    GroundItem item = getGroundItems().closest(item -> item !=null && n.getName().contains("");

    if(item !=null) { 

    item.interact("Take");

     

    Link to comment
    Share on other sites

    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

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.