Thread: Cirk's Fastcast
View Single Post
06-23-06, 05:48 PM   #51
smokes
A Kobold Labourer
Join Date: Jun 2006
Posts: 1
I dont know if you still check this forum, (its been 2 months since your last reply) but in case you do...

I was wondering if its possible to set up a macro to work with FastCast that incorperates the 8/8 Netherwind bonus of instant cast spells.

The current macro I use is:

/script local f for i=1,24 do f=f or strfind(UnitBuff("player",i) or "","Shadow_Teleport") end if not f then CastSpellByName("Scorch") else CastSpellByName("Pyroblast") end

Where "Shadow_Teleport" is the name of the buff givin by the NW proc.

Thanks
  Reply With Quote