Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=92234#pos t92234
Can you post one of your epic macros?

I'm at a loss why you'd need something so big....
This accept all macro could be bigger but it isn't possible because of the limit:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
/script ConfirmAcceptQuest();
/script StaticPopup_Hide("PARTY_INVITE");
/script StaticPopup_Hide("QUEST_ACCEPT");
I could easily extend this macro to make it more multi-functional, but the limit disallows it:
/cast [target=focustarget,help,nomod][target=focus,nomod] Lesser Healing Wave
/cast [target=player,mod:alt] Lesser Healing Wave
/cast [target=focustarget,help,mod:shift][target=Willyam,mod:shift] Chain Heal
In general, many macros could have more sanity checks(exists/harm/nodead/etc) and more fallbacks(focustarget/target/variations on conditions) with more macro space.