Difference between revisions of "inMap"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; inMap [<map names>] : If this option is set, the block will only be used if you are inside one of the specified comma-separated list of maps. Example…')
 
m
Line 9: Line 9:
  
 
* It will use Bash on monster Skeleton only if you are in pay_dun00.
 
* It will use Bash on monster Skeleton only if you are in pay_dun00.
 +
 +
[[Category:Self Condition]]

Revision as of 01:58, 9 January 2010

inMap [<map names>]
If this option is set, the block will only be used if you are inside one of the specified comma-separated list of maps.
Example:
attackSkillSlot Bash {
	monsters Skeleton
	inMap pay_dun00
}
  • It will use Bash on monster Skeleton only if you are in pay_dun00.