Posted on: 12-10-2012 - Updated on: 12-10-2012 - viewed 45408 times
Description:
Automatically accepts, and turns in a quest after clicking on a quest giver. This macro is meant to be used for repeatable quests, where you turn in several of an item, and gain rep back. It greatly speeds up the turn-in time when trying to turn in several hundred items.
author:
/script SelectGossipAvailableQuest(1) /script CompleteQuest() /script GetQuestReward()
Love it. But there’s a flaw. It doesn’t seem to work for accepting quests. So I altered it:
/script SelectGossipAvailableQuest(1)
/script AcceptQuest(1)
/script CompleteQuest()
/script GetQuestReward()
This works, but presents a new flaw. Sometimes, it will cause a quest to be dropped from the tracker (using Carbonite’s quest tracker). Even when I am accepting a new quest.
Can you help me solve this?
TY.