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.

I need some people to confirm these are bugs before I report them

Featured Replies

So I've found 2 possible bugs but I'm not sure. Some bugs seem to only happen on my end and not on other ends. 

Bug 1: Run does not work.  Confirmed bug

using code:

if(settings.getRunEnergy() >=50){
    if(!settings.isRunning())
        settings.setRunning(true);
}

Bug 2: Does not recognize bronze pickaxe. Regardless of ID or string.  Still unconfirmed

if(getBank().isOpen()){
    log("Bank is open");
    log(getBank().contains(1265));
    if(getBank().contains(1265)){
        log("Has axe");
        waitCondition(() -> bank.withdraw(1265,1), 2000);
        bank.close();
        return true;
    }

.contains(1265 or "Bronze pickaxe") returns false all the time for whatever reason -.-

 

Can you guys please tell me if this works on your end. I'm not sure what's going on here. It's very annoying :( 

Edited by Satire

getSettings().getRunEnergy() returns 0 regardless of the actual run value

i posted a bug report on it, haven't been able to test the bronze axe bug tho

Edited by Stimpack

  • Author
8 minutes ago, Stimpack said:

getSettings().getRunEnergy() returns 0 regardless of the actual run value

i posted a bug report on it, haven't been able to test the bronze axe bug tho

Great to hear! I knew it wasn't registering something and I never had the chance to fully debug it. But the bronze pickaxe tho, it always returns false for me! I'm not even sure if it's my PC... Before I had a tradebug that only happened on my PC and I had to clear my cache and delete every trace of osbot.  I don't want to do that until I know it is only me.

 

 

EDIT2: Half my script is broken after this update. Something is definitely wrong. Previous update, there were 0 problems at all. Now it's just screwed. 

Edited by Satire

21 minutes ago, Satire said:

 

.contains(1265 or "Bronze pickaxe") returns false all the time for whatever reason -.-

had the same problem with 1277 or "Bronze sword" for like the 3 or 4 first try then it worked without changing anything...

and yeah the getRunEnergy is bugged

  • Author
1 minute ago, insomniaksam said:

had the same problem with 1277 or "Bronze sword" for like the 3 or 4 first try then it worked without changing anything...

and yeah the getRunEnergy is bugged

I left the script on for 5 mins straight. It kept opening and closing bank, returning false all the time. So Maybe there is something wrong with bronze. Maybe it's cause bronze looks similar to black in some sort of way? Not sure how the API determines the item. By string or color? 

if it's any help, there have been cases where I try to get the bank amount of a certain item but it returns 0 (even though I have 2,000 or so). it goes and comes though, it's hard to replicate.

  • Author
8 minutes ago, Chris said:

banking is working fine for me

So .contains bronze pickaxe return true?  If so, thanks. Time to delete all OSBOT traces again and hope it's fixed.

Edited by Satire

5 minutes ago, Satire said:

So .contains bronze pickaxe return true?  If so, thanks. Time to delete all OSBOT traces again and hope it's fixed.

I did not test bronze pick but my script is banking just fine. Make sure you compile your script with the new client build.

  • Author
Just now, Chris said:

I did not test bronze pick but my script is banking just fine. Make sure you compile your script with the new client build.

My script banks just fine dude. It withdraws every pickaxe except the bronze pickaxe. Please try test it with a bronze pickaxe and then tell me if it works. I did compile it with the latest build...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.