MMOMinion

Full Version: Gathering question(Fishing)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Ive been trying to set up a profile to fish up Razor Clams, ive been using this profile.



local obj1 = {
    ["tasks"] = {
        [1] = {
            ["minlevel"] = 1;
            ["maxlevel"] = 60;
            ["mapid"] = 140;
            ["pos"] = {
                ["x"] = -328.8;
                ["y"] = 13.98;
                ["z"] = -110.94;
            };
            ["whitelist"] = "Razor Clam,Rothlyt Oyster";
      ["whitelisthq"] = "Razor Clam,Rothlyt Oyster";
            ["usemooch"] = false;
            ["usepatience"] = false;
            ["usepatience2"] = false;
            ["usechum"] = true;
            ["baitname"] = "Rat Tail";        
            ["maxtime"] = 600000;
        };
        [2] = {
            ["minlevel"] = 1;
            ["maxlevel"] = 60;
            ["mapid"] = 140;
            ["pos"] = {
                ["x"] = -329.308;
                ["y"] = 13.98;
                ["z"] = -80.33;
            };
            ["usemooch"] = false;
            ["usepatience"] = false;
            ["usepatience2"] = false;
            ["usechum"] = true;
            ["baitname"] = "Rat Tail";        
            ["maxtime"] = 600000;
        };
    };
}
return obj1

But this is very unpredictable, ie he wont go to the spot and just stands there.
I have the 1-60 gathering addon which is great, but what i want to know is 1. is the above profile creation still viable? 2. is there an option to change the bait type for the 1-60 addon, as i get better catches with rat tails than i do with crab balls.

thanks.
add h axis .. thats the direction it faces.

remove the max time.

also min lvl for rat tail is 10 or 15.
(03-19-2016, 06:00 PM)sebbs Wrote: [ -> ]add h axis .. thats the direction it faces.

remove the max time.

also min lvl for rat tail is 10 or 15.

Thanks sebbs, Ive been using  NavigationSystem and get pos which only gives x,y and z, now he knows where the water is hes happy, question about the maxtime, if i remove that will he get the "fish sense something"?. does he know to move to the next location.
as long as it has an alternative yes

i have fallback spots in my addon which has a max time while position 1 resets.