Jump to content

robkule424

Members
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

577 profile views

robkule424's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. The script is local/private. What is the procedure for adding the library? I'm assuming it's the normal procedure (properties->add external jar->JSoup), but this still doesn't allow the OSBot client to find the JSoup library. Am I missing something here? thanks again
  2. I'm trying to use the JSoup library to scrape and have the jar imported as a external jar in eclipse, along with the OsBot jar. I'm getting an error in the log: java.lang.NoClassDefFoundError: org/jsoup/Jsoup I'm guessing OSBot doesn't allow external libraries, but can anyone confirm this? Thanks
  3. Ok, I'm trying to use the widget debugger, but I'm a bit confused on how it works. I'll hover over the plank menu, and the log I want to select, but how do I know which one is the parent, child and grandchild? There's three colors it shows when I hover, green, red and white. What does the 'R' and '-' mean? I wish the api provided a bit more information... any tips?
  4. thanks, i'll test and let you know how it worked out.
  5. Hi I'm trying to interact with the saw-mill operator and click buy all when after I select oak logs. I've been going through the API and can't seem to find the right method to use. Here's what I currently have to interacting with the saw-mill dude. You can see I tried manually buying the logs through the mouse.click method but that didn't seem to be working either... How would I go about using the API for it to detect the menu once I buy-logs from the operator? Thanks if(sawmilloperator.isVisible()){ log("PLANKING!!!!!!!"); sawmilloperator.interact("Buy-Plank"); sleep(3000); Mouse mouse = new Mouse(); mouse.click(334,118,false);
×
×
  • Create New...