MMOMinion

Full Version: Hunt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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.
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.