This has been asked before, but I think it might be difficult to implement... I'm no programmer, but I've tried to hack and slash in my copy of MountMe to no avail.
Tekkub (original author of MountMe) no longer reads these forums, and what once was MountMe in the Ace repository is now rebranded MountUp, but it doesn't have the feature either. Here's a topic in the old MountMe thread on this subject.
The problem could also be solved by ClosetGnome Mount - here's a discussion in the ClosetGnome thread, and another one on the same topic...
If the trinket gives you a buff, then you could use that. If not, I'd try copying and modifying the code for the Carrot on a Stick. i haven't looked at the code myself, since I dont have a druid, and I dont need this mod, so it was just a guess
Lodoran, what did you try changing in ItemSwap.lua? I just drycoded something I think should work, but I have no access to a druid of high enough level to test.
Well, I've just added "charm = 13" to itemslots on row 60, and "charm = "item:32481:%d+:%d+:%d+" " to itemstrs on row 61... but no joy. :( And as I said I'm no programmer... I just did some look-alike-hacking :P
Rabbit has said he has no plans to fix the druid trinket swaps beyond what is already in CG_Switcher, but what we really need is the same functionality that's in CG_Mount to work with the FF trinket. If there's a druid out there who is lua-savvy, I think the general gist is that we want to return to the last equipped set, rather than a predetermined "default" set like CG_Switcher does.
- added support for 'Charm of Swift Flight'
- drycoded, so let me know if it breaks things
Maybe we should start a new threat for MountUp...
Not sure how this is supposed to work with the Charm of Swift Flight but it doesn't seem to be doing anything. No errors, just the charm isn't equipped when I go into swift flight form. Regular mounting does use my riding crop.
The Charm of Swift Flight support isn't quite working for me.
Regular Mount-Trinket support (Crop/Whip) works just fine. It gets equipped when I mount up, unequipped when I dismount.
The Charm of Swift Flight is not equipped at all when I shift in.
The only time I've noticed Mountup equipping the charm was when I shifted directly into Flightform off my mount.
It doesn't unequip the Charm when I shift out of SFF, though.
Thanks.
Tekkub (original author of MountMe) no longer reads these forums, and what once was MountMe in the Ace repository is now rebranded MountUp, but it doesn't have the feature either. Here's a topic in the old MountMe thread on this subject.
The problem could also be solved by ClosetGnome Mount - here's a discussion in the ClosetGnome thread, and another one on the same topic...
For anyone interested to help, the spell and trinket are these:
Swift Flight Form
Charm of Swift Flight
Any pointers in the right direction, or even outright hand-holding towards solving this would be much appreciated.
Maybe we should start a new threat for MountUp...
Not sure how this is supposed to work with the Charm of Swift Flight but it doesn't seem to be doing anything. No errors, just the charm isn't equipped when I go into swift flight form. Regular mounting does use my riding crop.
Regular Mount-Trinket support (Crop/Whip) works just fine. It gets equipped when I mount up, unequipped when I dismount.
The Charm of Swift Flight is not equipped at all when I shift in.
The only time I've noticed Mountup equipping the charm was when I shifted directly into Flightform off my mount.
It doesn't unequip the Charm when I shift out of SFF, though.
This seems so close to working, but I have no idea what needs to be changed to fix it.