Spell Macro with "( )" in their spell names

Spell Macro with "( )" in their spell names

by Arael » Wed Jul 22, 2015 8:28 pm

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?
User avatar
Arael
Senior Sergeant
Senior Sergeant
 

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

by Askental » Wed Jul 22, 2015 9:11 pm

Code: Select all
CastSpellByName("Create Healthstone (Greater)()");


It should work if you add an extra () at the end of the spell name :)
Image
User avatar
Askental
Sergeant Major
Sergeant Major
 

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

by Arael » Wed Jul 22, 2015 9:55 pm

I don't know who you are but I will find you and hug you.
User avatar
Arael
Senior Sergeant
Senior Sergeant
 


Return to Addons & macros