A while ago a friend showed me a thread (which i'm currently unable to find =/) how to gain fast reputation with Argent Crusade by repeating Troll Patrol: Intestinal Fortitude - Quest - World of Warcraft all the time.
Since i'm a lazy person i wrote an addon which saves me some clicks and time (i'm somewhere at 1:45 mins per round). Unfortunately i don't know how to complete a quest via addons, so i had to use a macro. If you know how to do it, please let me know.
The addon: MEGAUPLOAD - The leading online storage and file delivery service
All you have to do is to extract the ACQ folder into your Interface/AddOns/ folder and create a new macro with the following text:
Put the macro in your actionbar or bind it to a mousebutton.Code:/script SelectGossipAvailableQuest(1);CompleteQuest(); GetQuestReward(); /script j,k = GetNumQuestLogEntries();for i=1,j do if (GetQuestLogTitle(i)=="Troll Patrol") then SelectQuestLogEntry(i);SetAbandonQuest();AbandonQuest(); end; end
Now log in (make sure the addon is enabled), get on your flying mount, fly to Commander Kunz - NPC - World of Warcraft and right click him.
The addon will accept the quest Troll Patrol - Quest - World of Warcraft
Fly to Captain Rupert - NPC - World of Warcraft and right click on him.
The addon will accept the quest Troll Patrol: Intestinal Fortitude - Quest - World of Warcraft
Fly to the recruits and right click them, the addon will automatically complete the gossip frame.
When done, return to Captain Rupert and right click him.
Hit the macro. It will complete the quest and abort "Troll Patrol".
Return to Commander Kunz and repeat.
The addon can be easily localized by opening the acq.lua in a text editor and editing the vars in the firsts lines to replace the names of the quests and recruits with the ones in your language (here's how to write special characters Localizing an addon - WoWWiki - Your guide to the World of Warcraft)
Hope it's in the right section & happy repgrinding![]()