Neutron Posted February 3, 2020 Share Posted February 3, 2020 It seems that with the recent update Bank.getItems(); is returning Placeholders and/or item.getAmount(); is returning a value of " 1 " rather than " 0 " for placeholders, resulting in any script using banking to potentially break. I had searched to see if there were similar issues within the community recently and I stumbled across a thread dated in " September of 2019 ". The thread contained the same issues as myself but the issue was within mirror mode and I'm using injection. Quote Link to comment Share on other sites More sharing options...
Czar Posted February 3, 2020 Share Posted February 3, 2020 The current osbot version featured an update to check if the item is a placeholder via RSItemDefinition.isPlaceholder, so you must make use of that currently. Personally on my bots I check if the amount > 0 just to make sure placeholders aren't included, let us know if that solves the issue ^^ 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted February 3, 2020 Share Posted February 3, 2020 use placeholder filter or use item ids 1 Quote Link to comment Share on other sites More sharing options...