Thread Rating:
  • 23 Vote(s) - 3.48 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cluster/Crystal/Shard
#37
Try this one
Because its working fine for me after I tinker with it a little, and dont forget set your miner gearset in the profile as its still using mine.

Also I also got stuck when one of my crystal or shard hit around 9970ish dont remember it

Code:
local obj1 = {
    ["setup"] = {
        ["gearsetmining"] = 13;
        ["gearsetbotany"] = 14;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Fire Crystal";
            ["item2"] = "Fire Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 145;
            ["pos"] =  {
                ["x"] = 134.00;
                ["y"] = 8.31;  
                ["z"] = -80.08;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(2) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(2) <= 9950"] = false;
            };
        };
        [2] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Water Crystal";
            ["item2"] = "Water Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 140;
            ["pos"] =  {
                ["x"] = 98.76;
                ["y"] = 19.78;  
                ["z"] = 94.66;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(7) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(7) <= 9950"] = false;
            };
        };
        [3] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Ice Crystal";
            ["item2"] = "Ice Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 138;
            ["pos"] =  {
                ["x"] = 486.99;
                ["y"] = 11.92;  
                ["z"] = 334.92;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(3) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(3) <= 9950"] = false;
            };
        };
        [4] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Earth Crystal";
            ["item2"] = "Earth Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 135;
            ["pos"] =  {
                ["x"] = 257.99;
                ["y"] = 73.48;  
                ["z"] = -318.32;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(5) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(5) <= 9950"] = false;
            };
        };
        [5] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Wind Crystal";
            ["item2"] = "Wind Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 152;
            ["pos"] =  {
                ["x"] = -45.79;
                ["y"] = -8.35;  
                ["z"] = 292.67;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(4) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(4) <= 9950"] = false;
            };
        };
        [6] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Lightning Crystal";
            ["item2"] = "Lightning Shard";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 146;
            ["pos"] =  {
                ["x"] = -139.03;
                ["y"] = 20.3;  
                ["z"] = -515.8;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(6) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(6) <= 9950"] = false;
            };
        };
        [7] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Fire Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 145;
            ["pos"] =  {
                ["x"] = 134.00;
                ["y"] = 8.31;  
                ["z"] = -80.08;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(8) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(8) <= 9950"] = false;
            };
        };
         [8] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Water Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 140;
            ["pos"] =  {
                ["x"] = 98.76;
                ["y"] = 19.78;  
                ["z"] = 94.66;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(13) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(13) <= 9950"] = false;
            };
        };
        [9] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Ice Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 138;
            ["pos"] =  {
                ["x"] = 486.99;
                ["y"] = 11.92;  
                ["z"] = 334.92;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(9) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(9) <= 9950"] = false;
            };
        };
        [10] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Earth Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 135;
            ["pos"] =  {
                ["x"] = 257.99;
                ["y"] = 73.48;  
                ["z"] = -318.32;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(11) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(11) <= 9950"] = false;
            };
        };
        [11] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Wind Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 152;
            ["pos"] =  {
                ["x"] = -45.79;
                ["y"] = -8.35;  
                ["z"] = 292.67;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(10) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(10) <= 9950"] = false;
            };
        };
        [12] = {
            ["type"] = "mining";
            ["minlevel"] = 51;
            ["maxlevel"] = 60;
            ["radius"] = 300;
            ["item1"] = "Lightning Crystal";
            ["skillprofile"] = "(Gather) Crystals";
            ["mapid"] = 146;
            ["pos"] =  {
                ["x"] = -139.03;
                ["y"] = 20.3;  
                ["z"] = -515.8;
            };
            ["usecollect"] = false;
            ["condition"] = {
                ["ItemCount(12) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(12) <= 9950"] = false;
            };
        };
        [301] = {
            ["type"] = "botany";
            ["radius"] = 300;
            ["item1"] = "Fire Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;
                ["z"] = -429;
            };  
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 1;
            ["eorzeamaxhour"] = 4;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(14) <= 9950"] = false;
            };
        };
        [302] = {
            ["type"] = "botany";
            ["radius"] = 300;
            ["item1"] = "Ice Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;
                ["z"] = -429;
            };  
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 5;
            ["eorzeamaxhour"] = 8;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(15) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(15) <= 9950"] = false;
            };
        };
        [303] = {
            ["type"] = "botany";
            ["radius"] = 300;
            ["item1"] = "Water Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;
                ["z"] = -429;
            };  
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 9;
            ["eorzeamaxhour"] = 12;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(19) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(19) <= 9950"] = false;
            };
        };
        [304] = {
            ["type"] = "mining";
            ["radius"] = 300;
            ["item1"] = "Earth Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23;
                ["y"] = -9.32;
                ["z"] = -484.32;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 13;
            ["eorzeamaxhour"] = 16;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(17) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(17) <= 9950"] = false;
            };
        };
        [305] = {
            ["type"] = "mining";
            ["radius"] = 300;
            ["item1"] = "Wind Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23;
                ["y"] = -9.32;
                ["z"] = -484.32;
            };  
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 17;
            ["eorzeamaxhour"] = 20;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(16) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(16) <= 9950"] = false;
            };
        };
        [306] = {
            ["type"] = "mining";
            ["radius"] = 300;
            ["item1"] = "Lightning Cluster";
            ["minlevel"] = 50;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23;
                ["y"] = -9.32;
                ["z"] = -484.32;
            };  
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 21;
            ["eorzeamaxhour"] = 0;
            ["skillprofile"] = "(Gather) Clusters";
            ["unspoiled"] = true;
            ["condition"] = {
                ["ItemCount(18) < 9950"] = true;
            };
            ["complete"] = {
                ["ItemCount(18) <= 9950"] = false;
            };
        };        
    };
};
return obj1
Reply
 


Messages In This Thread
Cluster/Crystal/Shard - by jbrawley1 - 10-06-2015, 01:46 PM
RE: Cluster/Crystal/Shard - by sebbs - 10-06-2015, 02:08 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-06-2015, 06:44 PM
RE: Cluster/Crystal/Shard - by happychappy5656 - 10-07-2015, 09:44 PM
RE: Cluster/Crystal/Shard - by dNh301 - 10-07-2015, 10:17 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-07-2015, 10:30 PM
RE: Cluster/Crystal/Shard - by opengrip - 10-08-2015, 06:23 AM
RE: Cluster/Crystal/Shard - by TheBistcuitman - 10-08-2015, 06:30 AM
RE: Cluster/Crystal/Shard - by opengrip - 10-08-2015, 06:36 AM
RE: Cluster/Crystal/Shard - by neocross - 10-08-2015, 06:47 AM
RE: Cluster/Crystal/Shard - by sebbs - 10-08-2015, 06:50 AM
RE: Cluster/Crystal/Shard - by neocross - 10-08-2015, 07:10 AM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-08-2015, 02:41 PM
RE: Cluster/Crystal/Shard - by neocross - 10-08-2015, 04:32 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-08-2015, 04:36 PM
RE: Cluster/Crystal/Shard - by neocross - 10-08-2015, 06:19 PM
RE: Cluster/Crystal/Shard - by ludijak599 - 10-08-2015, 08:25 PM
RE: Cluster/Crystal/Shard - by brocklesnar - 10-08-2015, 08:51 PM
RE: Cluster/Crystal/Shard - by Wonderland - 10-08-2015, 09:02 PM
RE: Cluster/Crystal/Shard - by ludijak599 - 10-08-2015, 09:11 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-08-2015, 09:15 PM
RE: Cluster/Crystal/Shard - by ludijak599 - 10-11-2015, 01:48 PM
RE: Cluster/Crystal/Shard - by sebbs - 10-11-2015, 02:18 PM
RE: Cluster/Crystal/Shard - by ludijak599 - 10-11-2015, 07:17 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 10-14-2015, 07:50 PM
RE: Cluster/Crystal/Shard - by yongjae444 - 10-14-2015, 02:08 AM
RE: Cluster/Crystal/Shard - by yongjae444 - 10-14-2015, 10:40 PM
RE: Cluster/Crystal/Shard - by celmaisef - 10-18-2015, 01:21 PM
RE: Cluster/Crystal/Shard - by Bochen - 10-31-2015, 04:14 PM
RE: Cluster/Crystal/Shard - by rev - 10-19-2015, 06:31 PM
RE: Cluster/Crystal/Shard - by Lexus003 - 10-20-2015, 12:29 AM
RE: Cluster/Crystal/Shard - by jchang1210 - 10-20-2015, 07:50 PM
RE: Cluster/Crystal/Shard - by TauTau - 10-24-2015, 03:08 AM
RE: Cluster/Crystal/Shard - by celmaisef - 11-14-2015, 05:06 AM
RE: Cluster/Crystal/Shard - by Mutantx - 11-20-2015, 06:42 PM
RE: Cluster/Crystal/Shard - by Proto - 11-26-2015, 06:05 PM
RE: Cluster/Crystal/Shard - by metrosound - 11-26-2015, 07:09 PM
RE: Cluster/Crystal/Shard - by ledicious - 12-03-2015, 09:21 PM
RE: Cluster/Crystal/Shard - by Hellopandada - 12-29-2015, 04:09 AM
RE: Cluster/Crystal/Shard - by crowmohon - 01-05-2016, 05:50 AM
RE: Cluster/Crystal/Shard - by Uplinkpro - 02-15-2016, 07:24 AM
RE: Cluster/Crystal/Shard - by Jessix - 04-07-2016, 11:45 AM
RE: Cluster/Crystal/Shard - by darkshadow - 06-25-2016, 09:40 PM
RE: Cluster/Crystal/Shard - by Proto - 06-28-2016, 10:07 PM
RE: Cluster/Crystal/Shard - by 03chAos11 - 07-09-2016, 01:49 AM
RE: Cluster/Crystal/Shard - by The Dragon - 09-30-2016, 11:15 PM
RE: Cluster/Crystal/Shard - by jbrawley1 - 09-15-2016, 05:28 PM
RE: Cluster/Crystal/Shard - by superandyhauz - 09-17-2016, 09:19 AM
RE: Cluster/Crystal/Shard - by AbbyBaby - 11-15-2016, 05:50 PM
RE: Cluster/Crystal/Shard - by vilcheat - 04-11-2017, 07:01 AM
RE: Cluster/Crystal/Shard - by krackle - 04-15-2017, 02:52 PM
RE: Cluster/Crystal/Shard - by vilcheat - 04-15-2017, 01:13 AM
RE: Cluster/Crystal/Shard - by Rushmybody - 05-26-2017, 09:36 PM
RE: Cluster/Crystal/Shard - by Rushmybody - 05-27-2017, 10:12 PM
RE: Cluster/Crystal/Shard - by Zanci - 05-28-2017, 02:17 PM
RE: Cluster/Crystal/Shard - by Rushmybody - 05-28-2017, 05:07 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products