Thread Rating:
  • 70 Vote(s) - 3.09 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] TaskManager - Updated [2015-02-28]
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.

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
 


Messages In This Thread
RE: [DEV] TaskManager - by wisdom3 - 11-24-2014, 10:51 AM
RE: [DEV] TaskManager - by Shaolin2 - 11-24-2014, 10:55 AM
RE: [DEV] TaskManager - by sebbs - 11-24-2014, 11:05 AM
RE: [DEV] TaskManager - by earisu - 11-24-2014, 01:11 PM
RE: [DEV] TaskManager - by atmarkham - 11-29-2014, 12:32 AM
RE: [DEV] TaskManager - by fabeasy - 12-01-2014, 02:25 AM
RE: [WIP] TaskManager - by earisu - 12-01-2014, 11:51 AM
RE: [WIP] TaskManager - by sebbs - 12-01-2014, 02:28 PM
RE: [WIP] TaskManager - by earisu - 12-01-2014, 02:55 PM
RE: [WIP] TaskManager - by sebbs - 12-01-2014, 03:06 PM
RE: [WIP] TaskManager - by earisu - 12-01-2014, 03:19 PM
RE: [WIP] TaskManager - by sebbs - 12-01-2014, 03:25 PM
RE: [WIP] TaskManager - by earisu - 12-10-2014, 10:12 AM
RE: [WIP] TaskManager - by sebbs - 12-10-2014, 01:51 PM
RE: [WIP] TaskManager - by mumitroll - 12-11-2014, 09:58 AM
RE: [WIP] TaskManager - by GotDamned - 12-11-2014, 11:04 PM
RE: [WIP] TaskManager - by sebbs - 12-12-2014, 01:04 AM
RE: [WIP] TaskManager - by GotDamned - 12-12-2014, 07:25 AM
RE: [WIP] TaskManager - by sebbs - 12-12-2014, 07:43 AM
RE: [WIP] TaskManager - by Illua - 12-12-2014, 09:57 AM
RE: [WIP] TaskManager - by elementy - 12-12-2014, 05:55 PM
RE: [WIP] TaskManager - by sebbs - 12-12-2014, 08:27 PM
RE: [WIP] TaskManager - by GotDamned - 12-12-2014, 07:10 PM
RE: [WIP] TaskManager - by GotDamned - 12-12-2014, 09:23 PM
RE: [WIP] TaskManager - by sebbs - 12-12-2014, 09:51 PM
RE: [WIP] TaskManager - by thyword99 - 12-12-2014, 10:04 PM
RE: [WIP] TaskManager - by GotDamned - 12-13-2014, 12:48 AM
RE: [WIP] TaskManager - by muchastudio - 12-13-2014, 12:58 PM
RE: [WIP] TaskManager - by Amityville9090 - 12-13-2014, 06:37 PM
RE: [WIP] TaskManager - by sebbs - 12-14-2014, 12:57 AM
RE: [WIP] TaskManager - by saik1992 - 12-14-2014, 02:07 PM
RE: [WIP] TaskManager - by sebbs - 12-14-2014, 02:45 PM
RE: [WIP] TaskManager - by GotDamned - 12-14-2014, 06:57 PM
RE: [WIP] TaskManager - by sebbs - 12-14-2014, 11:37 PM
RE: [WIP] TaskManager - by fondue - 12-15-2014, 02:06 AM
RE: [WIP] TaskManager - by sebbs - 12-15-2014, 03:49 AM
RE: [WIP] TaskManager - by Ace - 12-15-2014, 04:19 AM
RE: [WIP] TaskManager - by sebbs - 12-15-2014, 06:13 AM
RE: [WIP] TaskManager - by alancat - 12-15-2014, 09:35 AM
RE: [WIP] TaskManager - by sebbs - 12-15-2014, 10:12 AM
RE: [WIP] TaskManager - by alancat - 12-15-2014, 10:23 AM
RE: [WIP] TaskManager - by GotDamned - 12-15-2014, 02:43 PM
RE: [WIP] TaskManager - by sebbs - 12-15-2014, 02:47 PM
RE: [WIP] TaskManager - by ledicious - 12-15-2014, 03:08 PM
RE: [WIP] TaskManager - by sebbs - 12-15-2014, 03:30 PM
RE: [WIP] TaskManager - by GotDamned - 12-15-2014, 08:00 PM
RE: [WIP] TaskManager - by alancat - 12-16-2014, 05:04 AM
RE: [WIP] TaskManager - by exaccuss - 12-16-2014, 07:50 AM
RE: [WIP] TaskManager - by Zale00 - 12-16-2014, 05:02 PM
RE: [WIP] TaskManager - by Chisaya - 12-16-2014, 09:00 PM
RE: [WIP] TaskManager - by sebbs - 12-16-2014, 09:46 PM
RE: [WIP] TaskManager - by GotDamned - 12-16-2014, 09:21 PM
RE: [WIP] TaskManager - by shinseiryu - 12-16-2014, 10:47 PM
RE: [WIP] TaskManager - by sebbs - 12-16-2014, 11:32 PM
RE: [Release] TaskManager - Updated [2015-01-13] - by Iwantall - 01-17-2015, 05:04 PM

Forum Jump:


Users browsing this thread: 75 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products