Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only ground mounts being chosen in WOTLK zones #205

Open
hivehum opened this issue Nov 11, 2022 · 7 comments
Open

only ground mounts being chosen in WOTLK zones #205

hivehum opened this issue Nov 11, 2022 · 7 comments
Labels
type: bug A small patch

Comments

@hivehum
Copy link

hivehum commented Nov 11, 2022

WoW Version

Retail (9.2.5)

Bestride Version

2.0.6

Steps to Reproduce

type /click BeStride_ABRegularMount in any WOTLK zone (personally verified in dalaran, icecrown, scholazar basin, and borean tundra) with flying mounts selected in the /br menu

Observed Behavior

only ground mounts will be summoned despite being able to fly in these zones

@hivehum hivehum added the type: bug A small patch label Nov 11, 2022
@DanSheps
Copy link
Collaborator

I can't seem to replicate this using the current versions. Are you still having this issue?

@hivehum
Copy link
Author

hivehum commented Nov 17, 2022

with the newest version of retail and version v.2.0.7-alpha1 of bestride, /click BeStride_ABRegularMount does not function at all for me

rolling back to 2.0.6 is still fully nonfunctional, as well

@DanSheps
Copy link
Collaborator

It does work for me.

Can you open the options?

@hivehum
Copy link
Author

hivehum commented Nov 17, 2022

yes, i can option the options and alter them freely. but i can't use the addon to summon mounts

@sscree
Copy link

sscree commented Nov 23, 2022

I get this, too with bestride 2.0.6 on retail 10.0.2. The problem is that the IsFlyable() function in logic.zone is looking for Cold Weather Flying (54197) when continent.mapID == 113. However IsSpellKnown(54197) returns false. Cold Weather Flying is no longer required to fly in WotLK zones in retail. If you comment out lines 163-165 in BeStride_Constants, then bestride is able to pick flying mounts in WotLK zones. (Maybe I should say Northrend zones, since, to be clear, this is on Retail, not Classic.)

@DanSheps
Copy link
Collaborator

Cold Weather Flying is no longer required to fly in WotLK zones in retail. If you comment out lines 163-165 in BeStride_Constant

This is not a viable solution as this addon now needs to support both Retail and Classic. A check for the version of the game may be more appropriate.

@walter-hwhite
Copy link

Confiming the same behaviour in version 2.09. Only noticed as I was levelling some alts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A small patch
Projects
None yet
Development

No branches or pull requests

4 participants