Jump to content

pressxtolog

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

4211 profile views

pressxtolog's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. When I run the script, after I put my settings in the bot gets stuck on checking serpentine helm. Also the same error occurs when the bot does an emergency tp. to get my script to work, I have to manually right click my serp helm, then it runs smoothly. seems like it gets stuck changing tabs.
  2. can I have a trial? how long does the trial last?
  3. Vouch, bought from him, took less than 2 minutes total, would reccomend to anybody else looking to buy gold without much hassle.
  4. Bump, using OSBot 2.1.18, and the bot still wants to run away from the tree spirit even after unregistering RunAwayFromCombat/All randoms(I tried just RunAwayFromCombat, and then tried unregistering all of the hooks, all with the same outcome, a message logged and the bot runs to a random nearby location) The logged message - [INFO][Bot #1][06/28 08:32:06 AM]: This script does not use a custom RunAwayFromCombat handler! [INFO][Bot #1][06/28 08:32:06 AM]: For some scripts this is more than just a necessity, contact the developer! [INFO][Bot #1][06/28 08:32:06 AM]: We are running away from NPC : Tree spirit [INFO][Bot #1][06/28 08:32:06 AM]: We've selected position [[x=11880, y=12388, z=1]] as a suitable destination to run away to! [INFO][Bot #1][06/28 08:32:09 AM]: We've successfully walk to our run-away destination!
  5. What do you mean by reloading the random handler, and no i'm not getting any errors, the Event only seems to be triggered by the tree spirit.
  6. Thanks a lot, i got it. Edit: I assumed it was working, but it isn't, i assume this may be an issue because the NPC it's running from is a tree spirit(From Lost City), even though i disabled all random events(just to make sure i wasn't missing anything) I am unregistering the hooks in the onStart method using a for loop for(RandomEvent e : RandomEvent.values()) { getBot().getRandomExecutor().unregisterHook(e); }
  7. How would i go about disabling the RunAwayFromCombat antiban, i've looked through the API a bit, and i can't seem to figure it out. Can anybody point me in the right direction?
×
×
  • Create New...