I had this working before and somehow broke it. on my druid if I have the whirling stars talent selected I want to cast celestial alignment and at my cursor cast force of nature. But, only if the whirling stars talent is selected. Any help would be appreciated.
#showtooltip Force of Nature
/use [known:Whirling Stars]Celestial Alignment
/use [@cursor]Force of Nature
#showtooltip Force of Nature
/cast [known:468743,@cursor] Celestial Alignment
/cast [@cursor] Force of Nature
That version of celestial alignment doesn’t have a cursor target. When you have the whirling stars talent selected it’s a buff of the GCD. Would something like this work similar? Basically, want to cast that and then FoN at the cursor. Can’t really test it until I get home.
showtooltip Force of Nature
/cast [known:468743] Celestial Alignment
/cast [@cursor] Force of Nature
Also, wouldn’t /use be the same as /cast? Or does a scenario like this require /cast?
@cursor
won’t break it regardless. The important thing, in this case, is that one of them is off the GCD. But ya, all versions that have been posted so far should do what you want.
Technically they’re different, /use
prioritizes items, /cast
prioritizes spells. In 99% of cases they’re interchangeable but there’s some edge cases where it makes a difference, so I just default to /cast
unless I’m pressed for space or incorporating something like an equipment slot.
Thank you for the help it works as it should now. I’ve been dabbling in macros for a bit and I break as much as I get to work lol.