Originally Posted by Fendryl
So being a fan of mouseover macros, I'm finding my per-character macro-space filling up very quickly, especially with dual specs. Has anyone run across a good macros per spec addon? The closest I've found were MacroBank & perhaps Macaroon, though they're not exactly I'm looking for. Any other suggestions?
|
I appreciate that this is not what you're asking for pre se, but if you add the [spec:1] [spec:2] conditionals to your macros you can halve the macros you need e.g
/cast [spec:1] spell 1
/use [spec:1] item 1
/cast [spec:2] spell 2
/use [spec:2] item 2
would cast spell 1 and use item 1 if you're in your primary spec and spell 2 and item 2 if you're in your secondary.
ofc there's no reason why you can't basically combine 2 completely different macros into 1 in this way, so long as they really are spec dependent. Worth considering if you struggle to find a direct answer to your question.