garymjr
07-21-2008, 06:56 PM
First of all I'd like to thank you all for such an amazing resource. I just recently took up 4-boxing about a month ago and I haven't looked back since. :)
Now onto my problem. It's very possible that I just can't do what I'm trying to do, but I figured I'd ask before I just gave up.
What I'm trying to achieve is to have a single macro for all 3 shocks (mainly just so save space and require less actionbar slots).
I want the macro to have the "fallthrough" brackets "[]", if that's what they're even called, so that I can use the same macro on all accounts and not have an issue if I don't have a target selected (say if my main dies).
My current macro is:
#showtooltip
/cast [mod:shift] [target=targettarget,harm] [] Flame Shock
/cast [mod:ctrl] [target=targettarget,harm] [] Frost Shock
/cast [nomod] [target=focus,harm]; [target=targettarget,harm] [] Earth Shock
I've tried to put the [mod:whatever] all over the macro just to see if I had it in the wrong place, but I no matter what I do the macro just defaults to Flame Shock and nothing else and when I press any of the modifier keys nothing changes.
Again, it's very possible that I'm just trying to do more then I'm allowed to in a macro, but it seemed like a nice idea so I wanted to run it by everyone here before I just scrapped the idea and went back to 3 separate macros for each shock.
Now onto my problem. It's very possible that I just can't do what I'm trying to do, but I figured I'd ask before I just gave up.
What I'm trying to achieve is to have a single macro for all 3 shocks (mainly just so save space and require less actionbar slots).
I want the macro to have the "fallthrough" brackets "[]", if that's what they're even called, so that I can use the same macro on all accounts and not have an issue if I don't have a target selected (say if my main dies).
My current macro is:
#showtooltip
/cast [mod:shift] [target=targettarget,harm] [] Flame Shock
/cast [mod:ctrl] [target=targettarget,harm] [] Frost Shock
/cast [nomod] [target=focus,harm]; [target=targettarget,harm] [] Earth Shock
I've tried to put the [mod:whatever] all over the macro just to see if I had it in the wrong place, but I no matter what I do the macro just defaults to Flame Shock and nothing else and when I press any of the modifier keys nothing changes.
Again, it's very possible that I'm just trying to do more then I'm allowed to in a macro, but it seemed like a nice idea so I wanted to run it by everyone here before I just scrapped the idea and went back to 3 separate macros for each shock.