Hi! i just started to use task manger today for gathering. unfortunately the bot did not change zones after collection 10 item (10 is just for testing). do i have to put in the item id of the shards so task manger knows how much collected? and if so, where can i get the item id?
Thanks :)
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["tasks"] = {
[0] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = 112.38732910156;
["y"] = -20.523370742798;
["z"] = -506.40513000488;
};
};
[1] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Blitzscherbe";
["location"] = {
["map"] = 146;
["mesh"] = "Southern Thanalan";
["y"] = 7.64693450928;
["x"] = 206.430469512939;
["z"] = -6.54364013672;
};
};
};
}
return obj1
Thanks :)
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["tasks"] = {
[0] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = 112.38732910156;
["y"] = -20.523370742798;
["z"] = -506.40513000488;
};
};
[1] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Blitzscherbe";
["location"] = {
["map"] = 146;
["mesh"] = "Southern Thanalan";
["y"] = 7.64693450928;
["x"] = 206.430469512939;
["z"] = -6.54364013672;
};
};
};
}
return obj1