MMOMinion

Full Version: Conditions - gathering profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if it was possible to throw something like below into a gathering profile

["condition"] = {
["JobId(16) = 61"] = true;
};


The desired effect was to merge a bot/mining profile into 1 for supreme lazyness. 

Code:
[104] = {
            ["condition"] = {
                ["JobId(16) = 61"] = true;
            };
            ["type"] = "botany";
            ["radius"] = 75;
            ["minlevel"] = 58;
            ["maxlevel"] = 60;
            ["item1"] = "Coriander";
            ["mapid"] = 397;
            ["pos"] =  {
                ["x"] = -683.33;
                ["y"] = 121.69;
                ["z"] = -379.19;
            };
            ["timeout"] = 2000;
            ["skillprofile"] = "Gathering_HQ";
            ["lowpriority"] = true;
            ["usecollect"] = false;
            ["usestealth"] = true;
        };


If mining is 61 then it would start the botany task, level it to 61.  the next task would check to see if botany was 61 then level mining to 62



Is the condition possible to do? if so what is the proper syntax on it?

thank you for your time