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.
itis possible to have chain fate? some of fates need to trigger from first one. for animus book.
(01-03-2015, 06:35 AM)Hackzor Wrote: [ -> ]itis possible to have chain fate? some of fates need to trigger from first one. for animus book.

It is possible to add the previous fate to the file.. but....
If you get there as the 1st one ends it wont participate in the 2nd one as it hasnt finished step 1.

i try and keep those sorts of fate to the last step for this reason.
Is there a way to activate teleport, toon aggro alot of mob while trying to get to the specific mob, and i am doing it with a WHM, it doesnt kill the mob fast enough. Thanks, great addon though =)
Do you mean, teleport to kill or teleport to run away? I've noticed if I had teleport active while doing these that it would teleport back to the Aetheryte mid combat if it got low. Since I'm Mr paranoid, I disable teleport while in open world. As for teleport to kill, I've seen people doing that in open world and it's way too obvious. They just lowered the coordinates.
(01-03-2015, 08:09 AM)bw14 Wrote: [ -> ]Is there a way to activate teleport, toon aggro alot of mob while trying to get to the specific mob, and i am doing it with a WHM, it doesnt kill the mob fast enough. Thanks, great addon though =)

can request it but as shown below its kind of obvious when you just appear and start killing these mobs..
Yeah, I was doing a book in Mor with someone doing it and it was quite amusing watching the links try and get him...
Hi
Trying to write a low level grind that will move between zones? Basically Hunting Log + Grind a little. So far it works fine for everything but I have to change zones manually, stopping and starting taskmanager. Is it possible without teleport? So far it seems to only want to move between zones is via teleport. I have unchecked Use Aetherytes in the general settings. Is it just not possible to move into an unexplored zone.

Also can you show me an example that would attune to aetherytes.

Happy to share tasks as I complete them.

weird Bug.... I Was using my high level account to run a Book profile. Logged out and back in on my low level account. 2 completely different accounts. attached bot again and began working on the aforementioned task. I died and ported back to a zone I had finished with the high level account. MMominion then tried to continue the high level profile. I noticed that in the status window it had registered the high level Marker Name. Task manager was still running low level Task file. Anyway thought I'd let you know because this is a great module :-)

Regards
Marker list mode?

Because the markers have no levels set on a bot on off it may select tbe wrong marker. Thats why it is forces to single marker mode.

New update should fix the death bugs.
So this is wrong
Trying to get this task to work i not possible. Grind 4 then on to next task if in level range grind more than once level 8 move to next task?
[7] = {
["mode"] = "Grind";
["markerType"] = "grindMarker";
["marker"] = "Cave_Bat";
["contentId"] = 364;
["contentCount"] = 4;
["location"] = {
["map"] = 135;
["mesh"] = "Lower La Noscea";
["x"] = 296.59451293945;
["y"] = 76.095573425293;
["z"] = -313.77795410156;
};
};

[8] = {
["mode"] = "Grind";
["markerType"] = "grindMarker";
["marker"] = "Cave_Bat";
["contentId"] = 364;
["Min Level"] = {
["type"] = "int";
["name"] = "Min Level";
["value"] = 5;
["choices"] = "";
["order"] = 11;
};
["Max Level"] = {
["type"] = "int";
["name"] = "Max Level";
["value"] = 8;
["choices"] = "";
["order"] = 12;
};
["location"] = {
["map"] = 135;
["mesh"] = "Lower La Noscea";
["x"] = 296.59451293945;
["y"] = 76.095573425293;
["z"] = -313.77795410156;
};
};

Thank you for taking the time to explain this :-)

Regards
Would be


["mode"] = "Grind";
["markerType"] = "grindMarker";
["marker"] = "Cave_Bat";
["contentId"] = 364;
["Maxlevel"] = 8;


Once it hits lvl 8 the step will end and move to task 9.

Fyi. You can add level requirements to your makers in marker manager.

If you share a task just include zone info file and others qill have the markers setup as you do.

But max level works fine.

I have uploaded a duty leveling pack with maxlevel setup if you wanna check it out.