Reid Posted March 8, 2015 Posted March 8, 2015 (edited) (getting the total inventory count) Either I'm retarded or its not in the api? if so, how would i go about getting it? thx in advance Edited March 8, 2015 by Reid
Reid Posted March 9, 2015 Author Posted March 9, 2015 (edited) getInventory().getItems().length I tried that, it keeps returning 28 even though my inventory is not full! @Divinity Edited March 9, 2015 by Reid
Cirzix Posted March 9, 2015 Posted March 9, 2015 this happened to me too, it was spamming 2 in the game chat for 2 hours straight came back to my computer and all these people were like wtf were you doing. I set my bot to take out 2 combat pots every time it banked and it was sitting in the bank for hours 1
Soldtodie Posted March 9, 2015 Posted March 9, 2015 (edited) int amount = Inventory.SIZE-getInventory().getEmptySlots(); Edited March 9, 2015 by Soldtodie 1
Reid Posted March 9, 2015 Author Posted March 9, 2015 int amount = Inventory.SIZE-getInventory().getEmptySlots(); yay! thanks man u da real mpv @Soldtodie