Rep hand in macro

Cronocious

Well-Known Member
Mar 24, 2007
831
Very very useful when you're handing in 500 relics of ulduar or similar

/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()


Might have to change the (1) if the hand in quest isn't the first one on the list.
 

Ayu

You need help.
Staff member
Aug 26, 2005
15,256
You have to click the quest giver every single time and open the gossip window first.
 

Arly

Non-Shouter
Oct 3, 2007
1,733
http://wow.curse.com/downloads/wow-addo .... urnin.aspx

update for patch 3.0.8 -- the Sons of Hodir have a new quest turnin of 10 Relics of Ulduar for 250 Sons of Hodir rep.

In file AutoTurnInGlobals.lua, change this line:

---------------------------------------
AutoTurnin_MultiQuests = {
---------------------------------------

to

---------------------------------------
AutoTurnin_MultiQuests = {
-- Hodir
["Hodir's Tribute"] = { turnin = "Relic of Ulduar", amount = 10 },
---------------------------------------