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.
Yup that wasnt the issue. Its all in the right Place Jackie just looked at my folders etc doing a windows update now. But im fairly up to date so dont think that is it either,
Ok I'm completely up to date with my windows and the folder is definitely in the right spot and im still not getting any tasks in the drop down menu. Any ideas what else I could do to get this working?
have you tried totaly downloading a new zip for the addon and installing it? maybe something in your original download of the zip was corrupted.

do you have any AV software installed besides windows defender?
Only defender and ill try redownloading from the front page again

Redownloaded and still no luck. Its as if the task manager works but it isnt reading the task files in the folder...
Try making a new file yourself.
Add it to the folder and see if you see that one.

Someone else had an issue once with the extension name i think.
Hi all
This is my currently worked on version of the Task manager.
I commented some stuff out which wasnt interesting for me or not working fine.
Added are:
moving between zones.
If the next task is not in the same zone it will ride and take ferries or Ariships.
Unless you mark in the guy the tp checkbox then it will teleport to the next Aethernet.
----------------------------------------------------------
Sleep just do nothing for X seconds
[16] ={
["timeout"]= 90;
["mode"] = "SLEEP";
};
---------------------------------------------------------------------------------
Interact with NPC or things
eg. will go to the in keeper and logut in bed .
[2] = { ["mode"] = "NavTest";
["type"] = "interact";
["conversationindex"] = 1;
["meshname"] = "New Gridania";
["id"] = 1000102;
["location"] = {
["mesh"] = "New Gridania";
["map"] = 132;
["x"] =26.136468887329;
["y"] = -8;
["z"] = 100.05309295654;
};
};

[3] = { ["mode"] = "NavTest";
["type"] = "interact";
["conversationindex"] = 3;
["id"] = 2000088;
["location"] = {
["mesh"] = "Gridania - Inn";
["map"] = 179;
["x"] =2.4374754428864;
["y"] = -1.0007573791881e-006;
["z"] = -4.1902413368225;
};
};
----------------------------------------------------
But stuff from a vendor:
e.g. will buy until i have 50 of Gysahl Green(id 4868)
[15]={
["mode"] = "NavTest";
["type"] = "vendor";
["buyamount"] = 50;
["id"] = 1000220;
["delay"] = 2000;
["itemid"] = 4868;
["location"] = {
["mesh"] = "Central Shroud";
["map"] = 148;
["x"] =15.804850578308;
["y"] = -8.0115575790405;
["z"] = -15.693251609802;
};
};

Possible thats not 100% bug free and will be developed further.
Have fun
I just changed the directory it was looking in to a folder of my choice and it started working. I only modified the file structure as I had it pictured because it wasn't working to begin with and was testing what directory path it was determining.

Thanks for the replies.
Strange but least we have a fix if it occurs again.
Im having an issue with the "kill 100" mosters part of each book, i am using teleport and its teleporting immediately on killing the mob and its not triggering the "count" message to pop up in the text chat window and thus its not counting in task manager.

Any way to add a slight wait, say 1-2 secs after a kill before it teleports? so you get the confirmation/count
guys i have a question, why if i'm in any duty and start the bot in grind only for attack with any skill profile (blm, brd or nin example), why i can't move myself for avoid aoe? if i move the bot still have the enemy target and cant let me move where i want then i need to stop the bot and avoid aoe the start it again....there is something i can do for move myself how i want? pls ty!