Posts: 146
Threads: 18
Joined: Jul 2014
(01-07-2015, 04:08 PM)sebbs Wrote: the fail time is after it has no target waits xxx before moving to next task.
So in this case for A and B profiles, say A profile aggros mob1 and mob2 then teleports. The fail for this section begins after it has done the last task which would be aggroing mob2?
I've looked at the duty profiles I just can't read code so I wasn't sure if it just waited 2000 ms or waits 2000 ms after doing its last task for that portion of the run.
Posts: 6,540
Threads: 67
Joined: Nov 2013
first its not code...
wait time= how long it waits before starting the task.
Fail time= how long it waits after task started before it moves on to the next task.
so say wait time=3000 and fail time 5000.
you tp to coords it waits 3000 before pulling the mob. if it pulls the mob then it TPS right away. if after waiting 3000 there is no mob then 2000 more ms it then will move to the next encounter.
Posts: 146
Threads: 18
Joined: Jul 2014
Thanks for the detailed explanation