MMOMinion
[Request] Use Specific Mount Tool - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110)
+---- Thread: [Request] Use Specific Mount Tool (/showthread.php?tid=4923)



[Request] Use Specific Mount Tool - iDownload - 11-12-2013

I'd like to request a tool that lets you use a specific mount other than the default chocobo

Thanks
+Rep


RE: [Request] Use Specific Mount Tool - ferenz - 11-12-2013

I've designed this to be very easy to do. In ffxiv_core_helpers.lua there are two functions Mount() and Dismount(). You could easily overwrite or hook these functions to change the mount action thats being cast. Feel free to speak up if you have other questions.


RE: [Request] Use Specific Mount Tool - Bottle - 11-13-2013

im a programming noob so is there a copy+paste option so that it cast Magitek? Or particularly replace which alphabets or numbers in the file?


RE: [Request] Use Specific Mount Tool - Ciccio1982 - 11-17-2013

Same request, at the moment I dont have a chocobo but a coeurl. I opened the ffxiv_helpers.lua with notepad and I see that over the mount part:

local mounts = ActionList("type=13")

I suppose 13 is the number reffered to chocobo. Is there a way I can find other mounts refer numbers like coeurl? Thx


RE: [Request] Use Specific Mount Tool - Cichard - 11-17-2013

you cant use the coeurl if youd ont have a chocobo... you have to do the quest to get a chocobo before you can use the coeurl or any other mount.


RE: [Request] Use Specific Mount Tool - ianpb74 - 11-20-2013

(11-17-2013, 10:19 AM)Ciccio1982 Wrote:  Same request, at the moment I dont have a chocobo but a coeurl. I opened the ffxiv_helpers.lua with notepad and I see that over the mount part:

local mounts = ActionList("type=13")

I suppose 13 is the number reffered to chocobo. Is there a way I can find other mounts refer numbers like coeurl? Thx

Any update on this matter?
Cheers


RE: [Request] Use Specific Mount Tool - wildicedemon - 11-22-2013

I have added this functionality to my module.
http://mmominion.com/Thread-Module-Specific-Hunting-V-1-93-Mount-Select-Chocobo-Companion