01-20-2016, 03:21 PM
Hi, Can anyone point out what is wrong in this profile as i get no console errors but he just stands there like a lemon,
local obj1 = {
["tasks"] = {
[1] = {
["minlevel"] = 1;
["maxlevel"] = 60;
["mapid"] = 138;
["pos"] = {
["x"] = -453.01;
["y"] = -37.79;
["z"] = 744.79;
};
["whitelist"] = "Red Coral";
["whitelisthq"] = "Red Coral";
["usestealth"] = true
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Glowworm";
["maxtime"] = 30000;
};
[2] = {
["minlevel"] = 1;
["maxlevel"] = 60;
["mapid"] = 138;
["pos"] = {
["x"] = -489.40;
["y"] = -37.86;
["z"] = 760.65;
};
["whitelist"] = "Red Coral";
["whitelisthq"] = "Red Coral";
["usestealth"] = true
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Glowworm";
["maxtime"] = 30000;
};
};
}
return obj1
Ive tried markers,i tried a different profile and he moved to position then did nothing and wouldnt do anything.
local obj1 = {
["tasks"] = {
[1] = {
["minlevel"] = 1;
["maxlevel"] = 60;
["mapid"] = 138;
["pos"] = {
["x"] = -453.01;
["y"] = -37.79;
["z"] = 744.79;
};
["whitelist"] = "Red Coral";
["whitelisthq"] = "Red Coral";
["usestealth"] = true
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Glowworm";
["maxtime"] = 30000;
};
[2] = {
["minlevel"] = 1;
["maxlevel"] = 60;
["mapid"] = 138;
["pos"] = {
["x"] = -489.40;
["y"] = -37.86;
["z"] = 760.65;
};
["whitelist"] = "Red Coral";
["whitelisthq"] = "Red Coral";
["usestealth"] = true
["usemooch"] = false;
["usepatience"] = false;
["usepatience2"] = false;
["usechum"] = false;
["baitname"] = "Glowworm";
["maxtime"] = 30000;
};
};
}
return obj1
Ive tried markers,i tried a different profile and he moved to position then did nothing and wouldnt do anything.