For those using PQR I took the script someone posted earlier and tweaked it to work without any problems in hanging on a turnin, should work fine whatever your latency is:
Code:
CompleteQuest()
InteractUnit("Innkeeper Saelienne")
PQR_DelayRotation(1)
RunMacroText("/dance")
PQR_DelayRotation(2)
InteractUnit("Innkeeper Saelienne")
PQR_DelayRotation(1)
for bag = 0,4,1 do
for slot = 1, 32, 1 do
local name = GetContainerItemLink(bag,slot)
if name and string.find(name,"Darnassus Marzipan")
then PickupContainerItem(bag,slot) DeleteCursorItem()
end
end
end
PQR_DelayRotation(1)
Just run PQR, click on rotation editor, select your class, make a new profile (call it Hallow-Darnassus or whatever), then go back to ability editor, select your class/profile, create a new ability called Inkeeper Saelienne or w/e, and paste the above into the LUA code. Thats it, should be able to select it as a profile now and start it up and it'll just spam the hell out of it. Change the Innkeeper name and the Darnassus Marzipan to whatever you are using, like Ironforge Candy or whatever.
And yeah its fixed on the rampage-US servers, you can still do the quest but gives 0 guild XP now. Probably be hotfixed across all of NA/EU by tomorrow morning. Too bad I couldn't use it at all on Horde side, since some guys decided to be douchebags about it.