08-04-2015, 01:38 PM
(This post was last modified: 08-04-2015, 01:39 PM by theclassic008.)
So my duty profile has varying number of steps,
after the recent update, the duty profile stops on the first step, was something changed to the functions?
for instance..
the profile will just end after killing the monster in the first step, after which it will just leave the duty.
after the recent update, the duty profile stops on the first step, was something changed to the functions?
for instance..
Code:
[1] = {
["radius"] = 25;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 3000;
["failTime"] = 5000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["x"] = 16.052814483643;
["y"] = 6.2000050544739;
["z"] = 3.7195150852203;
["h"] = -2.0878005027771;
};
};
["bossIDs"] = "423";
};
[2] = {
["radius"] = 15;
["waitTime"] = 1000;
["failTime"] = 3000;
["taskFunction"] = "ffxiv_task_interact.Create";
["startPos"] = {
["General"] = {
["x"] = 13.701915740967;
["y"] = -1.1920928955078;
["z"] = 2.2300119400024;
["h"] = -2.0982728004456;
};
};
["interactid"] = 2000324;
};
the profile will just end after killing the monster in the first step, after which it will just leave the duty.