AndySalad wrote:thank you for this guide
Draggah wrote:Thanks, I'll tinker abit (: Cheers
|
|
Ashix wrote:I hope you don't mind Fey. I've posted in the Elysium forums to direct people to this thread if they are interested in some hunter macros and tips.
|
|
/run local i,x,T=1,0,"player" while UnitBuff(T,i) do if string.find(UnitBuff(T,i), "Feign") then x=1 end i=i+1 end if x==0 then CastSpellByName("Feign Death") else end
|