Quote:
Originally Posted by n0minal
Would be cool if you give bosses New powers such as spell smokes and even blind the players
|
That is currently possible by creating a new spell with
WOW_CreateSpell(Full) and when
WOW_OnBossStopCasting gets called you create the smoke object at the XYZ coordinates you want. Take a look in the
example script on how the spells shown in the video work. It's easy to adapt the behaviour to your needs or to create a new spell entirely.