MMOMinion
Whitelist Problem? - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Whitelist Problem? (/showthread.php?tid=15277)



Whitelist Problem? - balgarion - 01-05-2016

Hi, I dont know if its my minion but when im going to my spot for take some fish, Minion release the fish Oo ( i check all markers, the name are exaclty the same inside the whitelist)
i tested with Pipira pira and pipi pira but its the same way. i tested without any name in the whitelist and nothing all fish released.

can you help me please


RE: Whitelist Problem? - balgarion - 01-12-2016

https://www.dropbox.com/s/xgdy1m0998g7hcx/Pipira%20Pira.lua?dl=0
can you check my profil because pipira pira are always released ...
Code:
local obj1 = {
        ["setup"] = {
        ["gearsetfishing"]= 14;
    };

    ["tasks"] = {
    
            --[[ Pipira pira ]]--    
    
        [10] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 496.60559082031;
                ["y"] = 58.429164886475;
                ["z"] = -858.64807128906;
                ["h"] = -1.1077990531921;
            };
            ["weathernow"] = "Fog,Dust Storms,Clouds";            
            ["whitelist"] = "Pipira Pira";
            ["whitelisthq"] = "Pipira Pira";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";
            ["maxtime"] = 500;
        };
        
            --[[ Pipira pipira ]]--    
            
        [20] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 485.73199462891;
                ["y"] = -48.323474884033;
                ["z"] = -103.34943389893;
                ["h"] = 2.257146596086;
            };
            ["weathernow"] = "Fog,Dust Storms,Clouds";            
            ["whitelist"] = "Pipira Pira";
            ["whitelisthq"] = "Pipira Pira";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";
            ["maxtime"] = 500;    
        };
        
            --[[ Pipira pipira ]]--    
            
        [30] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 520.55035400391;
                ["y"] = -26.253890991211;
                ["z"] = -546.88671875;
                ["h"] = -1.5714073181152;
            };
            ["weathernow"] = "Fog,Dust Storms,Clouds";            
            ["whitelist"] = "Pipira Pira";
            ["whitelisthq"] = "Pipira Pira";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";
            ["maxtime"] = 500;        
        };
        
            --[[ Idle ]]--

        [80] = {
            ["type"] = "fishing";
            ["radius"] = 1;
            ["minlevel"] = 1;
            ["mapid"] = 478;
            ["pos"] =  {
                ["x"] = -18.17745789448;
                ["y"] = 211;
                ["z"] = 0.86451458930969;
                ["h"] = 2.3066308498383;                
            };    
        };
    };
}
return obj1



RE: Whitelist Problem? - Ace - 01-12-2016

First of all make sure you uninstall any addons you've downloaded off the forums.


RE: Whitelist Problem? - balgarion - 01-13-2016

no addons, just maha guid update installed


RE: Whitelist Problem? - Ace - 01-13-2016

Yea, that definitely counts as an addon, remove while troubleshooting.


RE: Whitelist Problem? - balgarion - 01-14-2016

ty Ace,

edit 1 : ok,deleted , addon in minion store too ? like sellout ?
because i have always this problem sometime M take it and sometime released it (3/4 are released)

edit 2: Sellout addon in minion store make a problem with fish , minion released always
( tested with pipira pira)