Page 1 of 1

CastSpellByName on self broken?

PostPosted: Thu Dec 31, 2015 9:07 pm
by NikeTheSword
I've been using /script CastSpellByName("Power Word: Shield", true); to cast shield on myself during leveling.
It has suddenly stopped working. Now it acts like a normal spell that prompts a target when pressed.

Anyone experiencing the same? Why'd it break all of a sudden?

Re: CastSpellByName on self broken?

PostPosted: Thu Dec 31, 2015 11:46 pm
by SSJSketch
NikeTheSword wrote:I've been using /script CastSpellByName("Power Word: Shield", true); to cast shield on myself during leveling.
It has suddenly stopped working. Now it acts like a normal spell that prompts a target when pressed.

Anyone experiencing the same? Why'd it break all of a sudden?

Still works for me.

Re: CastSpellByName on self broken?

PostPosted: Fri Jan 01, 2016 12:59 am
by NikeTheSword
SSJSketch wrote:Still works for me.

Ok, thanks for notifying me.

Re: CastSpellByName on self broken?

PostPosted: Sat Jan 02, 2016 12:28 am
by Shabloshuura
Hi, try that one-

/script CastSpellByName('Power Word: Shield', 1)

With "1" not "true".