MountsJournal

MountsJournal

294k Downloads

Modifiers, summoning macros

puppysnuff opened this issue ยท 1 comments

commented

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)

commented

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