07-20-2017, 04:57 PM
(07-20-2017, 01:09 PM)geneticdoom Wrote: ...
Your ginger code seems wonky.
["tasks"] = {
[1] = {
["type"] = "botany";
["radius"] = 300;
["item1"] = "Jhamemel Ginger";
["minlevel"] = 70;
["mapid"] = 621;
["pos"] = {
["x"] = -766.50885009766;
["y"] = 97.362251281738;
["z"] = -654.81921386719;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 4;
["eorzeamaxhour"] = 6;
["mingp"] = 600;
["skillprofile"] = "Gathering_Blue";
["unspoiled"] = true;
["collectables"] = {
["Torreya Log"] = 450;
};
};
Should be
["collectables"] = {
["Jhamemel Ginger"] = 470;
};
if memory serves.
Side question, do you have to add the collectable to the bot or does its inclusion in the lua take care of that?