After the patch, all "level appropriate" quest now give 330 guild rep with tabard
This includes the INSTANTLY repeatable Fishing flier quest available from Grinkle as well as \Barrus
All you need to do is accept and complete the quest. and repeat. Exalted in no time. Works at level 85
macro contributed by hackerlol to delete fishing fliers from your bag:
/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Fishing Tournament!") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
The following taken from Phantoms post:
Alright, now this part isn't required, but if you want to do this fast, I highly recommend it.
First, bind Interact With Target to an easy to reach key, such as Action Bar Slot 3.
Also, turn on Sticky Targeting.
Next, bind the following macro to an easy to reach key, such as Action Bar Slot 2:
/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()
What the above macro does, is clicks "Continue", and then on the next turn "Complete Quest" for you after you talk to the guy.
Now, click on the quest giver. Since you have Sticky Targeting on, even if you click somewhere else, it will not take you off of him.
Now, press the key you bound to Interact with Target (I used 3).
This will start the quest log. Click the macro you bound (I used 2).
That will auto-click Continue and Complete Quest for you.
That's one quest turn-in.
So, the basic order is 3-2-2 (using my keybinds).
However, with Sticky Targeting, just spam both at the same time as fast as you can. This will result in turning in the quest VERY fast, and causing you to get Exalted with your guild within 5-10 minutes and letting you get 60k guild exp per .5 - 1 second!
EDIT: Actually, you don't need Sticky Targeting, you did with the old method, so feel free to disregard that part if you want.
EDIT2: Credit to Cloud13 (again). To automate this process on multiple accounts, I am using an autoclicker called http://www.ownedcore.com/forums/worl...ng-helper.html (Gemmore - A Free Prospecting Helper). The only way Ive managed to get it to work is to open the program multiple times and set one to each macro you have keybound.