MMOMinion

Full Version: Gather at eorzeahour with multiple nodes/tasks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay I'm trying to farm Items, Sugar Beets for example, and it has separated nodes which means after I farm the first node, it will disappear and I have to move to the next position. Because the next node is not in radar of the first node. 

Basically, I need to make multiple tasks for it.. But the thing is I only want the bot to farm it at a certain hour.. I tried to put "eorzeahour" on each task and it doesn't seem to work that way. It only gathers the first node and idles. It even keeps coming back to the first node after getting aggro or dying..

Here's the tasks I made

Code:
        [5] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Sugar Beet";    
            ["minlevel"] = 70;
            ["mapid"] = 620;
            ["pos"] =  {
                ["x"] = -373.871;
                ["y"] = 65.926;
                ["z"] = -547.541;
            };
            ["normalpriority"] = true;
           ["usestealth"] = true;
           ["gathermaps"] = false;
           ["dangerousarea"] = true;
           ["skillprofile"] = "Gathering_HQ";
           ["timeout"] = 750;
            ["eorzeaminhour"] = 11;
            ["eorzeamaxhour"] = 15;
            };
        [6] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Sugar Beet";    
            ["minlevel"] = 70;
            ["mapid"] = 620;
            ["pos"] =  {
                ["x"] = -401.711;
                ["y"] = 96.551;
                ["z"] = -359.259;
            };
            ["normalpriority"] = true;
           ["usestealth"] = true;
           ["gathermaps"] = false;
           ["dangerousarea"] = true;
           ["skillprofile"] = "Gathering_HQ";
           ["timeout"] = 750;
            ["eorzeaminhour"] = 11;
            ["eorzeamaxhour"] = 15;
            };
        [7] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Sugar Beet";    
            ["minlevel"] = 70;
            ["mapid"] = 620;
            ["pos"] =  {
                ["x"] = -519.480;
                ["y"] = 68.380;
                ["z"] = -461.149;
            };
            ["normalpriority"] = true;
           ["usestealth"] = true;
           ["gathermaps"] = false;
           ["dangerousarea"] = true;
           ["skillprofile"] = "Gathering_HQ";
           ["timeout"] = 750;
            ["eorzeaminhour"] = 11;
            ["eorzeamaxhour"] = 15;
            };
I'm also interested in this issue. The main goal is to create a cycle of 3 tasks points with infinite repetition. The main condition is that they go exactly one by one.
Tried to make using husbando profile builder, but the result is similar to the author of the post. Setting the "timeout" does not give any results.
Watch the gathering guide video.
U need a 2nd task for timeoit to work.

Try showing yoir work.
(09-20-2017, 02:57 AM)sebbs Wrote: [ -> ]Watch the gathering guide video.
U need a 2nd task for timeoit to work.

Try showing yoir work.

Hey Sebbs, 

I am also trying to get timeout or maxtime to work, i want to farm each spot for 45min then repeat.

I don't understand what you mean by needing a second task. Could you please provide an example or a link to the vid?

I have tried making the nodes low priority and specifying a maxtime, timeout, or duration. But he just farms the same spot forever and never moves on.

Thanks so much,
Wont time out if u have nodes in range.
Need a task to move on too
(11-28-2017, 08:38 PM)sebbs Wrote: [ -> ]Wont time out if u have nodes in range.
Need a task to move on too

Can you please elaborate on what you mean by another task to move on to?

I thought that the "tasks" were the numbers 1-5 below.

Thank you for any help you can provide.

local obj1 = {
    ["setup"] = {
        ["gearsetmining"] = 1;
        ["gearsetbotany"] = 2;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "mining";
            ["maxtime"] = 30000;
            ["whitelist"] = "1";
            ["radius"] = 100;
            ["minlevel"] = 1;
            ["maxlevel"] = 70;
            ["item1"] = "Water Shard";
            ['item2'] = "Obsidian";
            ["mapid"] = 140;
            ["pos"] =  {
                ["x"] = 11.679;
                ["y"] = 58.287;
                 ["z"] =346.395;             
            };
            ["usestealth"] = true;
            ["lowpriority"] = true;
        };
         [2] = {
            ["type"] = "mining";
            ["whitelist"] = "1";
            ["maxtime"] = 30000;
            ["radius"] = 100;
            ["minlevel"] = 1;
            ["maxlevel"] = 70;
            ["item1"] = "Mudstone";
            ["mapid"] = 138;
            ["pos"] =  {
                ["x"] = 282.169;
                ["y"] = -4.397;
                 ["z"] = 105.066;             
            };    
            ["usestealth"] = true;
            ["lowpriority"] = true;
        };
        [3] = {
            ["type"] = "mining";
            ["whitelist"] = "1";
            ["maxtime"] = 30000;
            ["radius"] = 100;
            ["minlevel"] = 1;
            ["maxlevel"] = 70;
            ["item1"] = "Iron Ore";
            ["mapid"] = 140;
            ["pos"] =  {
                ["x"] = 295.23959350586;
                ["y"] = 62.228973;
                 ["z"] = -207.7792285156;
            };
            ["usestealth"] = true;
            ["lowpriority"] = true;
        };
        [4] = {
            ["type"] = "mining";
            ["whitelist"] = "2";
            ["maxtime"] = 30000;
            ["radius"] = 100;
            ["minlevel"] = 1;
            ["maxlevel"] = 70;
            ["item1"] = "Limestone";
            ["mapid"] = 138;
            ["pos"] =  {
                ["x"] = 239.23959350586;
                ["y"] = -16.5871973;
                 ["z"] = 142.447792285156;                    
            };            
            ["usestealth"] = true;
            ["lowpriority"] = true;
        };
        [5] = {
            ["type"] = "mining";
            ["whitelist"] = "1";
            ["maxtime"] = 30000;
            ["radius"] = 100;
            ["minlevel"] = 1;
            ["maxlevel"] = 70;
            ["item1"] = "Alumen";
            ["mapid"] = 145;
            ["pos"] =  {
                ["x"] = -177.23959350586;
                ["y"] = -33.9671973;
                 ["z"] = -40.447792285156;    
            };                
            ["usestealth"] = true;
            ["lowpriority"] = true;
        };            
    };
}        
return obj1
A task other than the one its currently doing...
You shoukd just add conditions with item count tofarm a certain number or items before the task ends.
(11-28-2017, 09:49 PM)sebbs Wrote: [ -> ]A task other than the one its currently doing...
You shoukd just add conditions with item count tofarm a certain number or items  before the task ends.

That still doesn't make sense.

Is there any way to set a time limit for each task?

I don't want to be adjusting the itemcount amount constantly.

Thanks,