1. #1
    Deleted

    Lifebloom Macro not working since MoP

    Hello, I have been using this macro all through cata, but since MoP it is no longer working. It is meant to cast Lifebloom on my focus target unless I am in Tree of Life in which case it will cast it on my mouseover target. I don't have a clue why it isn't working like that.

    Code:
    #showtoolip
    /cast [stance: 5, @mouseover][@focus] Lifebloom

  2. #2
    I am Murloc! Terahertz's Avatar
    10+ Year Old Account
    Join Date
    Apr 2012
    Location
    Your basement
    Posts
    5,177
    #showtoolip
    /cast [stance:5,@mouseover,help,exists][@focus,help,][] Lifebloom
    This SHOULD work, but I'm not sure if Tree of Life is actually a stance anymore as of MoP, since it's a talent now. If this still doesn't work then either Tree of Life is stance:6 or it simply doesn't have a stance number anymore.

    If your actionbar changes when activating ToL then you could also put the macro on that actionbar instead of a seperate actionbar and simply use this macro
    #showtooltip
    /cast [@mouseover]Lifebloom

  3. #3
    Deleted
    Check:
    Code:
    /dump GetShapeshiftForm()
    while in ToL.

  4. #4
    Pretty sure it's not a stance anymore

  5. #5
    Deleted
    Code:
    /dump GetShapeshiftForm()
    says 7 is Tree of Life so:

    Code:
    #showtoolip
    /cast [stance: 7, @mouseover][@focus] Lifebloom

    I just tested and this works.
    Last edited by mmoc9bf5730c91; 2013-01-05 at 05:32 PM.

Posting Permissions

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