This macro and OCD don't mix
I've been playing the DoL classes recently, and for their stealth skills I wanted a macro which activated stealth and then activates sprint to make me move a little faster. For the Botanist class this was the macro I created:
Stealth (Botanist)
/macroicon "Stealth"
/ac "stealth" <me>
/wait 2
/ac "sprint" <me>
This macro makes the skill have the correct icon in the hotbar.
http://imageshack.us/a/img268/5369/wexv.png
For the Miner class I used the same macro, just with a different name.
Stealth (Miner)
/macroicon "Stealth"
/ac "stealth" <me>
/wait 2
/ac "sprint" <me>
But this macro does not give me the icon I need for the hotbar, it stays the default.
http://imageshack.us/a/img547/5416/jy6e.png
I'm assuming that even though the same command activates the skill on both classes, a different name is needed to distinguish between the icons, but what could it be? Anybody have an idea?