MMOMinion

Full Version: [Release] TaskManager - Updated [2015-02-28]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(04-17-2015, 01:34 PM)Cichard Wrote: [ -> ]
(04-17-2015, 01:07 PM)tata01 Wrote: [ -> ]Hello people,

Thanks for all this work but i think it don't work for me.

My char is now level 15 (pexing with quest) and i read the best way for pex now is the Fate.

I downloaded the taskmanager + leveling profil + the fix for the .lua but in game, i don't realy know how to configure it.

When i launch the bot, there is an error => can't teleport because i don't have the aethérit portal" something like this.

When i put "Current task 11" i have the same problem.

In the console i have this message "failed with [string "taskmanager.lua"] 464

IS someone can help me for:
- Make working the task manager for make the FATE
- Have a solution maybe collect all "aetherian portal" for not have the error anymore.

Thx a lot.

if you want to level up via fates you do not need this addon at all. set the bot to grind mode then under settings it has do fates do fates only. you can also set up wait % values based on type of fate. I.E set boss fates to 1% so that other people are already there fighting before you charge in. 15-50 takes 2 days. Run Aleport 15-30, and Corethas 30-50.

Hello,

Cool, that's a good news for me.

I found the settings on the bot, all is ok, i just didn't found how to put "Aleport 15-30" profil.

I haven't Aleport on "Navmesh" but i found "Coerthan" on it.

There is a profil to download and to put somewhere ?
there is no profile... for grind mode i suggest you read the turtorial on how to grind. you just manually move it to the next zone once you reach level 30.
(04-17-2015, 02:37 PM)tata01 Wrote: [ -> ]
(04-17-2015, 01:34 PM)Cichard Wrote: [ -> ]
(04-17-2015, 01:07 PM)tata01 Wrote: [ -> ]Hello people,

Thanks for all this work but i think it don't work for me.

My char is now level 15 (pexing with quest) and i read the best way for pex now is the Fate.

I downloaded the taskmanager + leveling profil + the fix for the .lua but in game, i don't realy know how to configure it.

When i launch the bot, there is an error => can't teleport because i don't have the aethérit portal" something like this.

When i put "Current task 11" i have the same problem.

In the console i have this message "failed with [string "taskmanager.lua"] 464

IS someone can help me for:
- Make working the task manager for make the FATE
- Have a solution maybe collect all "aetherian portal" for not have the error anymore.

Thx a lot.

if you want to level up via fates you do not need this addon at all. set the bot to grind mode then under settings it has do fates do fates only. you can also set up wait % values based on type of fate. I.E set boss fates to 1% so that other people are already there fighting before you charge in. 15-50 takes 2 days. Run Aleport 15-30, and Corethas 30-50.

Hello,

Cool, that's a good news for me.

I found the settings on the bot, all is ok, i just didn't found how to put "Aleport 15-30" profil.

I haven't Aleport on "Navmesh" but i found "Coerthan" on it.

There is a profil to download and to put somewhere ?

Hello,

Yes thanks for your answer. I found the guide and i success to launch the grind for FATE :)
(04-16-2015, 05:04 PM)Westwood Wrote: [ -> ]Hi! i just started to use task manger today for gathering. unfortunately the bot did not change zones after collection 10 item (10 is just for testing). do i have to put in the item id of the shards so task manger knows how much collected? and if so, where can i get the item id?

Thanks :)

-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["tasks"] = {
[0] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Windscherbe";
["location"] = {
["map"] = 152;
["mesh"] = "East Shroud";
["x"] = 112.38732910156;
["y"] = -20.523370742798;
["z"] = -506.40513000488;
};
};
[1] = {
["mode"] = "Gather";
["markerType"] = "miningMarker";
["marker"] = "Mining 30";
["useStealth"] = "0";
["itemId"] = 0;
["itemCount"] = 10;
["gearset"] = 9;
["gatherItemName"] = "Blitzscherbe";
["location"] = {
["map"] = 146;
["mesh"] = "Southern Thanalan";
["y"] = 7.64693450928;
["x"] = 206.430469512939;
["z"] = -6.54364013672;

};
};
};


}
return obj1

hi im very new to this , im trying to gather shards ,how would I get this text into task manager?
Hi Sebb

Do you know if it's possible fate farm in different zones based on time or number of accomplished fates?

Someone asked the same question some months ago in this thread, but then there was no support for it. Today I see that it says "Fate count" works on the first page for updates.

Is there anything I can add to the task profile that can count the number of fates finished or time spent?

Would be very interesting to be able to move around between different zones, to avoid staying in the same zone hours on end.

/Biz
(04-21-2015, 08:46 AM)bizzmo Wrote: [ -> ]Hi Sebb

Do you know if it's possible fate farm in different zones based on time or number of accomplished fates?

Someone asked the same question some months ago in this thread, but then there was no support for it. Today I see that it says "Fate count" works on the first page for updates.

Is there anything I can add to the task profile that can count the number of fates finished or time spent?

Would be very interesting to be able to move around between different zones, to avoid staying in the same zone hours on end.

/Biz


I use maxlevel.


[2] = {
["mode"] = "Grind";
["fateId"] = "";
["maxLevel"] = 20;
["location"] = {
["map"] = 140;
["mesh"] = "Western Thanalan";

};
};
(04-21-2015, 09:34 AM)sebbs Wrote: [ -> ][2] = {
["mode"] = "Grind";
["fateId"] = "";
["maxLevel"] = 20;
["location"] = {
["map"] = 140;
["mesh"] = "Western Thanalan";

};
};

I'm already level 50 so that wont work. I'm doing light farming. If there isn't an funtion count completed fates or time, maybe ItemCount on Alexandrite can be a trigger as a workaround?
(04-21-2015, 09:41 PM)bizzmo Wrote: [ -> ]
(04-21-2015, 09:34 AM)sebbs Wrote: [ -> ][2] = {
["mode"] = "Grind";
["fateId"] = "";
["maxLevel"] = 20;
["location"] = {
["map"] = 140;
["mesh"] = "Western Thanalan";

};
};

I'm already level 50 so that wont work. I'm doing light farming. If there isn't an funtion count completed fates or time, maybe ItemCount on Alexandrite can be a trigger as a workaround?

Or gil.
anything that drops can be used.
why just not enable atma.... it will jump around to all the zones based on time already, thats what i do when i farm up my alexandrites.
Hi all! i have a another issue with TM.. my character first harvest 750 windshards with mining in east shroud. after complete this task he teleports to central shroud and harvest windshards with botany. Unfortunately TM did not switch to the botany / mining markers after switching zones. attached you can see a bit of the code but i dont see any false imput. cheers!

[/php]
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
    ["tasks"] = {
    [0] = {
      ["mode"] = "Gather";
      ["markerType"] = "miningMarker";
      ["marker"] = "Taskminer";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 750;
      ["gearset"] = 2;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 152;
    ["mesh"] = "East Shroud";
    ["x"] = -197.71771240234;
    ["y"] = -3.3578627109528;
    ["z"] = -297.73760986328;
      };
    };
      [1] = {
      ["mode"] = "Gather";
      ["markerType"] = "botanyMarker";
      ["marker"] = "Botany 30";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 1500;
      ["gearset"] = 3;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 148;
    ["mesh"] = "Central Shroud";
    ["x"] = -13.177889823914;
    ["y"] = -1.2284388542175;
    ["z"] = 44.000438690186;

      };
    };

      [2] = {
      ["mode"] = "Gather";
      ["markerType"] = "miningMarker";
      ["marker"] = "Taskminer";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 2250;
      ["gearset"] = 2;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 152;
    ["mesh"] = "East Shroud";
    ["x"] = -197.71771240234;
    ["y"] = -3.3578627109528;
    ["z"] = -297.73760986328;
      };
    };
      [3] = {
      ["mode"] = "Gather";
      ["markerType"] = "botanyMarker";
      ["marker"] = "Botany 30";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 3000;
      ["gearset"] = 3;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 148;
    ["mesh"] = "Central Shroud";
    ["x"] = -13.177889823914;
    ["y"] = -1.2284388542175;
    ["z"] = 44.000438690186;

      };
    };
      [4] = {
      ["mode"] = "Gather";
      ["markerType"] = "miningMarker";
      ["marker"] = "Taskminer";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 3750;
      ["gearset"] = 2;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 152;
    ["mesh"] = "East Shroud";
    ["x"] = -197.71771240234;
    ["y"] = -3.3578627109528;
    ["z"] = -297.73760986328;
      };
    };
    
      [5] = {
      ["mode"] = "Gather";
      ["markerType"] = "botanyMarker";
      ["marker"] = "Botany 30";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 4500;
      ["gearset"] = 3;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 148;
    ["mesh"] = "Central Shroud";
    ["x"] = -13.177889823914;
    ["y"] = -1.2284388542175;
    ["z"] = 44.000438690186;

      };
    };

      [5] = {
      ["mode"] = "Gather";
      ["markerType"] = "miningMarker";
      ["marker"] = "Taskminer";
      ["useStealth"] = "0";
      ["itemId"] = 4;
      ["itemCount"] = 5250;
      ["gearset"] = 2;
      ["gatherItemName"] = "Windscherbe";
      ["location"] = {
        ["map"] = 152;
    ["mesh"] = "East Shroud";
    ["x"] = -197.71771240234;
    ["y"] = -3.3578627109528;
    ["z"] = -297.73760986328;
      };
    };