01-18-2022, 03:42 AM
(This post was last modified: 01-18-2022, 03:43 AM by QuakeDragon.)
Ran into one issue when gathering earth shards. At step 3, the bot kept trying to land on a rock that cannot be landed on. So I made this change to correct it, and it seems to work
[3] = {
["minlevel"] = 61;
["maxlevel"] = 99;
["mapid"] = 154;
["radius"] = 20;
["pos"] = {
["x"] = 230.709; -- changed from 238.589 to 230.709
["y"] = -11.639; -- changed from -12.440 to -11.639
["z"] = 73.862; -- changed from 78.733 to 73.862
["h"] = 0.630; -- changed from 0.369 to 0.630
};
["type"] = "mining";
["item1"] = "Earth Shard";
["condition"] = {
["ItemCount(5) <= 3000"] = true;
};
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = false;
["dangerousarea"] = false;
["usestealth"] = false;
["unspoiled"] = false;
["timeout"] = 180;
};
[3] = {
["minlevel"] = 61;
["maxlevel"] = 99;
["mapid"] = 154;
["radius"] = 20;
["pos"] = {
["x"] = 230.709; -- changed from 238.589 to 230.709
["y"] = -11.639; -- changed from -12.440 to -11.639
["z"] = 73.862; -- changed from 78.733 to 73.862
["h"] = 0.630; -- changed from 0.369 to 0.630
};
["type"] = "mining";
["item1"] = "Earth Shard";
["condition"] = {
["ItemCount(5) <= 3000"] = true;
};
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = false;
["dangerousarea"] = false;
["usestealth"] = false;
["unspoiled"] = false;
["timeout"] = 180;
};