You are on page 1of 1

#showtooltip

/run local G=GetSpellInfo SetMacroSpell("totem", G"Skyfury Totem" or G"Counterst


rike Totem"or G"Windfury Totem")
/cast Skyfury Totem
/cast Counterstrike Totem
/cast Windfury Totem

#showtooltip
/cast riptide
/run local G=GetSpellInfo SetMacroSpell("totem", G"Skyfury Totem" or G"Counterst
rike Totem"or G"Windfury Totem")

at the start of the macro he sets G to equal the skills, so its shorthand
G gets the spell info its just a variable
you have to name the macro where it says "totem"; thats the macro name
yes the first press will change the tooltip but do u wanna press it in every sin
gle arena start to reload the tooltip?

pets in party
/run SetCVar("showPartyPets", 1) ReloadUI()

You might also like