Help me, Help you!
So once again, thanks for the warm welcome and I’m glad to be able to help out!
First off, just to quickly introduce myself, you already know me as “Zurom”. Firetree has been my home for 4 years, during which time I’ve been a hunter from noob to now
. I try to be kind to all as I highly believe in friends are better than enemies. With that I sincerely request honest opinions and/or constructive feedback/critism on the macros I create.
Now on with the macros!
I’d like to quickly take the time to layout some small guidelines that will assist everyone in knowing what macros are impossible and which are possible.
There are three primary reasons why a macro will not work:
-Too complex
-Script required is too long
-Script Function is block by blizzard
I bolded the last one because I wanted to emphasize on this one. For example, any macro that requires the API Function “CastSpellByName()” is semi-protected. So it is usable if its use it not for assisting in any combat situation.
Examples:
Protected:
CastSpellByName("Hunter's Mark");
Unprotected:
CastSpellByName("Black War Mammoth");
In the end, I absolutely love creating macros with as much programming as possible to create the most diverse and dynamic macros out there. Either way, not matter how complex or simple the macro you want is, I’ll take a stab at it and try the best I can to get it done
Regards,
Zurom

