MMOMinion

Full Version: Request for a simple gathering skill profile and a complex gathering profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for a really simple profile for use with unspoiled nodes that uses King's Yield2, Unearth1 and Sharp Vision 1. I am also looking for the botanist equivalents.

I would also appreciate any links to a very simple understanding of lua making for the purpose of unspoiled gathering. I have been reading tons of things on this site and found some but none that offer exactly what I am looking for. I have been using some of the profiles i found in dropbox and trying to edit them to what i need in notepad++ but it gets very overwhelming really fast.

I am also looking for a much more complex profile(that some of you probably already use) that I am willing to pay for.

I am looking for a gathering profile that gathers these items 

1am darksteel ore(no gp use)(low priority)
1am meteorite(kings yield 2/unearth1/sharpvision1)(i understand this is a skill profile separate from gathering profile)
1am smithsonite(i would like to know how to have both in the profile but turn one off when i want the other item)
3am lumythrite ore(no gp use)(low priority)
4am luminium ore(skill profile use)(high priority)
5am grade 3 than soul-dark matter cluster(second)-water cluster(last)(toil profile if needed)
6am zeolite ore(skill profile use)(high priority)
6am grade 3 shroud soil-dark matter cluster(second)-none third
7am bamboo stick
9am gold ore(skill profile use)
9am pricky pineapple seeds
11am adamantite ore(no gp use)
12pm star cotton boll(skill profile use)
3pm crystallized sap(skill profile use)
3pm old growth camphorwood(skill profile use)(need to know how to switch between the 2 when I need different item)
7pm dravanian paprika(skill profile use)
9pm trillium bulb(skill profile use)
11pm adamantite ore(no gp use)

i need a profile that includes the duplicate items like crystallized sap and old growth logs but to be able to turn one of them off when i want the alternating item. I would also like this profile to put items i really need/want above others such as i want it to gather the 6am zeolite ore before it goes off to gather the 5am than soil. Also if it thinks it will miss the 4am luminium i want it to skip 3am lumythrite if that is possible. I also need the profile to use stealth when appropriate and other normal things most profiles use.
I appreciate any help and again I am willing to pay for the gathering profile if need be just to make things easier on me and to reward you for your time spent.
This is what I have so far for my gather profile but when I go to use it the bot does not move at all any ideas? The bot recognizes my lua saved to the gather profile folder but it does not go anywhere. I have it saved in minion>lua>gatherprofiles 

local obj1 = {
["setup"] = {
["gearsetmining"] = 3;
["gearsetbotany"] = 5;
};
["tasks"] = {
                -- Teak Log @ 6PM
--[[]
[1] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 399;
["pos"] = {
["x"] = -702;
["y"] = 186;
["z"] = 307.7;
["h"] = -0.3;
};
["type"] = "botany";
["item1"] = "Teak Log";
["mingp"] = 400;
["eorzeaminhour"] = 18;
["eorzeamaxhour"] = 19;
["skillprofile"] = "Gathering_HQ";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
}

-- Noble Sage @ 8PM
[2] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 398;
["pos"] = {
["x"] = 594;
["y"] = -17;
["z"] = 318.7;
["h"] = -0.2;
};
["type"] = "botany";
["item1"] = "Noble Sage";
["mingp"] = 400;
["eorzeaminhour"] = 20;
["eorzeamaxhour"] = 21;
["skillprofile"] = "Gathering_HQ";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
}
--]]
-- Luminium ore @ 4am
[3] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 402;
["pos"] = {
["x"] = -840;
["y"] = 72;
["z"] = -291;
["h"] = 0.4;
};
["type"] = "mining";
["item1"] = "Luminium Ore";
["mingp"] = 400;
["eorzeaminhour"] = 4;
["eorzeamaxhour"] = 5;
["skillprofile"] = "ABNIKKI1";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
};
-- Zeolite Ore @ 6AM
[4] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 399;
["pos"] = {
["x"] = -331;
["y"] = 158;
["z"] = 381.7;
["h"] = 0.5;
};
["type"] = "mining";
["item1"] = "Zeolite Ore";
["mingp"] = 400;
["eorzeaminhour"] = 6;
["eorzeamaxhour"] = 7;
["skillprofile"] = "ABNIKKI1";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
};
-- Tungsite @ 8am
--[[]
[5] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 397;
["pos"] = {
["x"] = -604;
["y"] = 129;
["z"] = -668.7;
["h"] = -0.3;
};
["type"] = "mining";
["item1"] = "Tungstite";
["mingp"] = 400;
["eorzeaminhour"] = 8;
["eorzeamaxhour"] = 9;
["skillprofile"] = "Gathering_HQ";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
};
--]]
--  Star Cotton Boll @ 12pm

[8] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 400;
["pos"] = {
["x"] = -662.49;
["y"] = 277.69;
["z"] = -643.21;
["h"] = -2.00;
};
["type"] = "botany";
["item1"] = "Crystallized Sap";
["mingp"] = 650;
["eorzeaminhour"] = 15;
["eorzeamaxhour"] = 16;
["skillprofile"] = "ABNIKKI1";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
};
[9] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 400;
["pos"] = {
["x"] = -662.49;
["y"] = 277.69;
["z"] = -643.21;
["h"] = -2.00;
};
["type"] = "botany";
["item1"] = "Old-growth Camphorwood Log";
["mingp"] = 650;
["eorzeaminhour"] = 15;
["eorzeamaxhour"] = 16;
["skillprofile"] = "ABNIKKI1";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = true;
["timeout"] = 7000;
}
[10] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 140;
["pos"] = {
["x"] = -109.50;
["y"] = 48.30;
["z"] = 342.71;
["h"] = -1.27;
};
["type"] = "mining";
["item1"] = "Grade 3 Thanalan Topsoil";
["item2"] = "Dark Matter Cluster";
["item3"] = "Water Cluster";
["mingp"] = 300
["eorzeaminhour"] = 5;
["eorzeamaxhour"] = 8;
["skillprofile"] = "Toil";
["resetdaily"] = true;
["highpriority"] = false;
["unspoiled"] = true;
["usestealth"] = false;
["timeout"] = 7000;
};
[11] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 153;
["pos"] = {
["x"] = -232.88;
["y"] = 0.57;
["z"] = 432.82;
["h"] = -0.35;
};
["type"] = "mining";
["item1"] = "Grade 3 Shroud Topsoil";
["item2"] = "Dark Matter Cluster";
["mingp"] = 300
["eorzeaminhour"] = 6;
["eorzeamaxhour"] = 9;
["skillprofile"] = "Toil";
["resetdaily"] = true;
["highpriority"] = false;
["unspoiled"] = true;
["usestealth"] = false;
["timeout"] = 7000;
};
[12] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 145;
["pos"] = {
["x"] = 331.43;
["y"] = 11.99;
["z"] = -7.73;
["h"] = 0.52;
};
["type"] = "mining";
["item1"] = "Gold Ore";
["mingp"] = 300
["eorzeaminhour"] = 9;
["eorzeamaxhour"] = 12;
["skillprofile"] = "ABNIKKI1";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = false;
["timeout"] = 7000;
};
[13] = {
["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 300;
["mapid"] = 139;
["pos"] = {
["x"] = 402.14;
["y"] = -3.05;
["z"] = 163.75;
["h"] = -0.91;
};
["type"] = "botany";
["item1"] = "Bamboo Stick";
["mingp"] = 300
["eorzeaminhour"] = 7;
["eorzeamaxhour"] = 10;
["skillprofile"] = "";
["resetdaily"] = true;
["highpriority"] = true;
["unspoiled"] = true;
["usestealth"] = false;
["timeout"] = 7000;
};
-- Bot idle in limsa
[1000] = {
["type"] = "botany";
["radius"] = 1;
["minlevel"] = 1;
["mapid"] = 129;
["pos"] =  {
["x"] = -96.813064575195;
["y"] = 18.60033416748;
["z"] = 1.4103310108185;
};
["lowpriority"] = true;
};




};
}
return obj1
There are a few problems with the code. I'll attach a fix once I go through it.
First is most of your "["mingp"] = 300" are missing ; so "["mingp"] = 300;"
Second is that some of your } are missing ; make sure they all have }; unless its the last one to fully close.
I have cleaned your code up a little and will attach it below. If you need any help or have questions let me know.
Also I'd consider building off my profile for the new 3.4 node stuff seems they spawn so far apart and you cant get them with just one task.
(10-15-2016, 12:41 AM)HusbandoMax Wrote: [ -> ]There are a few problems with the code. I'll attach a fix once I go through it.
First is most of your "["mingp"] = 300" are missing ; so "["mingp"] = 300;"
Second is that some of your } are missing ; make sure they all have }; unless its the last one to fully close.
I have cleaned your code up a little and will attach it below. If you need any help or have questions let me know.
Also I'd consider building off my profile for the new 3.4 node stuff seems they spawn so far apart and you cant get them with just one task.

hi and thanks i will try that in a sec to see if it can get the bot to move. I intentionally left a few nodes open with the --[[ thing it showed in the tutorial video because those are nodes i do not wish to go to. I actually did use your lua to build off for all of my nodes :)

I still do not have a skill profile that does what i want and from the ones i have been told to change to my liking they are so complicated with more than 30 lines per a skill that dont make any sense. Thank you for all your help.
got it
Sebbs gathering profile does most work of what you mentioned. You can find it in the store