Jump to content

Trivial

Members
  • Posts

    78
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1204 profile views

Trivial's Achievements

Iron Poster

Iron Poster (3/10)

11

Reputation

  1. Incredible script, pretty much flawless but sometimes on an elf task it hovers over the unattackable NPC in the middle of the camp and gets stuck and also sometimes has trouble getting to Duradel (goes back and forth through the village gate a bunch of times until continuing to get another task) Log for the gate issue: [INFO][Bot #1][08/19 04:35:45 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][08/19 04:35:46 PM]: wearingSlayerGeartrue [INFO][Bot #1][08/19 04:35:46 PM]: Wearing slayer gear == true [INFO][Bot #1][08/19 04:35:46 PM]: Source position must be player position in order to execute. [INFO][Bot #1][08/19 04:35:47 PM]: wearingSlayerGeartrue [INFO][Bot #1][08/19 04:35:47 PM]: Wearing slayer gear == true
  2. Tries to buy tuna potatoes for 800gp, the offer is never going to complete
  3. Trivial

    Stealth Quester

    Pretty awesome script. Do you have a degree in CS or something?
  4. Could I get a trial? Thanks!
  5. This happens on Canifis herb patch
  6. I own the script, I bought it. The things I mentioned in my original reply are not supported by the script which I was surprised by.
  7. No support for Skills necklace teleport to Ardougne patch or the Troll stronghold rooftop herb patch at all?
  8. Map<String, ExchangeItem> exchangeItems = new RSExchange().getExchangeItems("Your item"); exchangeItems.get("Your item").getPrice();
  9. Im having the same problem. Running 1 or 2 bots is fine, but as soon as I add a third one or sometimes after running 2 bots for a while the CPU usage of OSBot goes to 100% and stops responding. Using Java 8 Update 111 EDIT: Using Windows 10. However, I'm not running into this problem if I use OSBot on a Windows 7 virtual machine.
  10. 9 years, but all my accounts have lasted max 1-2 years for all kinds of reasons lol
  11. Fixed the problem I mentioned above, heres the final solution: RS2Object brokenTrapFilter = getObjects().closest(new Filter<RS2Object>(){ @Override public boolean match(RS2Object o) { return o != null && huntingArea.contains(o) && o.getName().equals("Box trap") && o.hasAction("Dismantle") && !o.hasAction("Investigate"); } }); + using names instead of ID's Thanks a lot to both of you for the help
×
×
  • Create New...