Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. FrostBug replied to FrostBug's topic in Minigames
    Have you folks been experiencing problems loading various UI/Paint images when running the script?
  2. can you PM me the profile file you were using? Profile is located in OSBot\Data\Profiles
  3. Yeah the gfx is quite outdated. Unfortunately don't have the designer at hand anymore.
  4. FrostBug replied to FrostBug's topic in Minigames
    Sure; It's much like single-way flicking really. What you can do is create "cycles" of prayer flicks based on an enemy of choice (preferably the most dangerous one; or the one you're attacking). If the chosen enemy has a 4 tick attackspeed, create a 4 tick cycle. You'll want to monitor each attacking enemy; keeping track of when (timestamp) they last attacked. With this you will know when they'll next attack also, granted you know their attackspeed. With this information you can "plot" out the cycle by mapping each attacking enemys next attack to a tick (if multiple attack on same tick, pick the most dangerous one). Once you have the cycle generated, all you have to do is execute the flicks. I'd recommend creating a blocking event that executes the full cycle, to avoid interruption.
  5. try deselecting all enabled quickprayers before starting the script (if any are enabled already)
  6. FrostBug replied to FrostBug's topic in Minigames
    Thanks. Looks like a problem loading image resources; will take a look at it when I get home. Could I get you to put spoiler tags or something around these long pastes?
  7. FrostBug replied to FrostBug's topic in Minigames
    Thanks; could I get you to PM me the log file also (will have additional information)? It's located in the OSBot directory under Data\FrostCaves\Logs
  8. FrostBug replied to FrostBug's topic in Minigames
    Post or PM log
  9. What prayers are you using
  10. FrostBug replied to FrostBug's topic in Minigames
    Try ensuring your client zoom is at default Yes; altho currently does not make use of the Dragon c'bow spec
  11. FrostBug replied to FrostBug's topic in Hunter
    naw, just chinchompas
  12. public class Clue { private final static String[] PEOPLE = {"Tom", "FrostBug", "NormieNurd", "Moldy" }; private final static String[] PLACES = {"Library", "House", "Place", "OtherPlace" }; public static void main(String[] args) { String person = PEOPLE[(int)(Math.random() * PEOPLE.length)]; String place = PLACES[(int)(Math.random() * PLACES.length)]; System.out.println("Murder at " + place + " by " + person); } } Like that?
  13. CBA to read all of that sorry. If you could give a summary of what you're supposed to make with this, that'd probably help
  14. What even is a 'game of clue' ?
  15. Same way as normally, through the client settings.
  16. Committed fixes for trident recharge issue and buffing against tunnel creeps Will be live next time SDN is updated
  17. You can still override motion events in BotMouseListener subclasses You use checkMouseEvent as a sort of multiplexer like so: public void checkMouseEvent(MouseEvent e) { switch(e.getID()) { case MouseEvent.MOUSE_PRESSED: //Code break; case MouseEvent.MOUSE_RELEASED: //Code break; case MouseEvent.MOUSE_CLICKED: //Code break; } } But remember to consume the events that you process, if you don't want them to be propagated
  18. Client version 2.5 is out now, so be sure to update Script should be up to date and compatible with it within about 5 minutes EDIT: Script is now updated for client 2.5.1
  19. Hmm.. It should. I'll check it out. As a quick update, the new major client version 2.5.X comes out later today. I've already committed the script changes required to be compatible with 2.5, so as soon as it goes live, this script should run on it fine. 2.5.X changes/improves lots and lots of things, and should hopefully also put and end to the message listener instability we've been seeing recently. I've been testing extensively on 2.5.X since yesterday and things are looking good.
  20. If it still occurs my guess would be instability with the client message listener. Been running 3 hours now tho and nothing wrong yet. In any case I won't be pushing any more updates for 2.4.162. The new major version (2.5.X) goes live tomorrow, and this version changes all listeners
  21. Isn't a castlewars script. It uses the clanwars portal tho
  22. Try again now. Changes just went live a little bit ago. Restart client / refresh script list and try again
  23. Ah, thanks for letting me know. I had assumed they all restored prayer You can use the standard osbot break settings

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.