ProjectPact Posted June 22, 2018 Share 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 Link to comment Share on other sites More sharing options...
FrostBug Posted September 6, 2018 Share Posted September 6, 2018 This bug is still active in latest version Link to comment Share on other sites More sharing options...
FuryShark Posted September 7, 2018 Share Posted September 7, 2018 (edited) Cant scroll in mirror mode too Edited September 7, 2018 by FuryShark 1 Link to comment Share on other sites More sharing options...
ProjectPact Posted September 7, 2018 Author Share Posted September 7, 2018 6 hours ago, FuryShark said: Can scroll in mirror mode too Yea, scrolling is broken as well Link to comment Share on other sites More sharing options...
Glaciation96 Posted September 19, 2018 Share Posted September 19, 2018 Same here. Is there actually anyone working on mirror mode? Or has it been abandoned lol Link to comment Share on other sites More sharing options...
DylanSRT Posted October 1, 2018 Share 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 Link to comment Share on other sites More sharing options...
Maxlaxen Posted October 1, 2018 Share 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.. Link to comment Share on other sites More sharing options...
ProjectPact Posted October 1, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
DylanSRT Posted October 1, 2018 Share 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 Link to comment Share on other sites More sharing options...
Developer MGI Posted October 10, 2018 Developer Share Posted October 10, 2018 Is getting fixed, fix will be in the next release 1 Link to comment Share on other sites More sharing options...
feggit Posted June 20, 2019 Share Posted June 20, 2019 I figured out that I had this problem just now, so it is still active. Link to comment Share on other sites More sharing options...