mpstark / DynamicCam

A more dynamic camera for World of Warcraft.
MIT License
24 stars 11 forks source link

NPC Interaction excludes event QUEST_PROGRESS #6

Closed Jofairden closed 6 years ago

Jofairden commented 6 years ago

No matter what I've tried, NPC Gossip situation won't trigger if I'm mounted. Also, the gossip situation is missing the QUEST_PROGRESS event, which I believe should be there.

Jofairden commented 6 years ago

Nevermind the first bug, it seems the mounted situation has its priority set to 100 which was completely overriding it obviously. I set it to 10 and now it triggers.

mpstark commented 6 years ago

I've added QUEST_PROGRESS in the trunk build.

Jofairden commented 6 years ago

Thanks