Вот созданный мною скрипт для бафа Профетом Заса и меня. Для каждого ребафа необходимо вручную запускать скрипт. Может кому-то удастся его усовершенствовать.
CharStatus(STAND,==,0) { MSG(Хоре сидеть) ChangeWaitType(1) DELAY(1500) JMP(Go) } LABEL(Go) USESKILL(Acumen,SELF) DELAY(2400) USESKILL(Berserker Spirit,SELF) DELAY(2400) USESKILL(Blessed Soul,SELF) DELAY(2400) USESKILL(Wind Walk,SELF) DELAY(2400) USESKILL(Wind Walk,PLAYER,ZaaS) DELAY(2400) USESKILL(Death Whisper,PLAYER,ZaaS) DELAY(2400) USESKILL(Greater Might,PLAYER,ZaaS) DELAY(2400) USESKILL(Guidance,PLAYER,ZaaS) DELAY(2400) USESKILL(Haste,PLAYER,ZaaS) DELAY(2400) USESKILL(Focus,PLAYER,ZaaS) DELAY(2400) USESKILL(Might,PLAYER,ZaaS) DELAY(2400) USESKILL(Berserker Spirit,PARTY,ZaaS) DELAY(2400) USESKILL(Blessed Body,PLAYER,ZaaS) DELAY(2400) USESKILL(Wind Walk,PLAYER,pitbul) DELAY(2400) USESKILL(Death Whisper,PLAYER,pitbul) DELAY(2400) USESKILL(Greater Might,PLAYER,pitbul) DELAY(2400) USESKILL(Guidance,PLAYER,pitbul) DELAY(2400) USESKILL(Haste,PLAYER,pitbul) DELAY(2400) USESKILL(Focus,PLAYER,pitbul) DELAY(2400) USESKILL(Might,PLAYER,pitbul) DELAY(2400) USESKILL(Berserker Spirit,PARTY,pitbul) DELAY(2400) USESKILL(Blessed Body,PLAYER,pitbul) DELAY(2400) ChangeWaitType(0) EXIT()