Loop through all items in a container
Moderators: Murderator+, Murderator
-
- Posts: 2
- Joined: 2004-07-13 07:43:11
Loop through all items in a container
Say i have a chest full of items of different types, is there a way i can loop through all items in the container? This would be useful if say i had lots of magic items, I could id each one without explicitly knowing the type. For lots of items that are the same type, this is easy with UO.FindType() and UO.Ignore()
-
- Posts: 2
- Joined: 2004-07-13 07:43:11
it is more right use
Code: Select all
uo.findtype(-1,-1,"0x00000") ; 0x000000 - ID of container