23 lines
629 B
Markdown
23 lines
629 B
Markdown
# What
|
|
|
|
LocationMount is a small addon that provides a macro command to automatically
|
|
select the correct mount based on your current location. It will prioritize
|
|
flying mounts over ground mounts and epic mounts over rare mounts. There is no
|
|
configuration.
|
|
|
|
# How
|
|
|
|
Install the addon and make a macro:
|
|
```
|
|
/click LocationMount
|
|
```
|
|
or if for some reason you want one that only picks the correct ground mount:
|
|
```
|
|
/click LocationMountGround
|
|
```
|
|
|
|
# Why not just use a [flyable] macro?
|
|
|
|
In TBC anniversary the flyable condition (and the related `IsFlyableArea()`
|
|
API) appears broken and returns true in many more zones than it should.
|