Log in

View Full Version : [WoW] Druid Travel form and Jamba mount.



Amethystlr
02-27-2018, 12:54 PM
Is there a way to make these two work together? I could have sworn I had all my druids travel formed with Jamba before, but now it won't work for the life of me. I can set up a hotkey in Isboxer, sure.. but the mount checking in Jamba was really nice and seamless.

I poked around in the Jambamount.lua, and it seems it runs off of mount journal? I'm going to guess I'm out of luck on this one?

That, or I've been staring at the problem too hard and it's actually painfully obvious.

ebony
02-27-2018, 04:19 PM
as its not classed as a mount Really,

The problem is there noway it can work because ofc druid travel forum is a "spell" and you can not call spells from the API w/o a hardware event. so even if you looked for the spell it would error out trying to cast the spell


So really not a lot i can do about that one sorry.

JohnGabriel
02-27-2018, 04:49 PM
I think for druids to check if they were mounted you would need to use the noform:3 conditional, even though it seems to work in macros using the nomounted conditional.

ebony
02-28-2018, 08:53 AM
I think for druids to check if they were mounted you would need to use the noform:3 conditional, even though it seems to work in macros using the nomounted conditional.


macros are classed as a hardware event Addons can NOT call Hardware events!