MMOMinion
Hunt - 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: Hunt (/showthread.php?tid=17009)



Hunt - Poopy diapers - 08-09-2016

I see there are gathering templates available, such as this one

Code:
local obj1 = {
    ["setup"] = {
        ["gearsetbotany"] = 18;
        ["gearsetmining"] = 19;
    };
    ["tasks"] = {
        [1] = {
        --  Coerthas Central Highlands Map ID 155.
            --[["condition"] = {
                ["Player.stats.gathering >= 353"] = true;
            };--]]
            ["minlevel"] = 46;
            ["maxlevel"] = 60;
            ["mapid"] = 155;
            ["pos"] = {
                ["x"] = 282;
                ["y"] = 301;
                ["z"] = -98;
            };
            ["type"] = "mining";
            ["radius"] = 300;
            ["item1"] = "Darksteel Ore";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["skillprofile"] = "Miner Unspoiled";
            ["eorzeaminhour"] = 0;
            ["eorzeamaxhour"] = 1;
            ["resetdaily"] = true;
            ["mingp"] = 300;
            ["highpriority"] = true;
            ["unspoiled"] = true;
            };
Is there such a template to hunt specific mobs in specific areas?


RE: Hunt - Scorpy - 08-10-2016

(08-09-2016, 11:12 PM)Poopy diapers Wrote:  I see there are gathering templates available, such as this one

Code:
local obj1 = {
    ["setup"] = {
        ["gearsetbotany"] = 18;
        ["gearsetmining"] = 19;
    };
    ["tasks"] = {
        [1] = {
        --  Coerthas Central Highlands Map ID 155.
            --[["condition"] = {
                ["Player.stats.gathering >= 353"] = true;
            };--]]
            ["minlevel"] = 46;
            ["maxlevel"] = 60;
            ["mapid"] = 155;
            ["pos"] = {
                ["x"] = 282;
                ["y"] = 301;
                ["z"] = -98;
            };
            ["type"] = "mining";
            ["radius"] = 300;
            ["item1"] = "Darksteel Ore";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
            ["skillprofile"] = "Miner Unspoiled";
            ["eorzeaminhour"] = 0;
            ["eorzeamaxhour"] = 1;
            ["resetdaily"] = true;
            ["mingp"] = 300;
            ["highpriority"] = true;
            ["unspoiled"] = true;
            };
Is there such a template to hunt specific mobs in specific areas?

I use the Quick Start mode it works fine.


RE: Hunt - Poopy diapers - 08-11-2016

I am looking to change zones.
Kill mob X for a bit and farm X skin then port and kill mob A and collect A skin for a bit.