This could quite possible be one of my most legendary macro compliations / discoverys!
What will this macro do?
Allow you to autoaccept all quests over all slaves
Allow you to complete all quests over all slaves
Allow you to automatically take quest rewards over all slaves
*Includes escort quests!
Part 1 - Setup an Action Keybind.
Code:
/script SetBinding("L", "TURNORACTION")
/script SaveBindings(1)
Change the L to a key of your choice.
Part 2 - The Macro.
Code:
/script SelectGossipAvailableQuest(1)
/script SelectGossipActiveQuest(1)
/script CompleteQuest()
/script GetQuestReward(1)
/script SelectGossipOption(1)
/script AcceptQuest()
The first line selects the first available quest.
The second line selects the first active quest, which will supercede the first available if you currently have a quest.
The third line allows you to complete a quest you currently have.
The fourth line selects your reward.
The fith line is to select the gossip option that is not part of a quest. (Used to confirm you are ready to escort after taking a quest)
The sixth and final line will accept a quest that you do not have.
NOTE: You will need to make sure your slave charactors are in FIRST PERSON VIEW
If you wish you can use this macro to set your view to first person on all charactors for the duration of your logged in session:
Code:
/script SetView(1);
Please post any questions or problems you have and I will be happy to try and help. :thumbsup:
Connect With Us