Talent macro not showing the icon

hey guys, so I’ve made an alt monk and I was trying to make a macro so I didn’t have to always put the abilities back on my bar every time. For some reason the macro isn’t showing the ability icon but it’s using the ability. This is what the macro looks like:

#showtooltip {talent:1/1} Eye of the Tiger; [talent:1/2] Chi Wave; [talent:1/3] Chi Burst
/cast {talent:1/1} Eye of the Tiger;
/cast [talent:1/2] Chi Wave;
/cast [talent:1/3] Chi Burst

What’s wrong with this that it isn’t showing the ability icon and tooltip?

Wrong bracket type on the first argument in both cases.

Eye of the Tiger is a passive so it won’t show an icon or tooltip.
You also don’t need to manually specify the tooltip, it’ll pull from the /cast

#showtooltip
/cast [talent:1/2] Chi Wave; [talent:1/3] Chi Burst; Tiger Palm

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.