Page 1 of 2
Request
Posted: Sat Apr 05, 2008 8:24 pm
by Chocolate_Rain
Simple Macro that would f8 then send in pet?
/bca //pet attack?
Not hard
Posted: Sat Apr 05, 2008 9:06 pm
by JJ
You don't even need a macro for that. You could do that using the hot buttons.
/target npc
/delay 5
/pet attack
edit: You might try in game, but you can probably do /keypress F8 instead of /target npc if you are worried about accidentally targeting guards, etc.
Posted: Sat Apr 05, 2008 9:06 pm
by Chocolate_Rain
i did it to do it repeatly
Posted: Sat Apr 05, 2008 9:10 pm
by JJ
Code: Select all
Sub main {
:Start
/keypress F8
/delay 5
/pet attack
/goto :Start
/return
}
Very generic, infinite repetition.
Posted: Sat Apr 05, 2008 9:12 pm
by fearless
JJ wrote:Code: Select all
Sub main {
:Start
/keypress F8
/delay 5
/pet attack
/goto :Start
return;
}
Very generic, infinite repetition.
god that's terrible.
Posted: Sat Apr 05, 2008 9:13 pm
by JJ
I know. Figured I'd humor the request. :)
The ; instead of the / was a case of the "I've been away from MQ2 for too long."
Posted: Sat Apr 05, 2008 9:20 pm
by fearless
JJ wrote:I know. Figured I'd humor the request.
That I can understand.
Re: Request
Posted: Mon Jan 12, 2026 2:37 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:38 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:39 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:42 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:43 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:44 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:45 pm
by xyilla
Re: Request
Posted: Mon Jan 12, 2026 2:46 pm
by xyilla