Start Attack with modifier

Hi All,

I’ve tried messing around with my start attack macro to make it on shift press and hieroic strike on the single press but I can’t get it to work. Is it possible?

Last variation I tried

#showtooltip Heroic Strike
/cast Heroic Strike
/[modifier:shift] startattack

/command [options]

#showtooltip
/cast Heroic Strike
/startattack [mod:shift] 

That said, there’s really no reason to conditionally /startattack in this case as repeating the command shouldn’t reset your swing timer.

Hi Elvenbane, yea that was one of the varieties I tried. I doesn’t work shift click use heroic strike, not sure why

because it’s supposed to.

If you don’t want it to HS when you hold shift use the following

#showtooltip
/cast [nomod:shift] Heroic Strike
/startattack [mod:shift]

[added]
Personally I would just macro all of ur abilities and add /startattack to them; no point having a dedicated key for it.

Perfect thanks! yea that works. I wanted a start attack macro that didn’t use an ability

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.