Thread Rating:
  • 7 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with new fishing system
#8
Is there anyway to add multiple fish markers and shift from one to another every so often so you don't get fishing fatigue?

I tried something like this setting max time to 600 (10 mins) and just testing it but anything with a time or weather variable automatically gets flagged as high priority.

According to the annotations high priority tasks with lower indexes will take priority if multiple high priority tasks are viable but that just puts the tasks in the loop and never switches them or at least they didn't for me.

Here is my lua file:

Code:
local obj1 = {
        ["setup"] = {
        ["gearsetfishing"]= 1;
        ["gearsetmining"] = 3;
        ["gearsetbotany"] = 4;
    };

    ["tasks"] = {

        [1] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 418.09176635742;
                ["y"] = -48.713756561279;
                ["z"] = -216.56489562988;
                ["h"] = -3.1061675548553;
            };
            ["whitelist"] = "Pipira Pira";
            ["whitelisthq"] = "Pipira Pira";
            ["weathernow"] = "Fog,Dust Storms,Clouds";
            ["usestealth"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";        
            ["lowpriority"] = true;    
            ["maxtime"] = 600;
        };

        [2] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 433.51525878906;
                ["y"] = -47.886352539063;
                ["z"] = -276.29364013672;
                ["h"] = -3.1061675548553;
            };
            ["whitelist"] = "Pipira Pira";
            ["whitelisthq"] = "Pipira Pira";
            ["weathernow"] = "Fog,Dust Storms,Clouds";
            ["usestealth"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";        
            ["lowpriority"] = true;    
            ["maxtime"] = 600;
        };

        [3] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 403.1481628418;
                ["y"] = 52.910564422607;
                ["z"] = -757.04028320313;
                ["h"] = -1.3024959564209;
            };
            ["whitelist"] = "Thunderbolt Eel";
            ["whitelisthq"] = "Thunderbolt Eel";
            ["eorzeaminhour"] = 22;
            ["eorzeamaxhour"] = 4;
            ["resetdaily"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = true;
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Stonefly Nymph";    
            ["lowpriority"] = true;    
            ["maxtime"] = 600;
        };

        [4] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 350.79446411133;
                ["y"] = 52.91040802002;
                ["z"] = -831.84112548828;
                ["h"] = -1.3024959564209;
            };
            ["whitelist"] = "Thunderbolt Eel";
            ["whitelisthq"] = "Thunderbolt Eel";
            ["eorzeaminhour"] = 22;
            ["eorzeamaxhour"] = 4;
            ["resetdaily"] = true;
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["usecollect"] = true;
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Stonefly Nymph";    
            ["lowpriority"] = true;    
            ["maxtime"] = 600;
        };

        [1000] = {
            ["type"] = "fishing";
            ["radius"] = 1;
            ["minlevel"] = 1;
            ["mapid"] = 129;
            ["pos"] =  {
                ["x"] = -266.66412353516;
                ["y"] = 16;
                ["z"] = 42.529888153076;
            };    
        };
            
    };
}
return obj1

Is there any other way I can use to simulate marker switching? I'm afraid whenever I just run the file it will fish the same spot and eventually get the fatigue message and sit there trying to cast over and over again.

I also tried to manually flag the marker as low priority in the file but that doesn't seem to help either.
Reply
 


Messages In This Thread
Help with new fishing system - by LatinP - 11-03-2015, 01:12 PM
RE: Help with new fishing system - by Cichard - 11-03-2015, 04:16 PM
RE: Help with new fishing system - by sebbs - 11-03-2015, 04:23 PM
RE: Help with new fishing system - by TauTau - 11-04-2015, 12:17 AM
RE: Help with new fishing system - by LatinP - 11-04-2015, 03:17 PM
RE: Help with new fishing system - by Cichard - 11-04-2015, 04:38 PM
RE: Help with new fishing system - by TauTau - 11-04-2015, 04:48 PM
RE: Help with new fishing system - by LatinP - 11-05-2015, 02:50 AM
RE: Help with new fishing system - by sebbs - 11-05-2015, 03:20 AM
RE: Help with new fishing system - by LatinP - 11-05-2015, 03:44 AM
RE: Help with new fishing system - by sebbs - 11-05-2015, 04:58 AM
RE: Help with new fishing system - by LatinP - 11-05-2015, 01:46 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products