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
  • What package contains eating and drinking?


    Plsnojagex

    Recommended Posts

    So to utilize this in my script, I would first use getHealthPercent(), and then place an if statement with the following code: interact(lobster,eat); ?

    Link to comment
    Share on other sites

    15 minutes ago, Plsnojagex said:

    So to utilize this in my script, I would first use getHealthPercent(), and then place an if statement with the following code: interact(lobster,eat); ?

    That's right, so:

    // Eats at 50% or below
    if (getCombat().getHealthPercent() <= 50) {
     	 getInventory().interact("Lobster", "Eat");
    }
    Link to comment
    Share on other sites

    What package would I need to interact with an NPC? Like during quests when you have to communicate with a lot of NPCs, which packages should I be using? Sorry if im asking a bit too much :D Im just trying to learn

    Link to comment
    Share on other sites

    9 hours ago, Plsnojagex said:

    What package would I need to interact with an NPC? Like during quests when you have to communicate with a lot of NPCs, which packages should I be using? Sorry if im asking a bit too much :D Im just trying to learn

    npc.interact

    NPC n = getNpcs().closest("Plsnojagex");
    n.interact("Help");

    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.