03-19-2016, 05:55 PM
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.
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.