Here's a replacement for ffxiv_task_fish.lua that let's you target a single fish.
Rename it ffxiv_task_fish.lua and put in LuaMods\ffxivminion\ - backup old file - updater will overwrite this if you run it or have it auto-update.
Do a diff on the code to see what I added.
Adds a GUI element for the fish you want - add " (HQ)" on the end (minus the quotes) if you only want to target HQ.
Will release fish not matching that one fish.
Probably buggy, post feedback here and I'll see what I can do.
:)
Update 1/18/2015 - ffxiv_task_fish.v3.txt
- Added TargetFish GUI group in Fish window
- Added Enabled/Disabled Checkbox
- Added ability for multiple fish (comma separated list)
- Cleaned up code - still logs keep/releases to console
Update 1/18/2015 - ffxiv_task_fish.v4.txt
- Removed Checkbox GUI
- Renamed Targeted Fish -> Item Priority - to match other gathering GUI elements
- Removed TargetFish GUI group - Item Priority back under Settings group
- Added level check for Release action
- Saves settings between sessions
- Fixed spacing issues in CSV list - can have spaces in beginning or end of fish now without issue.
- Fixed typecase - can have upper/lower case now without issue
- Added "Item Priority" to fishing markers and integrated their use - CSV list of wanted fish
---- BEWARE, this will modify all your navigation .info files where you fish - BE WARNED - NOT TESTED FULLY
---- Is this really needed with the ability to put multiple fish in the main window? I wonder, may be removed... I don't like messing with all the .info files...
Update 1/18/2015 - ffxiv_task_fish.v5.txt
- bug fix
Update 1/19/2015 - ffxiv_task_fish.v6.txt
- bug fix
- clean up
Open items:
- Utilize languages.lua to make languages better
- Ability to catch maps/type
- Fix edge cases
--- Stopping fishing does not evaluate catch
--- Others...
Rename it ffxiv_task_fish.lua and put in LuaMods\ffxivminion\ - backup old file - updater will overwrite this if you run it or have it auto-update.
Do a diff on the code to see what I added.
Adds a GUI element for the fish you want - add " (HQ)" on the end (minus the quotes) if you only want to target HQ.
Will release fish not matching that one fish.
Probably buggy, post feedback here and I'll see what I can do.
:)
Update 1/18/2015 - ffxiv_task_fish.v3.txt
- Added TargetFish GUI group in Fish window
- Added Enabled/Disabled Checkbox
- Added ability for multiple fish (comma separated list)
- Cleaned up code - still logs keep/releases to console
Update 1/18/2015 - ffxiv_task_fish.v4.txt
- Removed Checkbox GUI
- Renamed Targeted Fish -> Item Priority - to match other gathering GUI elements
- Removed TargetFish GUI group - Item Priority back under Settings group
- Added level check for Release action
- Saves settings between sessions
- Fixed spacing issues in CSV list - can have spaces in beginning or end of fish now without issue.
- Fixed typecase - can have upper/lower case now without issue
- Added "Item Priority" to fishing markers and integrated their use - CSV list of wanted fish
---- BEWARE, this will modify all your navigation .info files where you fish - BE WARNED - NOT TESTED FULLY
---- Is this really needed with the ability to put multiple fish in the main window? I wonder, may be removed... I don't like messing with all the .info files...
Update 1/18/2015 - ffxiv_task_fish.v5.txt
- bug fix
Update 1/19/2015 - ffxiv_task_fish.v6.txt
- bug fix
- clean up
Open items:
- Utilize languages.lua to make languages better
- Ability to catch maps/type
- Fix edge cases
--- Stopping fishing does not evaluate catch
--- Others...