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.

FrostBug

Scripter III
  • Joined

  • Last visited

Everything posted by FrostBug

  1. 10/10 Would read again.
  2. You can regain my vote if you make bad grammar a kickable offense
  3. You'd had my vote if you changed Give everyone kick power in the chatbox to Give OSDs kick power in the chatbox
  4. Like khal said, it's basically the same. http://osbot.org/api/org/osbot/rs07/api/Widgets.html http://osbot.org/api/org/osbot/rs07/api/ui/RS2Widget.html
  5. 1. Use widgets instead of interfaces 2. Make sure you've got the right widget hiearchy of IDs. If it's a grandchild widget, the IDs would go parentID -> childID -> grandchildID 3. Make sure your action string is an exact match with the ingame action
  6. Did you have a spade?
  7. They should rather just have the option to set a welcome message in the actual chatbox, or be able to add it to the rules page Also, OP sux
  8. Both started
  9. FrostBug replied to FrostBug's topic in Hunter
    I'll check it out, thanks for reporting. EDIT: Did a 2 hour run, but can't reproduce it. Is this still happening to you?
  10. Version 1.1.16 - Added a blacklist for untargetable entities - Added a temporary fix for using Toxic Blowpipe* ___________________ The temp. fix for blowpipe allows you to now use the weapon. But it still lacks some custom code to recharge the blowpipe / stop if it runs out of ammo. However, if you fill up a blowpipe completely, it should have enough ammo to last for several days, as it can hold more than 16.000 darts.
  11. I see, thanks. Looks like my failsafe wasn't enough. But looking at your debug print I can confirm that a blacklist would solve the issue, so thanks for posting it I don't know if it's an OSBot client bug, a Runescape client bug, or an actual measure to catch bots :E, but there are indeed cases of invisible barrow brothers. I will patch it right away
  12. if possible, use something like gyazo (or similar), to make a GIF of it. Either way, thanks for the report
  13. For the first issue, is this when combining potions? How often does it occur? And for the second issue, was this in one of the long side-tunnels? Was the script trying to walk to a position that was not visible, or was the cursor perhaps hovering near the outline of a door? As always I appreciate bug reports, but please use the bug report template, and provide as detailed a description as you can
  14. I like how no1 questions him for the fact that you can't get 3a kiteshield from elite clues It's a hard clue reward
  15. else if (!LumbridgeSwamp.Area_1.contains(myPosition())) { log("Im at the Swamp"); //begin fishing code here } this part is redundant, since not being in that area is a condition for entering the outer if-statement in the first place. Did you perhaps misplace that exclamation mark? Also you have an empty block (no conditions, pointless?).. as shown here: public int onLoop() { if (!LumbridgeSwamp.Area_1.contains(myPosition())) { log("Not At Swamp"); { <--- start empty block if (!LumbridgeCastle.Area.contains(myPosition())) { log("Not At Castle"); //TELEPORT HOME localWalker.walkPath(LumbridgeSwamp.Path_1); } else if (!LumbridgeSwamp.Area_1.contains(myPosition())) { log("Im at the Swamp"); //begin fishing code here } } <--- end empty block } return random(200, 800); // The amount of time in milliseconds before // the loop starts over }
  16. Added a FAQ to the OP. Check it out
  17. Runs fine for me. Please use the bug report template, or PM me your skype and show me the bug. Might be a setup related problem; so you can always try to redo your setup according to the OP
  18. Trial started
  19. So everything is fine now ? Please use the bug report template from the OP if it occurs again
  20. "[INFO][Bot #1][03/23 08:08:36 PM]: ERROR: Cannot identify position. Stopping" Are you per chance starting the script in an unsupported area?
  21. whats the order you want me to do : Void Will you fb me/vouch on thread? : Ofc bb did you add me on skype?: Yes
  22. Sure , and congratz

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.