Difference between revisions of "inCart"

From OpenKore Wiki
Jump to navigation Jump to search
(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…')
 
m
Line 12: Line 12:
  
 
* It will use Cart Termination on Porings if there are 80 Emperiums inside the cart.
 
* It will use Cart Termination on Porings if there are 80 Emperiums inside the cart.
 +
 +
[[Category:Self Condition]]

Revision as of 01:57, 9 January 2010

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.