Blitz (Quest Automation)

Blitz (Quest Automation)

173k Downloads

Daily quest error, dialog/completion

Veyska opened this issue ยท 1 comments

commented

Running Software (issues missing this information will be deleted):

  • Addon version: 8.3.0
  • Server patch: 9.0.1.36272

Have you read the changelog? (please don't waste our time)
Yep.

Describe the bug
Error thrown when talking to quest NPC after accepting quest but before completing it; also failure to automatically turn in quest once done. For daily quests where acceptance and completion are the same step (tested with Blingtron) the only error thrown is the same one as for step # 4, so it skips the first error included below.

To Reproduce
Steps to reproduce the behaviour:

  1. Right-click NPC to accept quest
  2. Right-click again (in my test, to start a pet battle)
  3. Complete quest criteria
  4. Right-click a third time to turn in

Expected behaviour
Dialog opens with no errors thrown in step # 2, quest automatically turns in in step # 3

Error Logs
For step # 2:
2x Blitz\addons\main\main.lua:84: attempt to call local 'total' (a nil value)
[string "@ Blitz\addons\main\main.lua"]:84: in function BestSkip' [string "@ Blitz\addons\main\main.lua"]:69: in function ?'
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:119: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:29: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:64: in function `Fire'
[string "@ Ace3\AceEvent-3.0\AceEvent-3.0-4.lua"]:120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>

For step # 4:
1x Blitz\addons\main\main.lua:240: attempt to call global 'GetQuestLogTitle' (a nil value)
[string "@ Blitz\addons\main\main.lua"]:240: in function GetLogData' [string "@ Blitz\addons\main\main.lua"]:211: in function CanSkip'
[string "@ Blitz\addons\main\main.lua"]:204: in function NumSkips' [string "@ Blitz\addons\main\main.lua"]:120: in function ?'
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:119: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:29: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@ Ace3\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:64: in function `Fire'
[string "@ Ace3\AceEvent-3.0\AceEvent-3.0-4.lua"]:120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>

Additional context
No issues automatically accepting the quest.

commented

(Apologies for the accidental mentions of other tickets, didn't realize GitHub auto-linked those.)