Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. placebo

    Question Inventory.getItems(x).first().getQuantity()

    but Inventory.getQuantity(x) (if unstackable) will return the used slots?
  2. placebo

    Question Inventory.getItems(x).first().getQuantity()

    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...
  3. placebo

    Bug Bug Limit on 2 Bot instances

    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...
Top