HOTFIXED 
Guys I have just been reading about a repeatable quest that will get your guild from level 1-25 in an hour, plus exalted with guild. I have been testing it out and it works, not sure if it will take me an hour but with 2, 3 or more people doing it you probably could easily.
What I need is a macro that will auto turn in a quest though, so I don't keep having to click the NPC etc, anyone know how to make this macro?
Have an addon from curse called "Turn In" which helps, there is a script macro written up on page 2 also.
Something to do to while the bot is down, go level them guilds!
Edit:
For Alliance, this is your man right here...
This won't work for high level characters, so make a level 1, run him there, give him some bags, and buy the drink from the vendor in the same area.
Gerard Tiller - WoWWiki - Your guide to the World of Warcraft
You can do it with level 1's, just hand in refreshing spring water none stop.
......................................................................
Horde as quoted below by Xandor:

Guys I have just been reading about a repeatable quest that will get your guild from level 1-25 in an hour, plus exalted with guild. I have been testing it out and it works, not sure if it will take me an hour but with 2, 3 or more people doing it you probably could easily.
What I need is a macro that will auto turn in a quest though, so I don't keep having to click the NPC etc, anyone know how to make this macro?
Have an addon from curse called "Turn In" which helps, there is a script macro written up on page 2 also.
Something to do to while the bot is down, go level them guilds!

Edit:
For Alliance, this is your man right here...
This won't work for high level characters, so make a level 1, run him there, give him some bags, and buy the drink from the vendor in the same area.
Gerard Tiller - WoWWiki - Your guide to the World of Warcraft
You can do it with level 1's, just hand in refreshing spring water none stop.
......................................................................
Horde as quoted below by Xandor:
Dont think anyone mentioned how to lvl up horde guild so I do: (note, this works for alliance also, only works the day before fishing contest I think, which is today for EU)
Quest: Could I get a Fishing Flier?
NPC: Grinkle <Fishing Promoter>
Location: Outside main AH in Orgrimmar. (a bunch of people will be stacked on him for sure)
Also one in Stormwind, but dunno where the npc is in there.
Macros:
Complete Quest:
/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()
Delete Paper:
/run for x=0,4 do for y=1,GetContainerNumSlots(x) do l=GetContainerItemLink(x,y) if l then if GetItemInfo(l)=="Fishing Tournament!" then PickupContainerItem(x,y) DeleteCursorItem() return end end end end
Last edited: