10-06-2013, 01:07 AM
(10-05-2013, 10:57 PM)cimy Wrote: .cfg files for the Mining/Botanist list.
Just extract it in \LuaMods\ffxivminion\ and override "ffxiv_gather_manager.lua" (backup is included).
It'll also add a new folder named "GatheringItems", it includes "BotanyItems.cfg" and "MiningItems.cfg" just change/add/remove names from the list and reload the lua modules InGame.
If u want the original version back:
- delete "ffxiv_gather_manager.lua"
- delete the folder "GatheringItems"
- rename "ffxiv_gather_managerOrg.lua" to "ffxiv_gather_manager.lua"
I've only tested it with Botany so far, it's a quick fix till we get a proper fix.
Also if u don't trust me don't use it.
//edit
just noticed I can't attach 7z files ... download here then ...
Thanks for the help, unfortunately with the beta process those lua files are going to be outdated extremely quickly and our autoupdater is doing to delete your modified gather_manager.lua as soon as we release new code. If you want to add a modification its better to write your own lua module that exists outside of our code base so that it won't get overwritten when we update. You can easily hook our functions so that they call your functions rather than ours if you want to modify our behavior without having to deal with the autoupdater screwing up your changes.