08-09-2015, 10:30 AM
(This post was last modified: 08-09-2015, 10:31 AM by tiberian1985.)
any solution with this problem sofar? my duties profile completly ignore the 2nd steps and just quit.
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["Category"]=1;
["Encounters"] = {
-- Kiste 1
[1] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 3000;
["startPos"] = {
["General"] = {
["x"] = -33.018615722656;
["y"] = 17;
["z"] = -2.0958364009857;
["h"] = 1.5330821275711;
};
};
["lootid"] = 302;
};
-- Kiste 2
[2] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 6000;
["startPos"] = {
["General"] = {
["x"] = 71.608711242676;
["y"] = -260.98260498047;
["z"] = -18.790084838867;
["h"] = 2.0231318473816;
};
};
["lootid"] = 303;
};
};
["EncounterIndex"] = 0;
["MapID"] = 363;
}
return obj1
added failtime = no change
added steps = no change still quit after first step
raise waittime= no change
any more solution would help thx
ps: it still loot first chest so loot doesnt seem to be disabled
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["Category"]=1;
["Encounters"] = {
-- Kiste 1
[1] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 3000;
["startPos"] = {
["General"] = {
["x"] = -33.018615722656;
["y"] = 17;
["z"] = -2.0958364009857;
["h"] = 1.5330821275711;
};
};
["lootid"] = 302;
};
-- Kiste 2
[2] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 6000;
["startPos"] = {
["General"] = {
["x"] = 71.608711242676;
["y"] = -260.98260498047;
["z"] = -18.790084838867;
["h"] = 2.0231318473816;
};
};
["lootid"] = 303;
};
};
["EncounterIndex"] = 0;
["MapID"] = 363;
}
return obj1
added failtime = no change
added steps = no change still quit after first step
raise waittime= no change
any more solution would help thx
ps: it still loot first chest so loot doesnt seem to be disabled