Mikey Posted April 12, 2014 Posted April 12, 2014 (edited) How do I get the Items in a shop? Edited April 13, 2014 by Mikey1
YinZ Posted April 13, 2014 Posted April 13, 2014 Create two seperate classes: One that creates the shop interface so that it can be closed etc The other to populate the shop with items.
Dog_ Posted April 15, 2014 Posted April 15, 2014 Get the RS2InterfaceChild of the shop and then use these RS2InterfaceChild#getInv() - the ids of the items in the shop RS2InterfaceChild#getInvStackSizes() - the amounts of the items in the shop <p>Create two seperate classes: One that creates the shop interface so that it can be closed etc The other to populate the shop with items. That doesn't explain anything.