12-28-2014, 07:45 PM
[size=xlarge]BigFishHelper[/size]
I've been working on an add-on to help with the big fish fishing, managing the various windows to get the Ironworks Rod. It's a work in progress, but I have the first release here to at least test the data set of the fish and their windows.
The add-on as is has all the data for growth, including all the xyzh of all the fishing holes.
Ex.
[5] = {
["zoneName"] = "Rogue River";
["mapId"] = "134";
["x"] = -0.5772184134;
["y"] = 42.26242828;
["z"] = 49.83128738;
["h"] = 1.935728192;
["needsStealth"] = false;
["fishIDs"] = "7679";
};
And all the relevant information about the fish
Ex.
[8768] = {
["fishName"] = "Helicoprion";
["fishId"] = 8768;
["holeId"] = 88;
["baitName"] = "Sand Leech";
["baitId"] = 2600;
["isBaitLure"] = false;
["isMooch"] = true;
["moochIds"] = "5035";
["needsFishersIntuition"] = false;
["start"] = 8;
["end"] = 19;
["previousWeather"] = "Overcast;Fog";
["weather"] = "Heatwave";
["minGathering"] = 399;
["skip"] = false;
};
Current functionality
-Gathers weather information from http://en.ff14angler.com/skywatcher/
-Matches time against weather to display a list of the currently fishable fish.
Proposed functionality
-Filtering fish by bait in inventory
-Clicking fish will equip bait and go to the fishing hole
-Automated option for AFK fishing.
I've been working on an add-on to help with the big fish fishing, managing the various windows to get the Ironworks Rod. It's a work in progress, but I have the first release here to at least test the data set of the fish and their windows.
The add-on as is has all the data for growth, including all the xyzh of all the fishing holes.
Ex.
[5] = {
["zoneName"] = "Rogue River";
["mapId"] = "134";
["x"] = -0.5772184134;
["y"] = 42.26242828;
["z"] = 49.83128738;
["h"] = 1.935728192;
["needsStealth"] = false;
["fishIDs"] = "7679";
};
And all the relevant information about the fish
Ex.
[8768] = {
["fishName"] = "Helicoprion";
["fishId"] = 8768;
["holeId"] = 88;
["baitName"] = "Sand Leech";
["baitId"] = 2600;
["isBaitLure"] = false;
["isMooch"] = true;
["moochIds"] = "5035";
["needsFishersIntuition"] = false;
["start"] = 8;
["end"] = 19;
["previousWeather"] = "Overcast;Fog";
["weather"] = "Heatwave";
["minGathering"] = 399;
["skip"] = false;
};
Current functionality
-Gathers weather information from http://en.ff14angler.com/skywatcher/
-Matches time against weather to display a list of the currently fishable fish.
Proposed functionality
-Filtering fish by bait in inventory
-Clicking fish will equip bait and go to the fishing hole
-Automated option for AFK fishing.