Jump 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.

Stimpack

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Stimpack

  1. bot has been up for days, click on Download to get the new version
  2. good to know. curious, in which kinds of situations would this happen?
  3. 1. afaik webwalk is randomized 2. if (getDialogues().isPendingContinuation()) getDialogues().clickContinue(); 3. onMessage parameter is a Message object, you need to get the string first. fyi it also has other useful info: getTime(), getType(), getTypeId(), getUsername() public void onMessage(Message m) throws InterruptedException { String message = m.getMessage(); }
  4. nice . can you add a section for Events? https://osbot.org/forum/topic/109560-a-simple-login-handler/ could use this as example
  5. shouldn't that be >= 2 or > 1? will be useful but what is playersInArea?
  6. not sure if this is what you're looking for.. cast long to int trade.offer(995, Math.toIntExact(amountToTrade)); this will throw ArithmeticException if overflow (amountToTrade greater than 2,147,483,647)
  7. Could be non native speaker ):
  8. ooo yeah you're right maybe someone with more experience can help you out tested with 60 coins and 2 bones, should be ok. find a way to fix stackable and 1 in inventory tho
  9. if you already know your inventory is full and the item should be picked up you could try this public boolean isStackable(final String itemName) { return getInventory().contains(itemName) && getInventory().getItem(itemName).getAmount() > 1; } not sure if this is the best way though, i only tested with coins and bones
  10. use -debug #### where #### is a port number
  11. Stimpack replied to Zach's topic in Releases
    thanks for the update, not getting the getTileVisibilityArray error anymore
  12. Artifacts in project settings then build artifact
  13. Dropped 20% earlier today O_O
  14. toggle entity hover debug and hover over some tithe farm objects gives me below error. Mirror client version: 2.1? using osbot 2.4.107 Console output / terminal output [ERROR][Bot #1][01/04 07:42:04 PM]: renderer java.lang.AbstractMethodError: client.emu.EmuClient.getTileVisibilityArray()[[Z at org.osbot.rs07.api.map.Position.isVisible(ti:150) at org.osbot.eb.onPaint(ns:362) at org.osbot.rs07.canvas.WrappedCanvas.IiIIiiiIiIii(hj:168) at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(hj:22) at client.Iae.run(Unknown Source) Crash report if a crash occurred: N/A Script that you ran: N/A Hooks that failed: Dunno JVM/Browser bit version (32 / 64): 64

Account

Navigation

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.