03-14-2016, 11:30 AM
(This post was last modified: 03-14-2016, 11:54 AM by BeardedEagle.)
This is the profile I'm currently using for fishing.
Tried using it just before posting and it flew back and forth between 3 and 4 the whole time.
Edit: After dicking around with the profile it looks like taking out ["maxtime"] = 30000; fixed it for now. I'll test it longer and see how it goes.
Code:
local obj1 = {
["setup"] = {
["gearsetmining"] = 14;
["gearsetbotany"] = 10;
["gearsetfishing"]= 9;
};
["tasks"] = {
[1] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 400;
["pos"] = {
["x"] = -103.4115524292;
["y"] = -42.41520690918;
["z"] = 917.88110351563;
["h"] = 0.2081093788147;
};
["eorzeaminhour"] = 9;
["eorzeamaxhour"] = 17;
["resetdaily"] = true;
["usestealth"] = false;
["usecollect"] = true;
["usemooch"] = true;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Giant Crane Fly";
["maxtime"] = 30000;
};
[2] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 409.0119934082;
["y"] = 58.429161071777;
["z"] = -858.74719238281;
["h"] = 1.152063369751;
};
["eorzeaminhour"] = 18;
["eorzeamaxhour"] = 21;
["resetdaily"] = true;
["usestealth"] = true;
["usecollect"] = true;
["dangerousarea"] = true;
["usemooch"] = true;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Stonefly Nymph";
["maxtime"] = 30000;
};
[3] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 435.93597412109;
["y"] = -48.383674621582;
["z"] = -243.62452697754;
["h"] = 3.1259171962738;
};
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 6;
["weathernow"] = "Fog,Dust Storms,Clouds";
["usestealth"] = true;
["usecollect"] = true;
["dangerousarea"] = true;
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Brute Leech";
["maxtime"] = 30000;
};
[40] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 303.10452270508;
["y"] = -26.253890991211;
["z"] = -581.67541503906;
["h"] = 1.407283782959;
};
["weathernow"] = "Fog,Dust Storms,Clouds";
["lowpriority"] = true;
["usestealth"] = false;
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Bladed Steel Jig";
["maxtime"] = 30000;
};
[1000] = {
["type"] = "fishing";
["radius"] = 60;
["minlevel"] = 1;
["mapid"] = 418;
["pos"] = {
["x"] = -67.712043762207;
["y"] = 8.1133041381836;
["z"] = 53.753650665283;
};
["lowpriority"] = true;
};
};
}
return obj1
Tried using it just before posting and it flew back and forth between 3 and 4 the whole time.
Edit: After dicking around with the profile it looks like taking out ["maxtime"] = 30000; fixed it for now. I'll test it longer and see how it goes.