ap

From OpenKore Wiki
Jump to navigation Jump to search
ap <range>[%]
If this option is set, the block will only be used if the amount of AP (Activity Points) is within the specified range. The amount of AP can be in % (percent) or it can the the absolute amount of AP.
ActivityPoints.png

Examples

Use "Increasing Activity" skill when AP is greater than or equal 50:

useSelf_skill Increasing Activity {
	ap >= 50
	timeout 60
}

Appeared in PR#3902