UO.ScanItems

From OpenEUO
Jump to: navigation, search
 local nCnt = UO.ScanItems(bVisibleOnly)

Scans all objects in client memory and returns the number of items found. Invisible objects may be excluded using the sole parameter. Once objects are scanned, their parameters are discovered by iterating over the UO.GetItem command, increasing the index from 0 to nCnt - 1.

snicker7 has a nice library simplifying item searching FluentUO. Also see Kal In Ex's Finditem for OpenEUO

UO.GetItem