sp > 20%
console /\[dist=(.*)\] (.*) \((\d+)\): (.*)(buff|Flag|Help|heal)(.*)$/
exclusive 1
call {
$dist = $.lastMatch1
$target = $.lastMatch3
$skill = $.lastMatch5
if ($dist > 8) goto end
if ($skill == buff) goto buff
if ($skill == Flag) goto buff
if ($skill == Help) goto heal
if ($skill == heal) goto heal
goto end
:buff
# 34 blessing
# 29 inc agi
do sp 34 $target
do sp 29 $target
goto emo
:heal
# 28 heal
do sp 28 $target
goto emo
:emo
$last = $.lastMatch2
do e e29
goto end
:end
stop
}
}
configs by soul less...
If you want to remove 1 of the skills just put # on it example
:buff
# 34 blessing
# 29 inc agi
do sp 34 $target
#do sp 29 $target
goto emo
# 34 blessing
# 29 inc agi
do sp 34 $target
#do sp 29 $target
goto emo
that one won't use agi