I use a simply automacro to tell my tank/group leader bot to sit down when the healer has no more sp with the following macro:
Code: Select all
automacro sit {
sp < 20%
$nick == healer
run-once 1
call {
do pm tank sit
release standup
}
}
automacro standup {
sp > 60%
$nick == healer
run-once 1
call {
do pm tank stand
release sit
}
}
How can I solve those issues (tried searching and looking in the wiki already)
Thanks in advance
Fuffzehn