MMOMinion
Fishing issue - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Fish Profiles (https://www.mmominion.com/forumdisplay.php?fid=180)
+---- Thread: Fishing issue (/showthread.php?tid=14787)



Fishing issue - wilsoncheng - 11-28-2015

I had been running this simple fishing profile for sometimes, but all of the sudden looks like it crashed... i am still able to run to the correct spot but it doesn't start fishing anymore. Can I ask any expertee here could help me take a quick look on this?

local obj1 = {
["tasks"] = {
[1] = {
["minlevel"] = 1;
["maxlevel"] = 60;
["mapid"] = 402;
["pos"] = {
["x"] = -807.13928222656;
["y"] = -35.524585723877;
["z"] = 641.36822509766;
["h"] = 0.31992816925049;
};
["usemooch"] = true;
["usepatience"] = false;
["usepatience2"] = true;
["usesnagging"] = false;
["usecollect"] = true;
["usechum"] = false;
["baitname"] = "Brute Leech";
["maxtime"] = 30000;
};

};
}
return obj1


RE: Fishing issue - kingpin1432 - 11-28-2015

iirc, sebbs posted its a fishing module issue. Ace knows about he said in the Fishing 1-50 thread.


RE: Fishing issue - wilsoncheng - 11-28-2015

Many thanks dude, I shall check that out on another post.