sfmict / MountsJournal

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
6 stars 1 forks source link

Modifiers, summoning macros #5

Closed puppysnuff closed 2 months ago

puppysnuff commented 3 years ago

Would it be possible to allow a modifier to change behavior?

Specifically, I'd like the ability to right-click for Grand Expedition Yak (or Ctrl-click, etc)

sfmict commented 3 years ago

You can create your own macro for this

/click [nomod:ctrl]MountsJournal_Mount
/cast [mod:ctrl]MountName

or

/click [btn:1]MountsJournal_Mount
/cast [btn:2]MountName

or

/click [btn:1][nomod:ctrl]MountsJournal_Mount
/cast [btn:2][mod:ctrl]MountName