Jump to content

Lordsthan

Members
  • Posts

    75
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Lordsthan

  1. Try disabling adblock if you have one.
  2. 25M per account or 200M for 10 accounts (20% discount), you pay for Bond Can start now, pm me or add me on Discord: lordsthan#1824
  3. Can start now, pm me or lordsthan#1824
  4. Lordsthan

    Client

    OSBot's client is a jar file indeed and if you are having trouble to open it, check this:
  5. System.exit(0) on onExit() to close process after stopping the script?
  6. @Nor3g CachedWidget.java Sleep.java WidgetActionFilter.java Credits to @Explv for all three classes above. Usage: int getPvPWorld() { Predicate<World> worldFilter = w -> w.getActivity().equals("PvP World - Free"); if(openWorldSwitcher()) { List<World> worlds = getWorlds().getAvailableWorlds(true).stream().filter(worldFilter).collect(Collectors.toList()); if(!worlds.isEmpty()) { return currentWorld = worlds.get(0).getId(); } } return -1; } boolean openWorldSwitcher() { Event openWorldSwitcher = new OpenWorldSwitcherEvent(); execute(openWorldSwitcher); return openWorldSwitcher.hasFinished(); }
  7. There's no parameter for that. However, you can set it to start in a P2P world using the -world flag.
  8. Lordsthan

    Stealth Quester

    Should help: https://oldschool.runescape.wiki/w/Elemental_staves
  9. Beginner Clue's data except from Hot/Cold. Anagram Clues Cryptic Clues Emote Clues Map Clues
  10. Try this: https://stackoverflow.com/a/26610279
  11. Yes, you can't. Instead, you need to interact with the first element.
  12. Both methods containingActions and containingSprite return a List<RS2Widget>. Read more at https://osbot.org/api/org/osbot/rs07/api/Widgets.html
  13. PM me your discord and yes, you can only use position.
  14. You could use an InteractionEvent with a position.
  15. It really depends on what you are doing. If it's an InteractionEvent, then you can also disable on it.
  16. WebWalkEvent.setMoveCameraDuringWalking(boolean)
  17. I created a VM with Ubuntu 16.04 and I've had no problems with Auto-login. https://gfycat.com/AlarmedNauticalGoa You may wanna try install your OS again.
  18. Which version of Ubuntu are you using?
  19. I'm not sure how OSBot's typing methods can be impacted by your keyboard settings but have you tried to change your keyboard layout?
  20. I would also consider to: Complete Horror from the Deep to enable Dagannoths if you can use cannon. Not complete Priest in Peril (or not talk to Drezel after completion so Canifis isn't enabled?) to block any Slayer Tower monster. (This used to work back in the day when you couldn't kill these monsters outside of Slayer Tower) About farming points, have you compared Wilderness Slayer to the old method of doing 9/1 tasks on Turael/Nieve respectively? Also, are you using Aberrant Spectres to lower your Slayer level? If not, share your wisdom. Thanks for posting this.
  21. Try checking "Override high DPI scaling behavior. Scaling performed by" box then test OSBot's behavior with all three options and report back to this thread to help more users. As @Master Roshi stated previously on this thread, you can fix it by checking "Override high DPI scaling behavior. Scaling performed by" box, selecting System then restarting OSBot.
  22. I can use both methods with no errors. It's definitely a problem on your end. EDIT: Make sure your current IP is allowed on your proxy provider. OSBot isn't responsible for that.
×
×
  • Create New...