MMOMinion
What am I doing wrong? - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: What am I doing wrong? (/showthread.php?tid=19164)



What am I doing wrong? - Ezuna - 07-13-2017

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; 
};
};
};
};


RE: What am I doing wrong? - LordSeth - 07-14-2017

(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


RE: What am I doing wrong? - Mamoth - 07-14-2017

NVM Erm


RE: What am I doing wrong? - LordSeth - 07-14-2017

(07-14-2017, 07:42 PM)Mamoth Wrote:  NVM Erm

Now Im curious what you said :p