notWhileSitting: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
(merge)
Line 1: Line 1:
''[[:Category:Self Condition|Self Conditions]]:''
; notWhileSitting [<boolean flag>]
; notWhileSitting [<boolean flag>]
: Set this option to '''1''' if you don't want to use the block while sitting.
: Set this option to '''1''' if you don't want to use the block while you're sitting.
 
''Target [[:Category:Player Condition|Player]] Conditions:''
 
; target_notWhileSitting [<boolean flag>]
: Set this option to '''1''' if you don't want to use the skill if the target player is sitting.
 
== Examples ==


Example:
  attackSkillSlot Fire Bolt {
  attackSkillSlot Fire Bolt {
  monsters Mandragora
  monsters Mandragora
Line 8: Line 16:
  }
  }


 
: Use Fire Bolt on Mandragora while you are stand up.
* Use Fire Bolt on Mandragora while you are stand up.


[[Category:Self Condition]]
[[Category:Self Condition]]

Revision as of 14:28, 10 January 2010

Self Conditions:

notWhileSitting [<boolean flag>]
Set this option to 1 if you don't want to use the block while you're sitting.

Target Player Conditions:

target_notWhileSitting [<boolean flag>]
Set this option to 1 if you don't want to use the skill if the target player is sitting.

Examples

attackSkillSlot Fire Bolt {
	monsters Mandragora
	notWhileSitting 1
}
Use Fire Bolt on Mandragora while you are stand up.