I am unable to make this macro work:
/script if (IsControlKeyDown())then CastSpellByName("Create Spellstone (Greater)")
else CastSpellByName("Create Healthstone (Greater)"); end
I found out the issues are the () in both spell names, while the () used for the rank works fine, for this kind of spell, they do not.
Any help please?