/cast macro with language change

I have a problem with my cd macro. The problem is due to client language changes, in fact when i log in an italian client the /cast macro doesn’t work anymore(obv because the client can’t find the english spell name). Is there a way to solve this problem?

MACRO CD:
#showtooltips Combustion
/cast Combustion
/use 13
/use 14

You can do
/use spell languageA
/use spell languageB
in the same macro because a non existing ability cant be used
It wont work with showtooltip though because it definitly looks up whatever name you gave it or the first ability/item expected.

If #showtooltips wont work then is impossibile to see the remaining cooldown for this spell… Ty for the answer btw :wink:

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