Jump to content

Lordsthan

Members
  • Posts

    75
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

3052 profile views

Lordsthan's Achievements

Iron Poster

Iron Poster (3/10)

20

Reputation

  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
×
×
  • Create New...