07-13-2017, 04:53 PM
Code below : toon teleports to correct map and then stands there. The correct gear is equipped. I can't for the life of me work out what the problem is :
local obj1 = {
["setup"] = {
["gearsetmining"] = 9;
};
["tasks"] = {
[1] = {
["type"] = "mining";
["whitelist"] = "3";
["radius"] = 150;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Electrum Ore";
["mapid"] = 139;
["pos"] = {
["x"] = 444.23959350586;
["y"] = -3.3968032373;
["z"] = 177.7792285156;
};
};
};
};
local obj1 = {
["setup"] = {
["gearsetmining"] = 9;
};
["tasks"] = {
[1] = {
["type"] = "mining";
["whitelist"] = "3";
["radius"] = 150;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Electrum Ore";
["mapid"] = 139;
["pos"] = {
["x"] = 444.23959350586;
["y"] = -3.3968032373;
["z"] = 177.7792285156;
};
};
};
};