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

Don't cast mount if in Ghost Wolf #1

Closed BalurPoco closed 2 years ago

BalurPoco commented 2 years ago

Hello,

Currently if I'm in Ghost Wolf and click Summon1/2 it cast a mount. But instead I just want to cancel the form on the first click. And cast mount only the second click (when I'm no longer in form).

I would like to request such a setting.

sfmict commented 2 years ago

Hello, you can use this macro:

/click [noform]MountsJournal_Mount
/cancelform [form]
BalurPoco commented 2 years ago

Hello, you can use this macro:

/click [noform]MountsJournal_Mount
/cancelform [form]

You're right! Thanks.

sfmict commented 2 years ago

No problem, thx for feedback :)

BalurPoco commented 2 years ago

In combat, if I mounted on ground or flying, and press the button I get into ghost wolf, but just want to dismount. Do you have a fix for this? Both macros are enabled in settings for easy cast ghost wolf if moving or in combat.

sfmict commented 2 years ago

Try this

/click [noform,nomounted]MountsJournal_Mount
/dismount [mounted]
/cancelform [form]