01-23-2016, 11:16 PM
Hi there, been here for around a month and been pretty successful making profiles, a couple missed ";" and an end bracket. However, I cannot get the weather function to work at all, even putting it inside of the scrip causes the whole thing to fail.
I've tried testing with the weather and putting it in other tasks and still effectively disables everything. Am I doing something wrong? Thanks for the help.
Quote:local obj1 = {
["setup"] = {
["gearsetfishing"] = 6;
["gearsetmining"] = 5;
["gearsetbotany"] = 2;
};
["tasks"] = {
[10] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 400;
["pos"] = {
["x"] = -268.03723144531;
["y"] = -30.242938995361;
["z"] = 849.35192871094;
["h"] = 0.20406198501587;
};
["whitelist"] = "Pteranodon";
["whitelisthq"] = "Pteranodon";
["eorzeaminhour"] = 8;
["eorzeamaxhour"] = 17;
["resetdaily"] = true;
["usestealth"] = true;
["usemooch"] = true;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["usecollect"] = true;
["baitname"] = "Giant Crane Fly";
};
[20] = {
["type"] = "fishing";
["minlevel"] = 60;
["maxlevel"] = 60;
["mapid"] = 398;
["weathernow"] = "Fog,Dust Storms,Clouds";
["pos"] = {
["x"] = 505.68423461914;
["y"] = -51.503673553467;
["z"] = 12.302200317383;
["h"] = -3.1061675548553;
};
["whitelist"] = "Pipira Pira";
["whitelisthq"] = "Pipira Pira";
["eorzeaminhour"] = 18;
["eorzeamaxhour"] = 7;
["usestealth"] = false;
["usemooch"] = false;
["usepatience"] = true;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Goblin Jig";
};
};
}
return obj1
I've tried testing with the weather and putting it in other tasks and still effectively disables everything. Am I doing something wrong? Thanks for the help.