MMOMinion

Full Version: Bot walks back and forth
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1.windows 8.1
2.avast
3.c:/mmominion
4.nope
5.installed it to get the video but didnt use it the first time this happend
6.yep
7.yep
8.attach button
9.nope

Sometimes when farming unspoiled nodes in Mor Dhona it will go half way to it then just walk back and forth. Any ideas on whats causing it to do it? Got a video of it doing it. Tried changing cords and everything nothing seems to work.

edited post
you should post your profile and show what tasks its trying to do and swapping between.
(03-21-2016, 05:03 PM)sebbs Wrote: [ -> ]you should post your profile and show what tasks its trying to do and swapping between.

[1] = {
["type"] = "mining";
["radius"] = 200;
["item1"] = "Black Alumen";
["minlevel"] = 26;
["mapid"] = 153;
["pos"] = {
["x"] = 330;
["y"] = -1;
["z"] = 50;
};
["usestealth"] = false;
["gathermaps"] = false;
["skillprofile"] = "None";
["condition"] = {
["ItemCount(2) < 9950"] = true;
};
["complete"] = {
["ItemCount(2) <= 9950"] = false;
};
};
[2] = {
["type"] = "mining";
["radius"] = 150;
["item1"] = "Darksteel Ore";
["minlevel"] = 46;
["mapid"] = 155;
["pos"] = {
["x"] = 276;
["y"] = 297;
["z"] = -83;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 1;
["eorzeamaxhour"] = 3;
["skillprofile"] = "Ore 1";
["dangerousarea"] = true;
["condition"] = {
["ItemCount(14) < 9950"] = true;
};
["complete"] = {
["ItemCount(14) <= 9950"] = false;
};
};
[3] = {
["type"] = "mining";
["radius"] = 150;
["item1"] = "Gold Ore";
["minlevel"] = 46;
["mapid"] = 145;
["pos"] = {
["x"] = 337;
["y"] = 13;
["z"] = 6;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 9;
["eorzeamaxhour"] = 12;
["skillprofile"] = "Ore 1";
["dangerousarea"] = true;
["condition"] = {
["ItemCount(14) < 9950"] = true;
};
["complete"] = {
["ItemCount(14) <= 9950"] = false;
};
};
[4] = {
["type"] = "mining";
["radius"] = 500;
["item1"] = "Grade 4 Carbonized Matter";
["minlevel"] = 46;
["mapid"] = 156;
["pos"] = {
["x"] = 274;
["y"] = -5;
["z"] = -532;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 13;
["eorzeamaxhour"] = 16;
["skillprofile"] = "Carb Matter 4";
["dangerousarea"] = true;
["condition"] = {
["ItemCount(14) < 9950"] = true;
};
["complete"] = {
["ItemCount(14) <= 9950"] = false;
};
};
[5] = {
["type"] = "mining";
["radius"] = 500;
["item1"] = "Grade 4 Carbonized Matter";
["minlevel"] = 46;
["mapid"] = 156;
["pos"] = {
["x"] = 274;
["y"] = -5;
["z"] = -532;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 20;
["skillprofile"] = "Carb Matter 4";
["dangerousarea"] = true;
["condition"] = {
["ItemCount(14) < 9950"] = true;
};
["complete"] = {
["ItemCount(14) <= 9950"] = false;
};
};
[6] = {
["type"] = "mining";
["radius"] = 500;
["item1"] = "Grade 4 Carbonized Matter";
["minlevel"] = 46;
["mapid"] = 156;
["pos"] = {
["x"] = 274;
["y"] = -5;
["z"] = -532;
};
["highpriority"] = true;
["usestealth"] = true;
["resetdaily"] = true;
["eorzeaminhour"] = 21;
["eorzeamaxhour"] = 0;
["skillprofile"] = "Carb Matter 4";
["dangerousarea"] = true;
["condition"] = {
["ItemCount(14) < 9950"] = true;
};
["complete"] = {
["ItemCount(14) <= 9950"] = false;
};
what tasks does it swap between when it turns around and runs home?
(03-21-2016, 11:58 PM)sebbs Wrote: [ -> ]what tasks does it swap between when it turns around and runs home?

what do u mean by tasks? Skill profile?
no. in the gathering interface it says what task it is currently doing.

by the sounds of it it is swapping between tasks.

you should also remove the complete conditions.

they arnt required for timed nodes.