Thread Rating:
  • 5 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gather skills are not fired!
#28
Try this it doesnt rely on having both classes above 50 and swaps tasks better.

Ace seems to have figured out what the problem was
last test i ran skills worked..

still not sure what your running places issue is tho


Code:
local obj1 = {
    ["setup"] = {
        ["gearsetmining"] = 1;
        ["gearsetbotany"] = 2;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Fire Crystal";
            ["item2"] = "Fire Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 134;
            ["pos"] =  {
                ["x"] = -238.61;
                ["y"] = 15.33;     
                ["z"] = -381.62;
            };
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(2) < 9950"] = true;
            };
            
        };
        [2] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Water Crystal";
            ["item2"] = "Water Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 137;
            ["pos"] =  {
                ["x"] = 322.73;
                ["y"] = 32.64;     
                ["z"] = 611.64;
            };
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(7) < 9950"] = true;
            };
            
        };
        [3] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Ice Crystal";
            ["item2"] = "Ice Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 153;
            ["pos"] =  {
                ["x"] = -200.58;
                ["y"] = 6.72;     
                ["z"] = 20.94;
            };
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(3) < 9950"] = true;
            };
            
        };
        [4] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Earth Crystal";
            ["item2"] = "Earth Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 154;
            ["pos"] =  {
                ["x"] = 248.11;
                ["y"] = -8.67;     
                ["z"] = 13.69;
            };
            ["radius"] = 80;
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(5) < 9950"] = true;
            };
            
        };
        [5] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Wind Crystal";
            ["item2"] = "Wind Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 148;
            ["pos"] =  {
                ["x"] = 162.92;
                ["y"] = -26.85;     
                ["z"] = 456.67;
            };
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(4) < 9950"] = true;
            };
                
        };
        [6] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Lightning Crystal";
            ["item2"] = "Lightning Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 141;
            ["pos"] =  {
                ["x"] = 158.58;
                ["y"] = 11.65;     
                ["z"] = 470.65;
            };
            ["lowpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(6) < 9950"] = true;
            };
                
        };
        [7] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Fire Cluster";
            ["item2"] = "3";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;     
                ["z"] = -429;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 1;
            ["eorzeamaxhour"] = 4;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.BOTANIST] >= 50"] = true;
            };
            
        };
        [8] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Ice Cluster";
            ["item2"] = "6";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;
                ["z"] = -429;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 5;
            ["eorzeamaxhour"] = 8;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.BOTANIST] >= 50"] = true;
            };
            
        };
        [9] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Water Cluster";
            ["item2"] = "5";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 510;
                ["y"] = -3.3;
                ["z"] = -429;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 9;
            ["eorzeamaxhour"] = 12;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.BOTANIST] >= 50"] = true;
            };
            
        };
        [10] = {
            ["type"] = "mining";
            ["radius"] = 150;
            ["item1"] = "Earth Cluster";
            ["item2"] = "7";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23959350586;
                ["y"] = -9.3239574432373;
                ["z"] = -484.32092285156;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 13;
            ["eorzeamaxhour"] = 16;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.MINER] >= 50"] = true;
            };
            
        };
        [11] = {
            ["type"] = "mining";
            ["radius"] = 150;
            ["item1"] = "Wind Cluster";
            ["item2"] = "4";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23959350586;
                ["y"] = -9.3239574432373;
                ["z"] = -484.32092285156;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 17;
            ["eorzeamaxhour"] = 20;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.MINER] >= 50"] = true;
            };
            
        };
        [12] = {
            ["type"] = "mining";
            ["radius"] = 150;
            ["item1"] = "Lightning Cluster";
            ["item2"] = "2";
            ["minlevel"] = 46;
            ["mapid"] = 156;
            ["pos"] =  {
                ["x"] = 321.23959350586;
                ["y"] = -9.3239574432373;
                ["z"] = -484.32092285156;
            };    
            ["highpriority"] = true;
            ["usestealth"] = true;
            ["resetdaily"] = true;
            ["eorzeaminhour"] = 21;
            ["eorzeamaxhour"] = 0;
            ["skillprofile"] = "Clusters";
            ["dangerousarea"] = true;
            ["condition"] = {
                ["ItemCount(14) < 9950"] = true;
                ["Player.levels[FFXIV.JOBS.MINER] >= 50"] = true;
            };
            
        };
    };
}
return obj1
Reply
 


Messages In This Thread
Gather skills are not fired! - by christallire - 12-22-2015, 10:39 PM
RE: Gather skills are not fired! - by sebbs - 12-23-2015, 01:24 AM
RE: Gather skills are not fired! - by artemon - 12-23-2015, 07:21 AM
RE: Gather skills are not fired! - by Cichard - 12-23-2015, 06:33 PM
RE: Gather skills are not fired! - by Cichard - 12-24-2015, 02:05 PM
RE: Gather skills are not fired! - by sebbs - 12-26-2015, 02:09 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 10:56 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 11:18 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 11:43 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 11:53 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 11:58 AM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 12:03 PM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 12:09 PM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 03:53 PM
RE: Gather skills are not fired! - by sebbs - 12-28-2015, 05:24 PM
RE: Gather skills are not fired! - by valent88 - 01-10-2016, 10:55 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products