smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

Compatibility with quest-helpers #244

Closed yoshimo closed 3 years ago

yoshimo commented 3 years ago

Various other addons provide quality of life functions like auto accept, auto turn in of quests similiar to the auto-loot feature of the blizzard interface. In the past this broke grails recording and debug features including but not limited to getting the npc id and trouble with the quest id not matching expected values. Is there something we can do to get around this kind of trouble when people use addons like Zygor Guides or Azeroth Auto Pilot?

smaitch commented 3 years ago

Grail was recently changed to handle the NPC acquisition in a slightly different manner that should work better than it did before. Grail should be using the event system to handle this, so I would imagine it should work in general. Are you seeing problems when using other addons where Grail is not getting the information we use?

yoshimo commented 3 years ago

NPCs seem to be better now. Leaves us with #45