Close
Showing results 1 to 3 of 3
  1. #1

    Default Little macro problem

    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.

  2. #2

    Default

    Your macro is certainly possible, you just have the brackets written wrong.

    Try:
    Code:
    #showtooltip
    /cast [mod:shift,target=targettarget,harm][mod:shift] Flame Shock
    /cast [mod:ctrl,target=targettarget,harm][mod:ctrl] Frost Shock
    /cast [nomod,target=focus,harm][nomod,target=targettarget,harm][nomod] Earth Shock
    Hopefully this isn't above the character limit.
    You can aslo remove the [nomod] conditionals completely from the last line, since if it gets that far you're not pressing shift or ctrl anyway.

    Hope this works.

  3. #3

    Default

    Awesome, works perfectly.

    Thank you very much!

Similar Threads

  1. A focus macro problem
    By Eloxy in forum Macros and Addons
    Replies: 5
    Last Post: 03-18-2009, 05:54 PM
  2. Problem with FTL assist macro
    By torytrae in forum Macros and Addons
    Replies: 3
    Last Post: 02-16-2009, 05:22 PM
  3. Hunter Macro problem
    By griffin01 in forum Macros and Addons
    Replies: 3
    Last Post: 11-01-2008, 12:07 AM
  4. Wierd Macro Problem
    By dwanius in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 09-30-2008, 12:21 AM
  5. Keyclone/macro problem
    By foxrocks in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 03-21-2008, 11:07 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •