Mikey Posted April 12, 2014 Share Posted April 12, 2014 (edited) How do I get the Items in a shop? Edited April 13, 2014 by Mikey1 Link to comment Share on other sites More sharing options...
YinZ Posted April 13, 2014 Share 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. Link to comment Share on other sites More sharing options...
Dog_ Posted April 15, 2014 Share 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. Link to comment Share on other sites More sharing options...