Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Not able to pull from array list

Kaotic Owner
Loyal Member
Joined
Oct 12, 2005
Messages
1,282
Reaction score
70
so i have this code
for (Item item : getInventory(MapleInventoryType.EQUIPPED).list()) {}
which runs every item in that list

what kinda of code do i need to make it pull a random 1 equip from the list of equipped items. everything ive tried just flags nulls
 
Back
Top