WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Auto accept/turn in

CodingDino opened this issue ยท 11 comments

commented

Allow option of automatically accepting or turning in the active step's quest when speaking to the NPC.

commented

Yep, that we do. I know that RepeatableQuestHelper does that, it might be easier to check out how it does it.

commented

Well, if you want to try my version, it is at:

aeca921

I checked out RepeatableQuestHelper and it does not handle the legacy QUEST_GREETING NPCs.
It also has a math bug that might cause it to select the wrong quests, as the number of return values of GetGossip* calls has changed.

I think my version is better. I just need to make it configurable and it will be ready.
Please try it and let me know what you think.

commented

I'll give it a whirl, I was about to finish up the Loremaster for Northrend. I'll let you know how it goes.

commented

Hmm, doesn't seem to be working. I put the code into the WoWPro_Leveling_Parser.lua Not sure if there are any other changes that need to be made.

commented

Ok, it seems to be working part of the time. I've seen no errors pop up.

commented

It will not work if the quest names are misspelled. Yet another thing to check in the guides.

On Jun 25, 2011, at 9:17 PM, Crackerhead22 wrote:

Hmm, doesn't seem to be working. I put the code into the WoWPro_Leveling_Parser.lua Not sure if there are any other changes that need to be made.

Reply to this email directly or view it on GitHub:
#74 (comment)

commented

Hmm, strange. I thought they were spelled right. I'll check the ones in the Storm Peaks that I am working on.

commented

Here is an example. "A Is That Your Goblin?|QID|12969|N|From Lok'lira the Crone.|M|47.4,69.0|" Does not auto-accept, but when I went to turn it in, after hitting the quest name on the NPC dialog, it turned it in.
But it did not auto-accept "A The Hyldsmeet|QID|12970|N|From Lok'lira the Crone.|M|47.4,69.0|", and I did check the spelling and QID#.
And so on, it will auto-turn in after I click on it, but not accept the follow up.
I should mention that if an NPC has more than one quest, even if I hit the quest name for the dialog (Example: Off With Their Black Wings and Yulda's Folly from Iva the Vengeful), it will not accept the quest most of the time.
Also, I do understand about the quest not auto-completing if there is a reward. Now, I find the edit feature...

commented

Whoops, the checkin was not complete.
I am checking in the full checkin with the config options right now.

commented

Comitted as d01456b

commented

We have the technology now!