February 3, 20206 yr 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.
February 3, 20206 yr 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 ^^
Create an account or sign in to comment