04-24-2015, 01:51 PM
(04-24-2015, 01:17 PM)Westwood Wrote: Hi all! i have a another issue with TM.. my character first harvest 750 windshards with mining in east shroud. after complete this task he teleports to central shroud and harvest windshards with botany. Unfortunately TM did not switch to the botany / mining markers after switching zones. attached you can see a bit of the code but i dont see any false imput. cheers!
[/php]
Code:-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["tasks"] = {
[0] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Taskminer";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 750;
["gearset"] = 2;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = -197.71771240234;
["y"] = -3.3578627109528;
["z"] = -297.73760986328;
};
};
[1] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Botany 30";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 1500;
["gearset"] = 3;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = -13.177889823914;
["y"] = -1.2284388542175;
["z"] = 44.000438690186;
};
};
[2] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Taskminer";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 2250;
["gearset"] = 2;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = -197.71771240234;
["y"] = -3.3578627109528;
["z"] = -297.73760986328;
};
};
[3] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Botany 30";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 3000;
["gearset"] = 3;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = -13.177889823914;
["y"] = -1.2284388542175;
["z"] = 44.000438690186;
};
};
[4] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Taskminer";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 3750;
["gearset"] = 2;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = -197.71771240234;
["y"] = -3.3578627109528;
["z"] = -297.73760986328;
};
};
[5] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Botany 30";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 4500;
["gearset"] = 3;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = -13.177889823914;
["y"] = -1.2284388542175;
["z"] = 44.000438690186;
};
};
[5] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Taskminer";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 5250;
["gearset"] = 2;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = -197.71771240234;
["y"] = -3.3578627109528;
["z"] = -297.73760986328;
};
};
Check the console if there are any errors showing.