Jump to content

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


Recommended Posts

Posted (edited)

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
Posted (edited)
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
Posted
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? 

Posted
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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...