Instant-cast mounts should take priority over falling protection
mbattersby opened this issue ยท 3 comments
https://www.curseforge.com/wow/addons/litemount?comment=1563
Hello, this is probably low priority, but during the event of Hallow's End (Halloween), could the default options set the Magic Broom to be higher priority than Levitate, Zen Flight, etc., in areas that allow for flying? Currently, when I jump off places, Litemount will prioritize using those class abilities over the broom, and it's slightly annoying. Would be a nice minor QOL change.
Thank you!
Fixed in 92e5224
This is my current best guess but need to check it against Flight Form.
LeaveVehicle
Dismount [nofalling]
CopyTargetsMount
ApplyRules
Limit [mod:shift,nosubmerged,flyable] RUN,~FLY
Limit [mod:shift,submerged] -SWIM
SmartMount
IF [falling]
# Slow Fall, Levitate, Zen Flight, Glide, Flap
Spell 130, 1706, 125883, 131347, 164862
# Hearty Dragon Plume, Rocfeather Skyhorn Kite
Use 182729, 131811
# First dismount is [nofalling]
Dismount
END
Macro