Hey guys, so I did a macro that allows my pet to be focused on a different target than I am, so basicly we can be fighting different targets at the same time.
How/when is that useful? You might ask. I don’t really know, but after seeing the Orc on this clip I decided to give it a try at being able to do the same kind of thing in game, and I managed to do so.
So, if any of you are interested in having it, here it is:
#showtooltip Kill Command
/cast [nopet] Call Pet 1
/petattack [@focus, harm][@target, harm]
/cast [pet] Dash
/cast [@focus, harm][@target, harm] Kill Command
As you can see I have it tied to Kill Command, because it’s the damage ability we use but the pet performs, but you can tie it to any other ability you desire, of course.
For the people who are not much into macros, or might not understand what it does just from looking at it I will explain.
The first and third lines I guess are self explanatory, if you don’t have a pet with you it will call the first one in your party and it will cast Dash, those two lines are not needed for the macro to work they are just some utility I already had in Kill Command anyway.
Now, the second and fourth lines are the ones that matter. What they do is when you press the macro it will check your focus target first and see if it can be attacked, if you don’t have a focus target or you have one but it can’t be attacked (like your raid tank for example), it will then check your target and if it can be harmed. So, basicly, if you don’t have a focus target, or a friendly focus, the pet will attack/KC your normal target as usual, but if you have a hostile focus target the pet will instead attack that one while you can target someone else.
Again, I don’t really know how useful it is, tbh I only used it a few times for fun, but if anyone ever wanted to be able to do something like this, be it for roleplay or whatever, enjoy.