11-04-2015, 01:28 AM
(This post was last modified: 11-04-2015, 02:26 AM by Underwhelp.)
I actually got confused at first as well ,with the changes. I ended up rewriting the task , removed fish from displaying, forced always on and added in the reducible ones that it is missing. Seems a bit overly complicated now? No need to ever even see the fish on the GUI that I can think of, also you never really have to adjust min values fishing, for me Collectors Glove has no reason not to be active that I can think of?
I do see an input for one value relevant and that would be the min value for all reducible fish, yet they seem to still not be present the task. I tried to add it quickly like you coded the changes but it wouldn't pick it up right away , so I just used a different method.
Curious with changing the Loop values and such , why can't I just add the extra fish like this?
I do see an input for one value relevant and that would be the min value for all reducible fish, yet they seem to still not be present the task. I tried to add it quickly like you coded the changes but it wouldn't pick it up right away , so I just used a different method.
Curious with changing the Loop values and such , why can't I just add the extra fish like this?
Code:
ffxiv_task_fish.collectibles = {
{ name = AceLib.API.Items.GetNameByID(12713,47), id = "Icepick", minimum = 106 },
{ name = AceLib.API.Items.GetNameByID(12724,47), id = "Glacier Core", minimum = 310 },
{ name = AceLib.API.Items.GetNameByID(12721,47), id = "Whilom Catfish", minimum = 459 },
{ name = AceLib.API.Items.GetNameByID(12726,47), id = "Sorcerer Fish", minimum = 646 },
{ name = AceLib.API.Items.GetNameByID(12739,47), id = "Bubble Eye", minimum = 162 },
{ name = AceLib.API.Items.GetNameByID(12742,47), id = "Dravanian Squeaker", minimum = 158 },
{ name = AceLib.API.Items.GetNameByID(12767,47), id = "Warmwater Bichir", minimum = 683 },
{ name = AceLib.API.Items.GetNameByID(12768,47), id = "Noontide Oscar", minimum = 258 },
{ name = AceLib.API.Items.GetNameByID(12792,47), id = "Weston Bowfin", minimum = 376 },
{ name = AceLib.API.Items.GetNameByID(12804,47), id = "Illuminati Perch", minimum = 826 },
{ name = AceLib.API.Items.GetNameByID(12774,47), id = "Tiny Axolotl", minimum = 320 },
{ name = AceLib.API.Items.GetNameByID(12828,47), id = "Thunderbolt Eel", minimum = 813 },
{ name = AceLib.API.Items.GetNameByID(12837,47), id = "Capelin", minimum = 89 },
{ name = AceLib.API.Items.GetNameByID(12830,47), id = "Loosetongue", minimum = 2441 },
{ name = AceLib.API.Items.GetNameByID(12825,47), id = "Stupendemys", minimum = 1526 },
{ name = AceLib.API.Items.GetNameByID(12831,47), id = "Thaliak Cayman", minimum = 1 },
{ name = AceLib.API.Items.GetNameByID(12833,47), id = "Tupuxuara", minimum = 1 },
{ name = AceLib.API.Items.GetNameByID(12821,47), id = "Pteranodon", minimum = 1 },
{ name = AceLib.API.Items.GetNameByID(12802,47), id = "Caiman", minimum = 1 },
{ name = AceLib.API.Items.GetNameByID(12784,47), id = "Manasail", minimum = 1 },
{ name = AceLib.API.Items.GetNameByID(12761,47), id = "Dravanian Bass", minimum = 1 },
}