inCart

From OpenKore Wiki
Revision as of 20:57, 29 November 2009 by Mushrom (talk | contribs) (Created page with '; inCart [<item name> <range>] : If this option is set, the block will be used if the amount of each of the specified lis…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
inCart [<item name> <range>]
If this option is set, the block will be used if the amount of each of the specified list of items in cart are within the corresponding specified ranges. The value could be a comma-separated list of (<item name> <range>) pairs:
Syntax:
<item> <range>[, <item1> <range1>[, ...]]
Example:
attackSkillSlot Cart Termination {
	inCart Emperium 80
	monsters Poring
}
  • It will use Cart Termination on Porings if there are 80 Emperiums inside the cart.