-
About targeting
Mb is working perfectly except when it comes for using tab they usually attack different mob.
Main is targeting mob1, Alt is targeting mob2
main puts /petattack on mob1, but alt is attacking mob2 instead mob1.
I use on alt this macro and it doesn't work:
/assist "Main" or party1
/petattack
If someone could say what macro I should put on main/alt which would also work in raid.
Edit: It works now when click mob with mouse button1, but if i press Tab they just kill dif mob.
-
You need to add the "Tab" key to your do-not-pass list.
-
Also make sure the alt has the target before using /petattack.
iirc the default behaviour for the pet attack command is to attack the nearest target if you have nothing selected. So if there's a delay in the alt assisting you, the pet will potentialy attack something else
-
I used this on my alts:
Code:
/cleartarget
/assist Main
/petattack [target=target, exists]
and add tab to your dnp list.
-
or just make that (or something similar) what "TAB" binds to..
-
Thanks it was all about dnp. Now I can spam 15 curses on 1 target properly ;)