Quote Originally Posted by JohnGabriel View Post
Do you use IsBoxer? Are you leveling lots of teams or just a couple?

Personally I use the max level macros and ignore the error messages for the missing spells. I also keep about 90% of my macros inside IsBoxer.
This.

Since I mostly use isboxer macros, that handle the spells individually (tanks are the big exception to that, for some reason tanks seem to require actual rotations), I just leave it all in there and the spells will start activating when I get to that level.


Proof of concept:


Elemental shaman

(separate macros, all triggered at once)

Code:
/cast lava burst     (starts working at level 34)

/cast [combat] Ascendance (starts working at level 87)

/castsequence reset=target flame shock, null  (starts working at level... 3?)

/cast lightning bolt (starts working at level 1)

At first my toons will just spam lightning bolt, but as they level up they'll be using the other macros as well.

I think your problem is probably that you are doing complex castsequences, which really are just not as good as using multiple isboxer macros stacked by priority.


A real pro would make it /castsequence reset=target lightning bolt, flame shock, null btw, so you don't waste time dotting stuff out in the world.