Page 1 of 1

Need help with making a macro!

Posted: Tue Aug 08, 2006 12:47 am
by woomera
ok can anyone help me make a macro that cast an spell until the target is dead.
thanks.

edit: and why this macro doesnt work? spells get interupted.

/cast corruption(rank 1)
/script SpellStopCasting()
/cast immolate(rank 1)
/script SpellStopCasting()
/cast curse of weakness(rank 1)

Posted: Tue Aug 08, 2006 3:50 pm
by Stilgar
Spells trigger a global cooldown of a second or so.
Thats why you cannot spamcast instant spells.

You can only combine an ability that doesnt trigger a globalcooldown and a spell in one macro. Not 2spells.

And be honest to yourself, do you realy think it would be fun if you could do that in one macro?

Posted: Tue Aug 08, 2006 8:43 pm
by Locke Da'averan
also,

1.corruption
2.immolate
3.CoW

who the hell uses a combo like that??

Posted: Wed Aug 09, 2006 12:49 am
by woomera
-----> me :D

Posted: Wed Aug 09, 2006 5:15 am
by Zukker
Stilgar pretty much told you why.

Guess it prevents botting.

Posted: Wed Aug 09, 2006 10:36 am
by woomera
botting? what the **** are u talking about.are u retarded?

Posted: Wed Aug 09, 2006 12:40 pm
by Stilgar
First of all, please watch your language and namecalling.
You arent accused of anything.

And the reason why you cannot make a macro like that is infact to prevent botting, and to make sure players have to actually control their character and dont have to simply press a button every 10seconds or so.