Difference between revisions of "whenStatusActive"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; whenStatusActive [<status names>] : If this option is set, the block will only be used if at least one of the specified comma-separated list of stat…')
 
Line 1: Line 1:
 
; whenStatusActive [<[[References#Status Names|status names]]>]
 
; whenStatusActive [<[[References#Status Names|status names]]>]
 
: If this option is set, the block will only be used if at least one of the specified comma-separated list of status names is currently active.
 
: If this option is set, the block will only be used if at least one of the specified comma-separated list of status names is currently active.
 +
 +
'''Note.''' Statuses can be found by typing s in the console while the status is active. You can also look for them in the tables folder, in the files [[skillsailments.txt]], [[skillslooks.txt]], [[skillsstate.txt]], and [[skillsstatus.txt]].
  
 
  Example:
 
  Example:

Revision as of 01:28, 2 December 2009

whenStatusActive [<status names>]
If this option is set, the block will only be used if at least one of the specified comma-separated list of status names is currently active.

Note. Statuses can be found by typing s in the console while the status is active. You can also look for them in the tables folder, in the files skillsailments.txt, skillslooks.txt, skillsstate.txt, and skillsstatus.txt.

Example:
attackSkillSlot Cart Termination {
	monsters Hill Wind
	whenStatusActive Cart Boost
}
  • Use Cart Termination on Hill Winds only if Cart Boost effect is activated.