Figured I would make a post for macros I use to improve quality of life within Epic Battlegrounds. I’ll start with my macros for turning in repeatable-resource-turn-in quests (like the ones for summoning bosses, etc…):
- This macro (once the quest giver is clicked on) will auto complete the first quest:
/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()
- This macro (once the quest giver is clicked on) will auto complete the second quest:
/script SelectGossipAvailableQuest(2)
/script CompleteQuest()
/script GetQuestReward()
Feel free to post suggestions, or other macros.