Would love to have an NS Ancient of Lore macro that does Nature’s Swiftness into Lore a and then does Bursting Blossoms. Anyone know of something that could work and only use 1 Nature’s Swiftness?
As of now I have a separate NS into Lore macro and then another keybind for Bursting Blossoms.
#showtooltip Ancient of Lore
/castsequence reset=13 Nature’s Swiftness, null
/cast !Ancient of Lore
It should switch to NS after 13 seconds(in this example) of NOT pressing the button any more. This allows you to spam it without using an extra charge for the first 13 seconds. If you need to press NS again I would use another bind for it for simplicity.
I had no success with stance:4, because if I talent into Moonkin, that’s what the stance will be assigned to.
I made some tests and found out in that case, the stance is 7 (but accounting that I have the cosmetic tree form and the separated travel and mount forms, which should add to them). I was trying to make a macro to replace Rejuvenation with Blossom Burst when the Tree was active:
I had to do this because the key that ToL/AoL is assigned to stays in a hotbar that is meant for stuff not pressed that often, and it was messing me up a bit.
edit: I wasn’t able to get stance 7 working but /cast [stance:4/5] Blossom Burst(PVP Talent)
and /cast [stance:4/5] Mass Blooming(PVP Talent) worked for me when having moonkin talented or not.
I think it might have to do whether or not you have the cosmetic Treant form and the thing that separates Travel form in two.
Honestly, I wish it was just a name [Stance:Bear] because this whole number thing is kinda bad. I’ll probably gotta have a [known:Moonkin Form] modifier if I play a build with the AoL but without moonkin, since I ran out of macro space lol.
Anyone know how to get this to work with Vuhdo? I want when I’m in Ancient Lore form to cast Blossom Burst instead of Rejuvenation which I set for my left click. I’ve tried:
/cast [target=vuhdo][stance:4] Blossom Burst(PVP Talent); Rejuvenation
/cast [stance:4][target=vuhdo] Blossom Burst(PVP Talent); Rejuvenation
/cast [stance:4][@vuhdo] Blossom Burst(PVP Talent); Rejuvenation
/cast [stance:4, @vuhdo] Blossom Burst(PVP Talent); Rejuvenation
Nothing seems to work, and I check all over the internet. Any help is appreciated.