MMOMinion
Stop in the middle of Duty Profiles is - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Duty Profiles (https://www.mmominion.com/forumdisplay.php?fid=115)
+---- Thread: Stop in the middle of Duty Profiles is (/showthread.php?tid=13044)



Stop in the middle of Duty Profiles is - ffffffff - 07-25-2015

I try oden solo.
but, Stop in the middle of Duty Profiles is.

Do not people know or do I what a fix?


RE: Stop in the middle of Duty Profiles is - sebbs - 07-25-2015

theres only 2 steps.

what do you want it to do?


RE: Stop in the middle of Duty Profiles is - ffffffff - 07-25-2015

(07-25-2015, 02:25 PM)sebbs Wrote:  theres only 2 steps.

what do you want it to do?

1 kill oden
2 Collect the Odin of items


RE: Stop in the middle of Duty Profiles is - sebbs - 07-25-2015

Does odin dissapear at all?
You have no fail time so as soon as they loose the target it moves on to the next step

try and add a
["failTime"] = 10000;


RE: Stop in the middle of Duty Profiles is - ffffffff - 07-25-2015

(07-25-2015, 03:11 PM)sebbs Wrote:  Does odin dissapear at all?
You have no fail time so as soon as they loose the target it moves on to the next step

try and add a
["failTime"] = 10000;

The tried and as they were advised, but would be interrupted again in the middle.
Specifically, though not defeated and proceeds to the next step.


RE: Stop in the middle of Duty Profiles is - sebbs - 07-25-2015

i dont know the fight so cant really advise you on that 1 much sorry


RE: Stop in the middle of Duty Profiles is - Kyle - 07-26-2015

i have made a profile 6 months ago for odin , have you tried it to see if it still works ?

http://www.mmominion.com/Thread-Urth-s-Fount-Odin-Loot


RE: Stop in the middle of Duty Profiles is - ffffffff - 07-26-2015

(07-26-2015, 01:33 PM)Kyle Wrote:  i have made a profile 6 months ago for odin , have you tried it to see if it still works ?

http://www.mmominion.com/Thread-Urth-s-Fount-Odin-Loot

I tried.It was useless.
It would be moved to the next I did not also kill


RE: Stop in the middle of Duty Profiles is - kitanoi - 07-29-2015

["noImmune"] = true;

add this into the step for killing odin. Should fix the problem.



[1] = {
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["doWait"] = true;
["radius"] = 50;
["noImmune"] = true;
["waitTime"] = 3000;
["failTime"] = 15000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["x"] = x;
["y"] = y;
["z"] = z;
["h"] = h;
};
};
["bossIDs"] = "887";
};


RE: Stop in the middle of Duty Profiles is - ffffffff - 07-31-2015

(07-29-2015, 09:16 AM)kitanoi Wrote:  ["noImmune"] = true;

add this into the step for killing odin. Should fix the problem.



[1] = {
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["doWait"] = true;
["radius"] = 50;
["noImmune"] = true;
["waitTime"] = 3000;
["failTime"] = 15000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["x"] = x;
["y"] = y;
["z"] = z;
["h"] = h;
};
};
["bossIDs"] = "887";
};


It looks amazing!It went well thanks