Difference between revisions of "getAuto"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; getAuto [<item>] { ::; minAmount [<integer>] ::; maxAmount [<integer>] ::; passive [<boolean>] ::; dcOnEmpty [<boolean>] ''(v1.9.0)'' ; } : Enables auto get up to '''maxAmount…')
 
Line 6: Line 6:
 
; }
 
; }
  
: Enables auto get up to '''maxAmount''' of specified item in inventory from storage when its current amount is less than '''minAmount'''.
+
: Enables auto get to get '''maxAmount''' of specified item from your storage when there is less than '''minAmount''' left.
  
 
: '''passive''' disables triggering [[storageAuto|auto storage]] by this block (so it will be processed when auto storage triggers by something else).
 
: '''passive''' disables triggering [[storageAuto|auto storage]] by this block (so it will be processed when auto storage triggers by something else).

Revision as of 20:43, 9 November 2009

getAuto [<item>] {
minAmount [<integer>]
maxAmount [<integer>]
passive [<boolean>]
dcOnEmpty [<boolean>] (v1.9.0)
}
Enables auto get to get maxAmount of specified item from your storage when there is less than minAmount left.
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.