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?
03-03-2015, 06:44 PM (This post was last modified: 03-03-2015, 06:51 PM by opengrip.)
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...
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;
};
};
03-03-2015, 09:29 PM (This post was last modified: 03-03-2015, 09:30 PM by cairface.)
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.
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!