Add the Corridor Creeper to Random Favorite Mount

As most of you know, the selection from which “Summon Favorite Mount” picks a mount is driven by the environment your character is currently in. For example, if you’re under water, it will always summon a swimming mount. If you’re in an area where you can fly, it will always summon a flying mount.

However, it doesn’t work with the Corridor Creeper in the Maw. Attempting to summon a random mount just results in the usual failure message. In an effort to reduce the number of individual mounts I need to have on my bar, can you please make the Summon Random Mount work in the maw like it works everywhere else?

1 Like

You don’t need to have them on your bar

Hey! I don’t know if you tried this, but you can actually make a macro to force the Corridor Creeper if you’re in the Maw and your favorite mounts everywhere else (including the Creeper):

/run if(C_Map.GetBestMapForUnit(“player”)==1543)then CastSpellByName(“Corridor Creeper”);else C_MountJournal.SummonByID(0);end

I was wondering if the Corridor Creeper was properly working with the random mount button. Wow that’s dumb. We shouldn’t need a macro for that.