Page 1 of 1

Pet attack?

Posted: Tue Sep 13, 2016 5:03 pm
by aardil
I have tried everything I know (which ain't much).
What I want is for my main to send a signal to the druid and have the druid send pet to main target and attack it.
Yes I know there is a click button on the druid for doing this but.
Here is what I want to happen.
Tank ingauges and tells rest of group to attack target. All except the druid.
The druid may have to aquire tanks target to send pet but I don't want the druid to go into attack mode, just send the pet.
As my druid is main healer, I don't want the pet to change targets because druid changes target to a party member and it annoying that if the druid changes to a party member his attack mode stays on till I manually turn it off.

any ideas?

Aardil

Re: Pet attack?

Posted: Tue Sep 13, 2016 5:48 pm
by Demental
Do you have attack on assist turned off for the druid? "/assist off" if I'm remembering right. That should keep your druid from going attack mode but allow a simple macro for assisting the tank and sending in your pet. I don't use anything fancy for my pet classes other then "/assist tank, /pet attack" and have no issues.

Re: Pet attack?

Posted: Tue Sep 13, 2016 6:43 pm
by mrhorrn
Are you using MQ2 or just wanting to use the in game commands?

Re: Pet attack?

Posted: Tue Sep 13, 2016 8:33 pm
by aardil
using MQ2 melee and MQ2cast and a few normal hot keys.
/assist off helped but what I need to know is how to write the command for pet attack.
/bct druid //pet attack

I am probably wrong but with assist off that is what I need so when the tank tells the others to join in the druid pet will also join in the fun

Thanks for the help

Aardil

Re: Pet attack?

Posted: Tue Sep 13, 2016 8:43 pm
by mrhorrn
for my pet attack commands i use:

/multiline ; /bct druid //target ID ${Target.ID}; /bct druid //pet attack


If you only have the one druid then you dont have to use the multiline and can just put them on different lines, but have multiple pet classes so they get a line each :)

Re: Pet attack?

Posted: Tue Sep 13, 2016 8:54 pm
by aardil
Thank you for the help.
Since I have but 1 pet class
I was able to use the in game hot keys and accomplish what I wanted (with your help).
I turned off assist for the druid in game
/assist off

My hot key is the following:

/bct rogue //assist tank
/bct druid //assist tank
/pause 5
/bct druid //pet attack

It works for what I needed to do

Thanks again
Aardil