MMOMinion
Blue scrips - 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: Blue scrips (/showthread.php?tid=14506)



Blue scrips - onipuntaro - 11-07-2015

Hey guys, just wanted to post the profile I use to gather Blue's. I have a lvl 60 fisher with 473 gathering and 372 perception.
You need level 56 for the Warmwater Bichir's, and lvl 59 for the Illuminati perch.
It idles for about 15 minutes out of every eorzean day because I made this to run while I am sleeping. It filled up in about 6 hours (I sleep for 5-6 hours each night).

Feel free (of course) to add what ever you want to it. It idles in Idyllshire.

Edit1: I edited in the code so that you didnt have to download it.
Edit2: I added in stats and levels.

local obj1 = {
["setup"] = {
["gearsetfishing"]= 17;
["gearsetmining"] = 3;
["gearsetbotany"] = 4;
};

["tasks"] = {
[4] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["pos"] = {
["x"] = 0.68111175298691;
["y"] = -131.62728881836;
["z"] = 508.79400634766;
["h"] = -1.3934655189514;
};
["whitelist"] = "Warmwater Bichir";
["whitelisthq"] = "Warmwater Bichir";
["eorzeaminhour"] = 20;
["eorzeamaxhour"] = 3;
["resetdaily"] = true;
["usestealth"] = false;
["usecollect"] = true;
["usemooch"] = true;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Purse Web Spider";
["usecollect"] = true;
};

[5] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 399;
["pos"] = {
["x"] = -44.963283538818;
["y"] = 100.43641662598;
["z"] = -145.09519958496;
["h"] = 1.1994332075119;
};
["whitelist"] = "Illuminati Perch";
["whitelisthq"] = "Illuminati Perch";
["eorzeaminhour"] = 3;
["eorzeamaxhour"] = 15;
["usestealth"] = false;
["usemooch"] = false;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Goblin Jig";
["usecollect"] = true;
};

[1000] = {
["type"] = "fishing";
["radius"] = 1;
["minlevel"] = 1;
["mapid"] = 478;
["pos"] = {
["x"] = 62.818084716797;
["y"] = 205.42239379883;
["z"] = 29.928173065186;
};
};

};
}
return obj1



RE: Blue scrips - zeleniy - 11-11-2015

Goblin Jig is much better for catching Illuminati Perch. Once you have enough you can use Brute Leech which has something like 50% catch rate on IP. I always use about 4-5 stacks of Brute Leech in order to fill up my inventory with IP fast.


RE: Blue scrips - cosmos - 11-12-2015

Is collectable working for you guys after update?


RE: Blue scrips - onipuntaro - 11-12-2015

(11-12-2015, 05:30 PM)cosmos Wrote:  Is collectable working for you guys after update?

No. i let it run for an hour, to test it, and all I am catching are HQ's.


RE: Blue scrips - raven - 01-10-2016

For some reason I get stuck in Drav forelands at the aetheryte.Any idea how I can fix it?