Page 1 of 1

Spell Macro with "( )" in their spell names

PostPosted: Wed Jul 22, 2015 8:28 pm
by Arael
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?

Re: Spell Macro with "( )" in their spell names

PostPosted: Wed Jul 22, 2015 9:11 pm
by Askental
Code: Select all
CastSpellByName("Create Healthstone (Greater)()");


It should work if you add an extra () at the end of the spell name :)

Re: Spell Macro with "( )" in their spell names

PostPosted: Wed Jul 22, 2015 9:55 pm
by Arael
I don't know who you are but I will find you and hug you.