MQ2FearRunner - Run command when feared/no longer feared
Usage
Sample MQ2FearRunner.ini. Potential usage if you're using MQ2Nav
StartCommand sets a waypoint at your current location
StopCommand runs back to that waypoint.
Usage
Rich (BB code):
/fearrunner :: Lists command syntax
/fearrunner on|off :: Toggle plugin. Default is ON
/fearrunner status :: Shows the current status and settings. Changes automatically update the ini file.
/fearrunner startcommand "COMMAND" :: Sets the command to run when feared. Enclose in "" if it contains spaces. Default is /echo feared
/fearrunner stopcommand "COMMAND" :: Sets the command to run when no longer feared. Enclose in "" if it contains spaces. Default is /echo no longer feared
Sample MQ2FearRunner.ini. Potential usage if you're using MQ2Nav
Rich (BB code):
[USER_Settings]
Enabled=1
StartCommand=/nav rwp fear_start
StopCommand=/nav wp fear_start
StartCommand sets a waypoint at your current location
StopCommand runs back to that waypoint.