MMOMinion

Full Version: mingp isn't often working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, I have a problem with new gatherer bot
bot does not wait for gp sometimes

for example, I need to take silkworm cocoons after darksteel ore, so bot should wait for gp with this setting
but it's not otten working, but it works sometimes.

-not working-
bot seems to click node immidately after bot uses cordial
-working-
just waiting for gp 550, it's fine :D

is there any way to fix this problem?
I'm sorry for bad English

[1] = {
["minlevel"] = 46;
["maxlevel"] = 60;
["mapid"] = 155;
["pos"] = {
["x"] = 291.50;
["y"] = 303.62;
["z"] = -86.74;
["h"] = 2.23;
};
["type"] = "mining";
["skillprofile"] = "Unspoiled KF2+5%";
["mingp"] = 550;
["whitelist"] = "5";
["item1"] = "Darksteel Ore";
["radius"] = 100;
["eorzeaminhour"] = 1;
["eorzeamaxhour"] = 4;
["usestealth"] = true;
["resetdaily"] = true;
["highpriority"] = true;
};
[2] = {
["minlevel"] = 46;
["maxlevel"] = 60;
["mapid"] = 152;
["pos"] = {
["x"] = 11.49;
["y"] = -6.65;
["z"] = 241.54;
["h"] = 2.71;
};
["type"] = "botany";
["skillprofile"] = "B_Unspoiled KF2+5%";
["mingp"] = 550;
["whitelist"] = "8";
["item1"] = "Silkworm Cocoon";
["radius"] = 100;
["eorzeaminhour"] = 1;
["eorzeamaxhour"] = 4;
["usestealth"] = true;
["resetdaily"] = true;
["normalpriority"] = true;
["usecordials"] = true;
};