Thread Rating:
  • 5 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gather skills are not fired!
#21
whats you Gp at when its doing this?
Reply
#22
50 miner
he's currently in north thanalan to looks like he's heading towards new granadia (i don't know why)

588 GP

Oh, he just reached Uldah and TPed to Mor Dhona....


Attached Files Thumbnail(s)
   
Reply
#23
you need to select the zone for the area it doesnt port to by changing the index at the top...

sounds like something ace needs to look at .. as i stated earlier tho hes on holidays with family atm. will let him know to review all the info you posted..
Reply
#24
Oh my bad, here you go
모르도나 = Mor Dhona


Attached Files Thumbnail(s)
   
Reply
#25
are you currently in MD? price says 0
Reply
#26
Yes, in ffxivkr, there's promotion that players can register their IP to prevent get hacked.
when they do it, game provides free teleport from everywhere to specific location player can choose
that's why it's 0 gil

i don't think it's relevant to current issue tho. i had it like ages ago
Reply
#27
http://www.mmominion.com/Thread-Is-unspo...ger-broken
Reply
#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
#29
I've observed running issues is mostly happening because toon summoning mount before check teleport..
Reply
#30
any news?
Reply
 


Forum Jump:


Users browsing this thread: 3 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products