07-25-2015, 02:19 PM
07-25-2015, 02:25 PM
theres only 2 steps.
what do you want it to do?
what do you want it to do?
07-25-2015, 02:40 PM
(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
07-25-2015, 03:11 PM
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;
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:30 PM
(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.
07-25-2015, 04:42 PM
i dont know the fight so cant really advise you on that 1 much sorry
07-26-2015, 01:33 PM
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
http://www.mmominion.com/Thread-Urth-s-Fount-Odin-Loot
07-26-2015, 04:59 PM
(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
07-29-2015, 09:16 AM
["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";
};
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-31-2015, 03:46 PM
(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