(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