Originally Posted by
onurb
Thank you, that worked out just as I needed it to. I knew * meant everything but didnt realize it was in lich/ruby also.
So I got this problem now...
I am trying to get a heirloom out of my container and the command below usually works, but sometimes the critter I killed will carry the item I need but its not classified as "jewelry".
do_client(";foreach first 1 jewelry in knapsack;get item")
So I started using this, and it was working for a while, atleast until the last critter I killed carried a box, a gem, and the heirloom. When I looted them, the gem ended up being the first item in my container and therfor, was pulled out with the command below.
do_client(";foreach first 1 unique in knapsack;get item")
What can I do to fix this?