MMOMinion

Full Version: Stop in the middle of Duty Profiles is
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try oden solo.
but, Stop in the middle of Duty Profiles is.

Do not people know or do I what a fix?
theres only 2 steps.

what do you want it to do?
(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
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;
(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.
i dont know the fight so cant really advise you on that 1 much sorry
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
(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
["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";
};
(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