Page 17 of 17

Re: Hunter Macros & Tips [Redux]

PostPosted: Sat Nov 19, 2016 6:57 pm
by Draggah
Thanks, I'll tinker abit (: Cheers

Re: Hunter Macros & Tips [Redux]

PostPosted: Fri Nov 25, 2016 1:58 am
by Fey
AndySalad wrote:thank you for this guide

Draggah wrote:Thanks, I'll tinker abit (: Cheers


You're very welcome <3

A couple of new tutorials (Ravager, DM Trib farm) and the Deadmines installment of the dungeons series have been added to the OP. Enjoy!

Re: Hunter Macros & Tips [Redux]

PostPosted: Sun Dec 11, 2016 5:32 pm
by Ashix
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.

Re: Hunter Macros & Tips [Redux]

PostPosted: Sun Dec 11, 2016 8:37 pm
by Fey
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.


That's very much appreciated, Ashix. Thank you! Hopefully everyone gets what they need to kick off launch with a bang <3

Re: Hunter Macros & Tips [Redux]

PostPosted: Sat Dec 17, 2016 8:42 pm
by Fey
https://www.youtube.com/watch?v=DYsB7iguGN4

Nostalrius is back, you guys :D Naked party in IF!!

Re: Hunter Macros & Tips [Redux]

PostPosted: Mon Jul 24, 2017 2:34 pm
by NaawaniOfKronos
Hey man, great guide. Although I don't like every single one of the macros not only did you make it so I can use parts of them but you are really very thorough. Thank very much.

Re: Hunter Macros & Tips [Redux]

PostPosted: Sun Nov 25, 2018 1:26 am
by slverbaur
Here is a spammable feign death macro

Code: Select all
/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

Re: Hunter Macros & Tips [Redux]

PostPosted: Tue Sep 17, 2019 2:20 pm
by Debugs
Hey, whenever I cast the autoshot macro it tells me "A macro script has been blocked from an action only available to the Blizzard UI". ( Playing classic wow ).

Re: Hunter Macros & Tips [Redux]

PostPosted: Thu Oct 17, 2019 7:17 pm
by Pottu
This is because Classic does not use the same API for addons as Vanilla WoW. Many functions are different and some things that were possible in vanilla - like SuperMacro - are not possible in classic.