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

    Default Macro trouble: Am I asking too much?

    I took a macro from Fuzzyboy:

    Code:
    /castsequence reset=target/combat flame shock, lava burst, null
     /castrandom lava burst, lava burst, chain lightning, lightning bolt
    and added it to what I was doing

    Code:
    #showtooltip
    /use 13
    /use 14
    /cast [harm] Elemental Mastery
    to get

    Code:
    #showtooltip
    /use 13
    /use 14
    /cast  [harm] Elemental Mastery
    /castsequence reset=target/combat flame shock, lava burst, null
    /castrandom lava burst, lava burst, chain lightning, lightning bolt
    It don't work. Now I get stuck at my trinkets or EM. One guy did Flame Shock, once. Any clues? Is this too much for one macro?
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  2. #2

    Default

    Line 4, there are two spaces between cast and [harm]

    maybe...

  3. #3

    Default

    This isn't copy/pasted, and actually there aren't 2 spaces. For some reason I'm having trouble with the code formatting on this post :/ I can't figure it out

    edit: This one is copied directly from one of my toons:

    Code:
    #showtooltip
    /use 13
    /use 14
    /cast [harm] Elemental Mastery
    /castsequence reset=target/combat flame shock, lava burst, null
    /castrandom lava burst, lava burst, chain lightning, lightning bolt
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  4. #4

    Default

    HAHAHAHAH! LOL@ME!!!!

    Um, who is my target . . .?

    Code:
    #showtooltip
    /use 13
    /use 14
    /cast [harm] Elemental Mastery
    /castsequence [target=focustarget] reset=target/combat flame shock, lava burst, null
    /castrandom [target=focustarget] lava burst, lava burst, chain lightning, lightning bolt
    I'ma try this and get back with ya'.

    edit: YUP, that was it!
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  5. #5

    Default

    Not sure if you've done this, but wouldn't it need to be /cast [target=focustarget,harm] Elemental Mastery for that bit to work? Though I'll admit to having no idea what elemental mastery is, so it may be the whole point is to only cast it if you have a target (rather than your focus).

  6. #6

    Default

    No, EM is a self buff. Read above, I didn't have a target build into the macro :/
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  7. #7

    Default

    But if your alts don't have a target (going off focus instead) then [harm] won't evaluate to true, so they won't ever try to cast EM (only your main will).

Similar Threads

  1. Hello! Help me please,I've got a trouble
    By Xcox in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 02-16-2009, 12:04 PM
  2. Trouble with SW:P in a macro
    By Coltimar in forum Macros and Addons
    Replies: 5
    Last Post: 01-12-2009, 12:05 PM
  3. Trouble with getting enough Rep
    By schlange in forum General WoW Discussion
    Replies: 6
    Last Post: 06-16-2008, 12:49 AM
  4. Macro Trouble
    By dancook in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 02-04-2008, 08:33 PM
  5. New and having some trouble...
    By organik005 in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 01-27-2008, 02:04 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
  •