March 8, 201510 yr (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, 201510 yr by Reid
March 9, 201510 yr Author getInventory().getItems().length I tried that, it keeps returning 28 even though my inventory is not full! @Divinity Edited March 9, 201510 yr by Reid
March 9, 201510 yr 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
March 9, 201510 yr int amount = Inventory.SIZE-getInventory().getEmptySlots(); Edited March 9, 201510 yr by Soldtodie
March 9, 201510 yr Author int amount = Inventory.SIZE-getInventory().getEmptySlots(); yay! thanks man u da real mpv @Soldtodie
Create an account or sign in to comment