MMOMinion
Need help with mooching - 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: Need help with mooching (/showthread.php?tid=14875)



Need help with mooching - Ilri - 12-05-2015

I am trying to get a double mooch to work, however, even on the first HQ catch, mooch doesn't seem to activate, it also doesn't want to use patience. Any tips?

Code:
            ["minlevel"] = 1;
            ["maxlevel"] = 60;
            ["mapid"] = 137;
            ["pos"] = {
                ["x"] = 878;
                ["y"] = 20;
                ["z"] = 133;
                ["h"] = -2.184;
            };
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = true;
            ["usechum"] = false;
            ["baitname"] = "Steel Jig";
            ["moochables"] = "Harbor Herring,Ogre Barracuda"
            ["maxtime"] = 30000;



RE: Need help with mooching - sebbs - 12-05-2015

delete moochables line .. im not sure if aces fix is live yet.


RE: Need help with mooching - Ilri - 12-05-2015

Ah ok, thanks.