Can't get Maw-specific mounts working
filliph opened this issue ยท 3 comments
I've added this to the Key Binding 1:
# Bound Shadehound in The Maw
Mount [map:1543] id:1441
Which should match the Bound Shadehound:
But I still get "You can't mount here."
I've tried:
- Setting the Priority to > 0 (though this shouldn't matter since it's calling a specific mount)
- Enabling the "RUN" flag
- Using
1312
as the ID instead as per this page: https://www.warcraftmounts.com/mount.php?mountid=1312 - Creating a new flag
MAW
, flagging the mount both forRUN
andMAW
and usingLimit [map:1543] MAW
as per the wiki: https://github.com/xod-wow/LiteMount/wiki/Map-Specific-Mounts - Just using
Mount id:1441
- Using
Mount id:344577
- Using
Mount [instance:2222] id:1441
- Using
Mount [maw] id:1441
And nothing is working. I still get "You can't mount here". I don't understand what I'm doing wrong.
It looks like it needs to be explicitly included in the addon, which hasn't happened yet. I was able to get it to work by editing one of the source files. Search in Mount.lua for 'Corridor Creeper' and add a line below it like this:
[344577] = true, -- Bound Shadehound