Hi!
I cant get Skull bash and Ravage! to work.
I've tried several solutions:
The ID is correct, in an early HB-Version atleast the TreeSharp version has done the job.
With Skull Bash i have the same problem. Cant get it to work with the same methods.
Exists another way to cast a spell?
I cant get Skull bash and Ravage! to work.
I've tried several solutions:
Code:
new TreeSharp.Action(a => WoWSpell.FromId(81170).Cast());
Code:
Spellmanager.Castspell("Ravage!")
Code:
Spellmanager.Castspell(81170)
The ID is correct, in an early HB-Version atleast the TreeSharp version has done the job.
With Skull Bash i have the same problem. Cant get it to work with the same methods.
Exists another way to cast a spell?