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.
8 hours later, Leader is lvl 29 and still queueing for sastasha. Could it be the same error that we are having with TM for books, that it is not counting levels? I scrolled through the console and there is no mention of it attempting to change task number. Maybe counting is borked for levels/fates/gathering and only working for mobs killed?

Switch is working fine, queueing up a dungeon on main changes it on all others. Just the main is not progressing on tasks.
the leveling task is based on level which is why it swapped straight away when i tried it on a lvl 30 char.

no errors for the TM in the console?

Ill have to do some testing later.

Do you have it running in extreme performance? I dont think it has time to swap profiles going at that speed.
Normal performance. I'll try a fresh instal once i hit 50 again, but yea, no errors in console, not attempts to change task, nothing odd that i saw
any idea when the fixed one will be released? :)
Hi guys!!!
I have try this tasks manager for the book and i have find some bugs...
the counter not work really good because when i kill the mob the counter dont give me the kill so my character is stucked to fight with the same mob forever...
Another bugs i have find it is when he finish to kill 10 mobs the counter reset.
Example if im reach at 3th stage he start again from zero!!!
so finaly i cant do AFK the books.
PS
Sorry for my bad english but i hope u can understand me :P
(02-17-2015, 01:31 AM)roberto_mm86 Wrote: [ -> ]Hi guys!!!
I have try this tasks manager for the book and i have find some bugs...
the counter not work really good because when i kill the mob the counter dont give me the kill so my character is stucked to fight with the same mob forever...
Another bugs i have find it is when he finish to kill 10 mobs the counter reset.
Example if im reach at 3th stage he start again from zero!!!
so finaly i cant do AFK the books.
PS
Sorry for my bad english but i hope u can understand me :P

I tested this today and it changed task fine.
the count was a bit off and i killed 3 extra after my book was complete.
I may swap the count back to 10.

What addons do you use?

[Image: 1ba68676be.jpg]
I must be totally dense. But i have been told i can use this add on to grind all the fates on a map till say i make x amount of gil then switch maps to another task and i can also use it to gather in a location till i get X number of items. How ever i am unsure no how to do this.

I can see the task list so i get that part and tasks in the tasks folder. I'm comfortable with coding also. I know many languages. So i can see in the example where it specifies the mobs or a specific fate.

What i can't seem to get my head round is how do you specify other types of tasks like crafting or gathering or farm all fates in an area?

does it use its own special api?
are there examples of the syntax it uses?

i just need a decent nod in the right direction.
(02-17-2015, 02:44 PM)aDent Wrote: [ -> ]I must be totally dense. But i have been told i can use this add on to grind all the fates on a map till say i make x amount of gil then switch maps to another task and i can also use it to gather in a location till i get X number of items. How ever i am unsure no how to do this.

I can see the task list so i get that part and tasks in the tasks folder. I'm comfortable with coding also. I know many languages. So i can see in the example where it specifies the mobs or a specific fate.

What i can't seem to get my head round is how do you specify other types of tasks like crafting or gathering or farm all fates in an area?

does it use its own special api?
are there examples of the syntax it uses?

i just need a decent nod in the right direction.

all fates in southshroud. change task at lvl 28.
[3] = {
["mode"] = "Grind";
["fateId"] = "";
["maxLevel"] = 28;
["location"] = {
["map"] = 153;
["mesh"] = "South Shroud";

};
};

gather latex. complete when 10 items.

[0] = {
["mode"] = "Gather";
["markerType"] = "botanyMarker";
["marker"] = "Latex 10 TM";
["itemId"] = 5509;
["itemCount"] = 10;
["gatherItemName"] = "Latex";
["location"] = {
["map"] = 148;
["mesh"] = "Central Shroud";
["x"] = 76.23959350586;
["y"] = 4.3239574432373;
["z"] = -196.32092285156;
};
};
thx again

so it seems like there are 2 types of values
ones like ["mode"] that set the parameters in the main bot ui

and other values like ["maxLevel"] or ["itemCount"] that are like the triggers for the the next event but are variables not of the main bot but of the task manager.

is there a list of these task manager tigers for all supported tasks?
Not so much a list just tasks i have made that you can checkout.


If you need help just ask.

https://www.dropbox.com/sh/ozo81i3xshzwh...Xvhca?dl=0