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)
Need help with making a macro!
- Stilgar
- Posts: 4079
- Joined: Fri Jun 15, 2001 11:00 am
- Location: The Netherlands - Sietch Tabr
- Contact:
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?
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?
I do not have the touch, nor do I have the power.
- Locke Da'averan
- Posts: 2782
- Joined: Sun Jan 28, 2001 11:00 pm
- Location: Between North Pole and South pole, on the surface
- Contact:
- Stilgar
- Posts: 4079
- Joined: Fri Jun 15, 2001 11:00 am
- Location: The Netherlands - Sietch Tabr
- Contact:
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.
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.
I do not have the touch, nor do I have the power.