MMOMinion
non reponsive profile - 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: Fish Profiles (https://www.mmominion.com/forumdisplay.php?fid=180)
+---- Thread: non reponsive profile (/showthread.php?tid=15473)



non reponsive profile - Koisagi - 01-20-2016

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.


RE: non reponsive profile - sebbs - 01-20-2016

["usestealth"] = true;


RE: non reponsive profile - Koisagi - 01-20-2016

Thankyou, i best start wearing my glasses.