-
Good Marking Macro?
Anyone have a one button macro that will auto mark targets sequentially.
Example:
Select mob - hit x key - mark one
select 2nd mob - hit x key - mark two
select 3rd mob - hit x key - mark three
Currently play using a D-Pad and marking using that thing is too slow. I end up 'bowing' to the mob half the time if I try to do it too fast. I'm sure the other party members just think I'm polite, but would be nice to have a quick option. ;)
-
After the maintenance I'll take a look at some of the macro commands and see if there might be a good way. I would think there is a targeting order based on priority in the aggro list. Similar to <1> - <8> for targeting party members. If there is, could just do:
/mk attack1 <aggro1>
/mk attack2 <aggro2>
...
In theory this would work great, and would likely just open the sign box if a mark fails (no target to mark). This would also only work once there are enemies in your aggro list.
As for sequentially marking pre-aggro.... I believe there is a command in the abilities menu that goes forward target, and one for backwards target. There should be a / command for it, but I'm not familiar offhand.
-
Here's one that I use,
/enemysign attack1 <t>
/ac "Target Forward"
/wait 1
/enemysign attack2 <t>
the targeting back and forward can be used like a action macro like all the abilities listed in Power & Traits
But beware of adding more than 2 signs automatically as the Target Forward will rotate back to 1st enemy in list if there are not enough enemies in sight, thus marking it with another sign.
I will post in Tank macro thread for the macros I used to target enemies marked from 1-5 in sequence and also the macro for re-assigning 2-5 signs in sequence to attack1.
Hope it helps