-
Notifications
You must be signed in to change notification settings - Fork 17
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
Flying in Dalaran #185
Comments
Mine works exactly like this. Try reinstalling addon maybe? |
This addon work only if your client is in English, German, Korean, and Taiwan language. I made it work for WotLK in French in PR #187 |
My client is English |
WowClassic_2022-10-22_20-09-58.mp4Here's a video |
Do you have "always use flying mount" enabled? This is for mainline/retail and doesn't work in classic. It is on the to-do list to disable in Wrath but I haven't gotten to it yet. |
With version 2.0.6 on Wrath version 3.4.0 BeStride mostly works in Dalaran with one exception, The Underbelly (but only on one side of the sewers). At 25.05, 42.73 I am in The Underbelly and my ground mount is chosen but at 61.20, 45.52 I am in The Underbelly but I get "You can't use that here." error message. The macro I am using is:
|
I have the same issue but didn't take the time to check why yet. |
The "you can't use that here" is a blizzard error. You would give the same if you tried to mount with a normal mount; not using the add-on, so unfortunately there isn't much I can do. With the coordinates I can maybe blacklist it.
On Nov 19, 2022 11:49, Brad Morgan ***@***.***> wrote:
With version 2.0.6 on Wrath version 3.4.0 BeStride mostly works in Dalaran with one exception, The Underbelly (but only on one side of the sewers). At 25.05, 42.73 I am in The Underbelly and my ground mount is chosen but at 61.20, 45.52 I am in The Underbelly but I get "You can't use that here." error message.
The macro I am using is:
/click [nomounted,nomod] BeStride_ABRegularMount; [nomounted,mod:shift] BeStride_ABGroundMount; [nomounted,mod:ctrl] BeStride_ABPassengerMount; [nomounted,mod:alt] BeStride_ABRepairMount;
/dismount [mounted]
—
Reply to this email directly, view it on GitHub<#185 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACUJWQGUBT2URTSEWINILCTWJEHJPANCNFSM6AAAAAARIQONGU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
@DanSheps, It's a Blizzard error because BeStride incorrectly choose to use a flying mount instead of a ground mount. The macro below while in Dalaran proper chooses the "Swift Purple Wind Rider" because Dalaran is "flyable" and I get the same error. BeStride_ABRegularMount, however, correctly chooses a ground mount. I haven't analyzed the logic completely but how ever BeStride is determining that a ground mount should be used in Dalaran (and in one side of The Underbelly) should also work on the other side of The Underbelly. If I need to capture more information, please let me know.
|
In some place of the Underbelly, |
More information :
According to this random source (don't know the value of this website, its a quick research), id 125 and 126 are both Dalaran, the second one is for the Underbelly. So we could block this zone too. But the trade-off will be that we could not use the filing mount in the underbelly exit going out under Dalaran (where the flying mount works). So as @DanSheps said, it's a bug in wow itself, the method |
I do not like to write this kind of exception, but this works:
|
WoW Version
WotLK (3.4.0)
Bestride Version
2.0.4
Steps to Reproduce
Observed Behavior
In Wrath Classic, flying is disabled in Dalaran itself minus the landing pad
Would be cool to make the addon check for that and use a ground mount instead
The text was updated successfully, but these errors were encountered: