You may want to add multiple tasks for fish locations so you don't get the fatigue after a while and have the bot sit there and try to fish over and over.
Also make sure you change that landing location, when I first ran this profile there were like 5-6 people running the same profile. How can I tell? Because whenever the weather changed and Pips or Eels became available all the bots that were parked at the same location all teleported at the same time it looks very shady. Easily fixed though just make sure you change your location to something different than this profile's, make it your own.
Above is a revised profile that does Eels and Pips with multiple locations for each and in different fishing spots that are a bit more out of sight. It also has an alternate afk area although you (the user) should change this to truely make it your own.
If you want to use that file just copy all the contents in there save it to a new file call it Pips-Eels.lua and put it in your fish profiles folder or just download the file below with full annotations for future refrence. The pips in my file are caught with Goblin Jigs and the Eels with Stonefly Nymphs and mooch, easily changed if you want to, I did it this way for cost savings.
Ran this overnight last night, I got 126 normal quality pips 86 HQ pips and 32 collectible Eels. It also didn't stall once with a fishing fatigue message which was my ultimate goal.
Also make sure you change that landing location, when I first ran this profile there were like 5-6 people running the same profile. How can I tell? Because whenever the weather changed and Pips or Eels became available all the bots that were parked at the same location all teleported at the same time it looks very shady. Easily fixed though just make sure you change your location to something different than this profile's, make it your own.
Code:
local obj1 = {
["setup"] = {
["gearsetfishing"]= 1;
["gearsetmining"] = 3;
["gearsetbotany"] = 4;
};
["tasks"] = {
[1] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 418.09176635742;
["y"] = -48.713756561279;
["z"] = -216.56489562988;
["h"] = -3.1061675548553;
};
["whitelist"] = "Pipira Pira";
["whitelisthq"] = "Pipira Pira";
["weathernow"] = "Fog,Dust Storms,Clouds";
["usestealth"] = false;
["usemooch"] = false;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Goblin Jig";
};
[2] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 433.51525878906;
["y"] = -47.886352539063;
["z"] = -276.29364013672;
["h"] = -3.1061675548553;
};
["whitelist"] = "Pipira Pira";
["whitelisthq"] = "Pipira Pira";
["weathernow"] = "Fog,Dust Storms,Clouds";
["usestealth"] = false;
["usemooch"] = false;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Goblin Jig";
};
[3] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 403.1481628418;
["y"] = 52.910564422607;
["z"] = -757.04028320313;
["h"] = -1.3024959564209;
};
["whitelist"] = "Thunderbolt Eel";
["whitelisthq"] = "Thunderbolt Eel";
["eorzeaminhour"] = 22;
["eorzeamaxhour"] = 4;
["resetdaily"] = true;
["usestealth"] = true;
["dangerousarea"] = true;
["usecollect"] = true;
["usemooch"] = true;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Stonefly Nymph";
};
[4] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 350.79446411133;
["y"] = 52.91040802002;
["z"] = -831.84112548828;
["h"] = -1.3024959564209;
};
["whitelist"] = "Thunderbolt Eel";
["whitelisthq"] = "Thunderbolt Eel";
["eorzeaminhour"] = 22;
["eorzeamaxhour"] = 4;
["resetdaily"] = true;
["usestealth"] = true;
["dangerousarea"] = true;
["usecollect"] = true;
["usemooch"] = true;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Stonefly Nymph";
};
[1000] = {
["type"] = "fishing";
["radius"] = 1;
["minlevel"] = 1;
["mapid"] = 129;
["pos"] = {
["x"] = -266.66412353516;
["y"] = 16;
["z"] = 42.529888153076;
};
};
};
}
return obj1
Above is a revised profile that does Eels and Pips with multiple locations for each and in different fishing spots that are a bit more out of sight. It also has an alternate afk area although you (the user) should change this to truely make it your own.
If you want to use that file just copy all the contents in there save it to a new file call it Pips-Eels.lua and put it in your fish profiles folder or just download the file below with full annotations for future refrence. The pips in my file are caught with Goblin Jigs and the Eels with Stonefly Nymphs and mooch, easily changed if you want to, I did it this way for cost savings.
Ran this overnight last night, I got 126 normal quality pips 86 HQ pips and 32 collectible Eels. It also didn't stall once with a fishing fatigue message which was my ultimate goal.