getAuto

From OpenKore Wiki
Revision as of 20:32, 9 November 2009 by EternalHarvest (talk | contribs) (Created page with '; getAuto [<item>] { ::; minAmount [<integer>] ::; maxAmount [<integer>] ::; passive [<boolean>] ::; dcOnEmpty [<boolean>] ''(v1.9.0)'' ; } : Enables auto get up to '''maxAmount…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
getAuto [<item>] {
minAmount [<integer>]
maxAmount [<integer>]
passive [<boolean>]
dcOnEmpty [<boolean>] (v1.9.0)
}
Enables auto get up to maxAmount of specified item in inventory from storage when its current amount is less than minAmount.
passive disables triggering auto storage by this block (so it will be processed when auto storage triggers by something else).
dcOnEmpty enables auto quit when there are no more items to get.
Storage location must be defined for this to work.