item = Inventory.getItems(x).first();
itemQuant = item.getQuantity();
what will be returned in itemQuant?
Will it return "1" because item is .first or all of the same type ex. "28".
so itemQuant would be equal to Inventory.getQuantity(x)?
currently cant execute because i get the " gamepack is...
Just started with coding my own project. Because i am pretty new to the bot scene i need to debug often and a lot. I quit 2 times via stop process inside IntelliJ(red square). Now i am also getting this error.
source: Resolved - runemate reached bot instance limit
A nice solution would be a...