Bestride / BeStride

A WoW mount manager based off Yay! Mounts
GNU General Public License v3.0
5 stars 16 forks source link

Mounting during Tindral Sageswift #268

Open TylerR909 opened 8 months ago

TylerR909 commented 8 months ago

WoW Version

Retail (9.2.5)

Bestride Version

latest

Steps to Reproduce

Tindral Sageswift in Amirdrassil has a mid-combat mount mechanic. BeStride doesn't work.

This is obviously difficult to reproduce or test. But I suspect it's running the combat check and bailing.

Observed Behavior

BR doesn't mount during Tindral

TylerR909 commented 8 months ago

I'll take a stab at this:

  1. Plan for Blizzard to add Dragonriding to other fights in the future
  2. Either:
    1. Check for a DungeonEncounterId before running the combat check (if people use BeStride for combat movement with class abilities this could break that)
    2. You get a specific buff to allow mounting. Could check for that.
    3. See if https://warcraft.wiki.gg/wiki/API_C_MountJournal.GetMountUsabilityByID works?