Guide will not advance automatically
DivineRO opened this issue ยท 26 comments
I even reinstalled the mod and doesn't appear on interface/addons, tomtom doesn't work too
Make sure you check load out of date addons. If anyone can confirm whether this fixes the problem, let me know.
This solve the problem, but the addon doesn't work as well, the addon load, and the guide load steps, but the step dont follow up, if i must to take a quest, i follow the arrow and take it, i must to skip that step once i take the quest because the addon dont auto show the next step
The problem is with boreal guide and fjord guide (both of Northrend) if i select any old guide, like Hellfire Peninsula i alredy complete, the guide auto detect the progress but don't on that guides.
Kirk is also reporting this problem. I have not seen the behavior anywhere personally. It's extremely frustrating and hard to troubleshoot things when I can't duplicate the problem :( :( :(
If you need something from me, you only must to say and i will try to do. A friend tell me that the old version of Addon work fine, this addon is wow pro that need lighheaded addon too, maybe you can start comparing versions
Ok I've got the fix for this - committing it now - it appears that the GetQuestLogTitle return for these has changed - and it is returning nil for the first entry in populateQuestLog and so the while loop condition is failing. I've changed this to cycle through the entries instead using the entry count.
And how users can access to this fix? you will launch a new version of mod? Thanks
gameldar commit solve the problem, i downloaded his commit and added to my addon 1.6.0 and work fine, i hope you add the solve to a new version, thanks
Does this happen for you with every guide? Every step? With other addons disabled? I'm still not seeing the behavior myself, so any and all information you can provide would be really helpful.
Thanks a TON Kirk, you rock. Also DivineRO, thanks for reporting the problem :) I'll get this put into the package and uploaded today.
There is still a bit of bug, on the quest Taken by the Scourge, on borean guide, i have taked the quest but dont update... on another steps the update is succesfull
When i take a new quest the guide dont autoupdate, but if i complete te quest then, update and point me to the NPC to complete the quest, the problem is IMO on taking new quest
It seem that solve, i will try some steps and comment again
Only one thing, i see now the addon very slow when i change a guide it take many seconds, about 5 or 6
Thanks a lot :D
Im using auctionator and gathererv2 and tomtom, and before the gameldar commit all step fail, now the step follow up, but when i take a new quest the guide dont update, if i take for example the hellfire guide, addon auto update all guide because i have this guide alredy completed, but with the guides for northrend (borean and fjord) dont update
Found the problem. The last quest in the log does not appear to be correctly added to the addon's copy of the quest log. Basically, the loop isn't going long enough. Hard coding it to 25, seeing how that works.
Doesn't appear to have fixed it :( gonna keep messing with it, at least I can reproduce the problem now! :D
I think I've got it, was using the wrong number for the number of quest log entries.
Alright, I pushed my changes. Let me know if it works, marking resolved for now since I think this is all that was needed.
Thanks very much for the update. If the lag only occurs when switching guides, I'm not going to be too concerned. Please let me know right away though, if it starts happening while using the guide normally. Glad you are enjoying it :)