ProjectPact Posted June 22, 2018 Posted June 22, 2018 (edited) Version: OSBot 2.5.10 (Mirror Mode v2.62.171) Description of bug: Whenever performing the banking check "getBank().getAmount("ITEM_NAME")", the bot recognizes a placeholder as a value of 1. So when you have run out of a certain item, but have a placeholder enabled, the bot thinks that there is still one of that item left. How to reproduce: Set your bank to recognize placeholders by locking it. Then simply make sure you have 0 of that item you want to test left, only having it's placeholder visible. Then simply run a test. Example: if (getBank().contains("ITEM_NAME")){ if (getBank().getAmount("ITEM_NAME") > 0) log("Amount: " + getBank().getAmount("ITEM_NAME")); } Operating System: Edited June 22, 2018 by ProjectPact 1
FrostBug Posted September 6, 2018 Posted September 6, 2018 This bug is still active in latest version
FuryShark Posted September 7, 2018 Posted September 7, 2018 (edited) Cant scroll in mirror mode too Edited September 7, 2018 by FuryShark 1
ProjectPact Posted September 7, 2018 Author Posted September 7, 2018 6 hours ago, FuryShark said: Can scroll in mirror mode too Yea, scrolling is broken as well
Glaciation96 Posted September 19, 2018 Posted September 19, 2018 Same here. Is there actually anyone working on mirror mode? Or has it been abandoned lol
DylanSRT Posted October 1, 2018 Posted October 1, 2018 (edited) @ProjectPact it recognizes placeholders as 1 item. You can make it work by just changing the 0 in your code to a 1. It shouldn't make a difference if you miss 1 item in your script. But yes the scrolling thing messes up most of the bank functions, as well as world hopper in mirror mode. Edited October 1, 2018 by cooldoruk60
Maxlaxen Posted October 1, 2018 Posted October 1, 2018 On 9/19/2018 at 6:43 PM, Glaciation96 said: Same here. Is there actually anyone working on mirror mode? Or has it been abandoned lol I feel you, the GetEntetiesOnCursor bug haven't been fixed in about a year I think, and it has a huge negative impact on FrostBarrows in mirror mode..
ProjectPact Posted October 1, 2018 Author Posted October 1, 2018 2 hours ago, cooldoruk60 said: @ProjectPact it recognizes placeholders as 1 item. You can make it work by just changing the 0 in your code to a 1. It shouldn't make a difference if you miss 1 item in your script. But yes the scrolling thing messes up most of the bank functions, as well as world hopper in mirror mode. Already been done months ago brotha 1
DylanSRT Posted October 1, 2018 Posted October 1, 2018 1 hour ago, ProjectPact said: Already been done months ago brotha Oh shit haha, completely disregarded the date since someone else bumped recently. I'll be more careful in checking the dates from now on haha 1
Developer MGI Posted October 10, 2018 Developer Posted October 10, 2018 Is getting fixed, fix will be in the next release 1
feggit Posted June 20, 2019 Posted June 20, 2019 I figured out that I had this problem just now, so it is still active.