Bestride Mount Manager

Bestride Mount Manager

57.6k Downloads

Can't Mount up in Underbelly

Daskshadow opened this issue · 2 comments

commented

WoW Version

WotLK (3.4.0)

Bestride Version

2.0.11

Steps to Reproduce

For some reason the WoW api returns true for IsFlyableArea() in Underbelly. So BeStride trys to mount up on a Flyingmount. This is not working and BeStride won't mount up at all.

Adding following to restricted zones helped:
[127] = {
blocked = true,
},

Observed Behavior

Can't mount up in Underbelly

commented

@DanSheps
Unfortunatly this will fix the problem but leads to other problems as some zones below Dalaran are also included to 127 … and are flyable.
It needs an exception for
GetSubZoneText() ~= LibStub("AceLocale-3.0"):GetLocale("BeStride")["Zone.Dalaran.SubZone.Underbelly"]

commented

And yeah I initially said “[127] = {blocked = true,},” will help, but it was more than a half year ago and I figured out, it leads to other issues (as mentioned). Sorry for that.