This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Mark And Pet Attack macro
Post Reply
Return to board index
Post by
131878
This post was from a user who has deleted their account.
Post by
250593
This post was from a user who has deleted their account.
Post by
129
This post was from a user who has deleted their account.
Post by
231425
This post was from a user who has deleted their account.
Post by
129
This post was from a user who has deleted their account.
Post by
Anansi
On this topic, I currently have a pet attack macro that casts Hunter's Mark and sends the pet to attack. Pressing it again will recall the pet to me. It's fairly useful.
But what I'd like more is a macro that pressing it will Mark and send pet to attack, but hitting the button with, say Shift, will recall the pet. Is that possible?
The current macro is great at times, but sometimes I just want my pet to move to the next target without running back to me.
Post by
240244
This post was from a user who has deleted their account.
Post by
248618
This post was from a user who has deleted their account.
Post by
129
This post was from a user who has deleted their account.
Post by
228748
This post was from a user who has deleted their account.
Post by
298519
This post was from a user who has deleted their account.
Post by
129
This post was from a user who has deleted their account.
Post by
298519
This post was from a user who has deleted their account.
Post by
gameldar
#showtooltip Hunter's Mark
/cast Hunter's Mark; Hunter's Mark
/stopmacro
/petattack
...
the cast line can be simplied - what you have there will always cast Hunter's Mark anyway (looks like the example on wowwiki also does this incorrectly), so you can just use:
#showtooltip Hunter's Mark
/cast Hunter's Mark
/stopmacro
/petattack
I don't know if that is possible. /petattack may not take options like .
Yes you can have conditionals on petattack - my mark macro looks like this:
#showtooltip
/cast Hunter's Mark
/petattack
Basically I only want my pet to attack when I'm not grouped.
On this topic, I currently have a pet attack macro that casts Hunter's Mark and sends the pet to attack. Pressing it again will recall the pet to me. It's fairly useful.
But what I'd like more is a macro that pressing it will Mark and send pet to attack, but hitting the button with, say Shift, will recall the pet. Is that possible?
A macro like this should do it:
#showtooltip
/cast Hunter's Mark
/petattack
/petfollow
I'm not sure if the icon for petfollow will come up with this - if not you can force it to be the Hunter's Mark icon with #showtooltip Hunter's Mark
Post by
Anansi
It looks like it should work but it doesn't for some reason. Shift+macro key and pet keeps happily fighting.
Post by
129
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.