Simple Macro that would f8 then send in pet?
/bca //pet attack?
Moderator: MacroQuest Developers


Code: Select all
Sub main {
:Start
/keypress F8
/delay 5
/pet attack
/goto :Start
/return
}god that's terrible.JJ wrote:Very generic, infinite repetition.Code: Select all
Sub main { :Start /keypress F8 /delay 5 /pet attack /goto :Start return; }