Okay I'm trying to farm Items, Sugar Beets for example, and it has separated nodes which means after I farm the first node, it will disappear and I have to move to the next position. Because the next node is not in radar of the first node.
Basically, I need to make multiple tasks for it.. But the thing is I only want the bot to farm it at a certain hour.. I tried to put "eorzeahour" on each task and it doesn't seem to work that way. It only gathers the first node and idles. It even keeps coming back to the first node after getting aggro or dying..
Here's the tasks I made
Basically, I need to make multiple tasks for it.. But the thing is I only want the bot to farm it at a certain hour.. I tried to put "eorzeahour" on each task and it doesn't seem to work that way. It only gathers the first node and idles. It even keeps coming back to the first node after getting aggro or dying..
Here's the tasks I made
Code:
[5] = {
["type"] = "botany";
["radius"] = 150;
["item1"] = "Sugar Beet";
["minlevel"] = 70;
["mapid"] = 620;
["pos"] = {
["x"] = -373.871;
["y"] = 65.926;
["z"] = -547.541;
};
["normalpriority"] = true;
["usestealth"] = true;
["gathermaps"] = false;
["dangerousarea"] = true;
["skillprofile"] = "Gathering_HQ";
["timeout"] = 750;
["eorzeaminhour"] = 11;
["eorzeamaxhour"] = 15;
};
[6] = {
["type"] = "botany";
["radius"] = 150;
["item1"] = "Sugar Beet";
["minlevel"] = 70;
["mapid"] = 620;
["pos"] = {
["x"] = -401.711;
["y"] = 96.551;
["z"] = -359.259;
};
["normalpriority"] = true;
["usestealth"] = true;
["gathermaps"] = false;
["dangerousarea"] = true;
["skillprofile"] = "Gathering_HQ";
["timeout"] = 750;
["eorzeaminhour"] = 11;
["eorzeamaxhour"] = 15;
};
[7] = {
["type"] = "botany";
["radius"] = 150;
["item1"] = "Sugar Beet";
["minlevel"] = 70;
["mapid"] = 620;
["pos"] = {
["x"] = -519.480;
["y"] = 68.380;
["z"] = -461.149;
};
["normalpriority"] = true;
["usestealth"] = true;
["gathermaps"] = false;
["dangerousarea"] = true;
["skillprofile"] = "Gathering_HQ";
["timeout"] = 750;
["eorzeaminhour"] = 11;
["eorzeamaxhour"] = 15;
};