MMOMinion

Full Version: What am I doing wrong?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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; 
};
};
};
};
(07-13-2017, 04:53 PM)Ezuna Wrote: [ -> ]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; 
};
};
};
};

Any errors in console? Mesh problem maybe? And why are you whitelisting? :p
NVM Erm
(07-14-2017, 07:42 PM)Mamoth Wrote: [ -> ]NVM Erm

Now Im curious what you said :p