Jump to content

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


Satire

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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? 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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