Jump to content

MoistScripts

Members
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MoistScripts's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. Been working on fixing the issues and customizing the executor framework to be more autonomous. I really like what you've made. Thank you a lot!
  2. Picture below for what I see. I tried removing the \OSbot folder under C:\Users\MyUser\Osbot but apart from having to reinstall the webwalk data there was no significant result
  3. Somewhere when completing demon slayer you have to remember some text Gypsy Aris gives you. I couldnt find any posts here or on google mentioning any way this could be done and the osbot API for dialogues only has functions to continue them. So does anyone here have an idea on how this is done?
  4. Thank you again for this amazing script, any plans on adding hop patches?
  5. Does this bot support the use of shadow veil?
  6. Then I probably made a mistake, thanks to both, I'll take a second look at it
  7. Same goes for the walkingevent. Is this supposed to be working in instances?
  8. Hey I was wondering if anyone could show me an example of how they walk in instances as I currently can not really figure it out myself. Currently I'm using the following code to walk, and the result is that it will just click far in the distance. I have also tried the getWalking.Walk() function but that didn't do aanything This is run when in a nightmare instance, I want to try to find a tile with no effects on them so I can stand there. List<Position> handPortals = this.graphicObjects .getAll() .stream() .filter(c -> c.getId() == 1767) .map(c -> c.getPosition()) .collect(Collectors.toList()); List<Position> playerArea = myPlayer().getArea(10).getPositions(); Position posToWalkTo = playerArea.stream().filter(c -> !handPortals.contains(c) && !playerArea.contains(nightmare)).findFirst().get(); posToWalkTo.interact(this.bot, "Walk here"); In another post frostbug says But I couldn't find the getLocalPosition method, is this not used anymore in the current version of the OsBot API? And is there any other method I could use? Thanks in advance for reading this.
  9. Unfortunately I wasn't able to find the script in when trying to start up a new one
  10. Hey are trials available?
  11. I have an account, 50 cook and fish, 37 mining, 59 farming, 25 constr and 30 something combat stats. Hit me up with an offer if you're interested.
  12. Can I get an auth? Is there also already an option to buy this script? The idea looks great.
  13. Have been using the script and it has been working flawlessly. Thank you for the trial :)
×
×
  • Create New...