Difference between revisions of "buyAuto"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; buyAuto [<item>] { ::; minAmount [<integer>] ::; maxAmount <integer> ::; npc <map name> <x> <y> ::; distance [<integer>] ::; standpoint [<map name> <x> <y>] ::; zeny [<range>] …')
 
Line 6: Line 6:
 
::; standpoint [<map name> <x> <y>]
 
::; standpoint [<map name> <x> <y>]
 
::; zeny [<range>] ''(v1.9.0)''
 
::; zeny [<range>] ''(v1.9.0)''
:: [[self conditions]] ''(v1.9.0)''
+
:: {{SelfConditions}} ''(v1.9.0)''
 
; }
 
; }
  

Revision as of 20:49, 9 November 2009

buyAuto [<item>] {
minAmount [<integer>]
maxAmount <integer>
npc <map name> <x> <y>
distance [<integer>]
standpoint [<map name> <x> <y>]
zeny [<range>] (v1.9.0)
Template:SelfConditions (v1.9.0)
}
Enables auto buy to get maxAmount of specified item from specified NPC shop when there is less than minAmount left or when it is not specified and you are in a city.
zeny disables this block when your zeny out of specified range.
distance is ignored when standpoint is set.