View Single Post
05-20-06, 05:59 PM   #6
wereHamster
A Black Drake
 
wereHamster's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 80
Originally Posted by gnosis3d
I am not seeing any information on the Rank of spells/abilities cast. Is it the best always? Can you extend it out ie. (WingClip,Rank2) for it to work?
CastSpell() has the exact same syntax as CastSpellByName(), so you can use:
Code:
CastSpell("Wing Clip(Rank 2)")
and without rank, it casts the highest rang.

Last edited by wereHamster : 05-20-06 at 06:04 PM.
  Reply With Quote