MMOMinion

Full Version: Profile Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I seem to be having an issue with this
        [3] = {
            ["type"] = "fishing";
            ["minlevel"] = 1;
            ["maxlevel"] = 60;
            ["mapid"] = 156;
            ["pos"] = {
                ["x"] = -399.56939697266;
                ["y"] = -16.940843582153;
                ["z"] = -484.34234619141;
                ["h"] = -0.044388294219971;
            };
            ["whitelist"] = "Ninja Betta";
            ["whitelisthq"] = "Ninja Betta";
            ["eorzeaminhour"] = 17;
            ["eorzeamaxhour"] = 4;
            ["resetdaily"] = true;
            ["weathernow"] = "Gloom";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = false;
            ["usemooch"] = true;
            ["usepatience"] = false;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Midge Basket";        
        }; 
This is obviously not the entire profile, however this is the only part of it that refuses to work.
Remove the time and weather and see if it works.
Add them back time then weather if it works
(02-03-2016, 07:56 PM)sebbs Wrote: [ -> ]Remove the time and weather and see if it works.
Add them back time then weather if it works

With time and no weather it works. Without time or weather it works. With weather and no time it does not work. With weather and time it does not work. It seems to be an issue with Weather.
"but yea, if anybody else asks about weather, it is broken until further notice" Ace
(02-04-2016, 10:25 AM)sebbs Wrote: [ -> ]"but yea, if anybody else asks about weather, it is broken until further notice"  Ace
ok. Thought it was fixed cause it works for a lot of my weatherbased items o.o
It works... but there is an issue with higher lvl math conversions .. i think they are going to add it to the bot rather than LUA code
(02-04-2016, 08:12 PM)sebbs Wrote: [ -> ]It works... but there is an issue with higher lvl math conversions .. i think they are going to add it to the bot rather than LUA code

I think this explains why this 

Code:
local obj1 = {
        ["setup"] = {
        ["gearsetfishing"]= 3;
    };

    ["tasks"] = {
            
            --[[ Illuminati Perch - 40 Blue ]]--
            
        [70] = {
            ["type"] = "fishing";
            ["minlevel"] = 59;
            ["maxlevel"] = 60;
            ["mapid"] = 399;
            ["pos"] = {
                ["x"] = -44.963283538818;
                ["y"] = 100.43641662598;
                ["z"] = -145.09519958496;
                ["h"] = 1.1994332075119;
            };
            ["whitelist"] = "Illuminati Perch";
           ["whitelistHQ"] = "Illuminati Perch";
            ["weathernow"] = "Clear Skies,Fair Skies";
            ["usestealth"] = false;
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";
            ["usecollect"] = true;
        };
    };
}
return obj1
Is not working for me
Yeah weather has been buggy for some time now and I was just using garland tools to predict when to fish but even they had an overflow issue lol (fixed now). That being said if you're only fishing those perch you really don't need the weather check and it's a waste to release all those fish if you have culinary desynth skill because there is gil to be made off of materia and crystals lol.