01-17-2015, 05:04 PM
Thanks :)
----
Here is my shard/crystal farm based on the item count.
Just create markers with that names and fill in marker settings priority 1: crystal, priority 2: shard.
----
Here is my shard/crystal farm based on the item count.
Just create markers with that names and fill in marker settings priority 1: crystal, priority 2: shard.
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["tasks"] = {
[0] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Wind element";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Wind Shard";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = 76.23959350586;
["y"] = 4.3239574432373;
["z"] = -196.32092285156;
};
};
[1] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Fire element";
["useStealth"] = "0";
["itemId"] = 2;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Fire Shard";
["location"] = {
["map"] = 134;
["mesh"] = "Middle La Noscea";
["x"] = 231.99200439453;
["y"] = 112.85292053223;
["z"] = -261.13598632813;
};
};
[2] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Light element";
["useStealth"] = "0";
["itemId"] = 6;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Lightning Shard";
["location"] = {
["map"] = 141;
["mesh"] = "Central Thanalan";
["x"] = -19.499309539795;
["y"] = -1.8782857656479;
["z"] = -167.09300231934;
};
};
[3] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Ice element";
["useStealth"] = "0";
["itemId"] = 3;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Ice Shard";
["location"] = {
["map"] = 153;
["mesh"] = "South Shroud";
["x"] = 173.43789672852;
["y"] = 9.7269334793091;
["z"] = -72.820854187012;
};
};
[4] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Earth element";
["useStealth"] = "0";
["itemId"] = 5;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Earth Shard";
["location"] = {
["map"] = 154;
["mesh"] = "North Shroud";
["x"] = -32.284469604492;
["y"] = -40.874336242676;
["z"] = 238.30680847168;
};
};
[5] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Water element";
["useStealth"] = "0";
["itemId"] = 7;
["itemCount"] = 800;
["gearset"] = 5;
["gatherItemName"] = "Water Shard";
["location"] = {
["map"] = 137;
["mesh"] = "Eastern La Noscea";
["x"] = 491.18759155273;
["y"] = 17.215105056763;
["z"] = 476.77691650391;
};
};
[6] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Wind element";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 1600;
["gearset"] = 5;
["gatherItemName"] = "Wind Shard";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = 76.23959350586;
["y"] = 4.3239574432373;
["z"] = -196.32092285156;
};
};
[7] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Fire element";
["useStealth"] = "0";
["itemId"] = 2;
["itemCount"] = 1500;
["gearset"] = 5;
["gatherItemName"] = "Fire Shard";
["location"] = {
["map"] = 134;
["mesh"] = "Middle La Noscea";
["x"] = 231.99200439453;
["y"] = 112.85292053223;
["z"] = -261.13598632813;
};
};
[8] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Light element";
["useStealth"] = "0";
["itemId"] = 6;
["itemCount"] = 1500;
["gearset"] = 5;
["gatherItemName"] = "Lightning Shard";
["location"] = {
["map"] = 141;
["mesh"] = "Central Thanalan";
["x"] = -19.499309539795;
["y"] = -1.8782857656479;
["z"] = -167.09300231934;
};
};
[9] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Ice element";
["useStealth"] = "0";
["itemId"] = 3;
["itemCount"] = 1500;
["gearset"] = 5;
["gatherItemName"] = "Ice Shard";
["location"] = {
["map"] = 153;
["mesh"] = "South Shroud";
["x"] = 173.43789672852;
["y"] = 9.7269334793091;
["z"] = -72.820854187012;
};
};
[10] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Earth element";
["useStealth"] = "0";
["itemId"] = 5;
["itemCount"] = 1500;
["gearset"] = 5;
["gatherItemName"] = "Earth Shard";
["location"] = {
["map"] = 154;
["mesh"] = "North Shroud";
["x"] = -32.284469604492;
["y"] = -40.874336242676;
["z"] = 238.30680847168;
};
};
[11] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Water element";
["useStealth"] = "0";
["itemId"] = 7;
["itemCount"] = 1500;
["gearset"] = 5;
["gatherItemName"] = "Water Shard";
["location"] = {
["map"] = 137;
["mesh"] = "Eastern La Noscea";
["x"] = 491.18759155273;
["y"] = 17.215105056763;
["z"] = 476.77691650391;
};
};
[12] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Wind element";
["useStealth"] = "0";
["itemId"] = 4;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Wind Shard";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = 76.23959350586;
["y"] = 4.3239574432373;
["z"] = -196.32092285156;
};
};
[13] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Fire element";
["useStealth"] = "0";
["itemId"] = 2;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Fire Shard";
["location"] = {
["map"] = 134;
["mesh"] = "Middle La Noscea";
["x"] = 231.99200439453;
["y"] = 112.85292053223;
["z"] = -261.13598632813;
};
};
[14] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Light element";
["useStealth"] = "0";
["itemId"] = 6;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Lightning Shard";
["location"] = {
["map"] = 141;
["mesh"] = "Central Thanalan";
["x"] = -19.499309539795;
["y"] = -1.8782857656479;
["z"] = -167.09300231934;
};
};
[15] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Ice element";
["useStealth"] = "0";
["itemId"] = 3;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Ice Shard";
["location"] = {
["map"] = 153;
["mesh"] = "South Shroud";
["x"] = 173.43789672852;
["y"] = 9.7269334793091;
["z"] = -72.820854187012;
};
};
[16] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Earth element";
["useStealth"] = "0";
["itemId"] = 5;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Earth Shard";
["location"] = {
["map"] = 154;
["mesh"] = "North Shroud";
["x"] = -32.284469604492;
["y"] = -40.874336242676;
["z"] = 238.30680847168;
};
};
[17] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Water element";
["useStealth"] = "0";
["itemId"] = 7;
["itemCount"] = 2260;
["gearset"] = 5;
["gatherItemName"] = "Water Shard";
["location"] = {
["map"] = 137;
["mesh"] = "Eastern La Noscea";
["x"] = 491.18759155273;
["y"] = 17.215105056763;
["z"] = 476.77691650391;
};
};
};
}
return obj1