When you first summon a pet it is always in range to cast buffs on you.
If you want a toon to not have a pet out for some reason other than you can just do this;
/bcaa //itemnotify XXXX rightmouseup
/bcaa //keypress f1
/bcaa //say buff me
/bct nopet //pet leave
so create a bccmd channel for nopet and then have the toon or toons you dont want to fight with pets kill them off..
this works 100% and is what I have used for months.
See, that's what i've been doing essentially but it mostly likes to target themselves rather than the pet (reason why I put two keypress f1's in there to make it work more often)?
@Eliseus -
I think that's basically what I was looking for..do you use it often? Also, can that be multi lined? I'm just learning the ropes more of mq2 as I came from p99 and it wasn't allowed there.
Actually after seeing this and typing out what i would do I created a similar hotkey. And yes it can be multiline, or create a macro (which isn't botting or anything, it's just a text file that you can do basically what you do with a hotkey, I just prefer it since it is easier to edit imo and I can write out stuff to read easier). Anyways, here is what I put. I put in delays so it might take a little longer, but I wanted to assure that it didn't fail.
/useitem 21
/delay 2s
/target ID ${Me.Pet.ID}
/delay 1s
/say buff me
/delay 1s
/pet leave
At this point you can just do /macro name. For example mine is /macro buff
The multi line should be just
/multiline ; /useitem 21; /delay 2s ; /target ID ${Me.Pet.ID} ; /delay 1s ; /say buff me ; /delay 1s ; /pet leave
On jobs with pets already like a mage. You want I added /face fast and /stick 5 so that my mage would be in range.
Things I wanted to do but didn't know how is I wanted to also use this to arm my pet, but saying arm yourself didn't seem to work.
Also note, I don't know if that /multiline is 100% accurate. For some reason I can't get /multiline to work in game, I mean all the commands go off, but the delays don't work, but can get it to work in a macro. I don't know if there is a plugin I'm missing to be able to use in game?
Make sure to add /noparse before /bca when sending command to all characters.