sfmict / MountsJournal_Classic

Addon makes it possible to sort mounts on waterfowl, flying, ground and allows to use in suitable conditions (random mount summoning).
Apache License 2.0
1 stars 1 forks source link

Update generated macros to fallback to ground mount in Dalaran. #9

Closed rudiad closed 1 year ago

rudiad commented 1 year ago

Environment

Not sure if you can't do this because you are running up against character limits in your generated macros.

It would be great if your macros could handle falling back to a default ground mount for the Dalaran use case.

/castrandom [flyable, nomounted]  Black Proto-Drake
/castrandom [nomounted] Swift White Hawkstrider

This allows a single key press to mount up in any situation (obviously not accounting for the larger complexities you are checking for when building your macros.

sfmict commented 1 year ago

Hello, I can't change the conditions for the default blizz commands, if that's what you mean. This addon checks for this already in its macros.

rudiad commented 1 year ago

I think its not about checking conditions, because Dalaran has broken conditions. It's about having a redundant non-flying fallback as the last line of any generated macro in order to correct for the incorrect conditions in Dalarn. But its no big deal was just curious.

sfmict commented 1 year ago

I didn't fully understand what do you want from me? The code of these conditions is scattered across different functions, so even if collected, it is unlikely to fit in 255 characters.

rudiad commented 1 year ago

Its all good. I can just close this enhancement request. I was hoping to get one of your macros that correctly works in Dalaran instead of needing to use two separate ones.