Macros - Epic Battlegrounds

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.

1 Like

Helpful! There are addons that will automatically do this for you if you don’t want to use macro space :slight_smile: (Capping definitely does this)

Oh cool; thanks for the heads up.