(08-09-2015, 10:30 AM)tiberian1985 Wrote: 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
i just told you, looting is disabled in the bot, it will always skip this step. right now looting is crashing the bot. so the duty helper is coded to skip any loot commands in the profiles and should just go on to the next step or leave.
are these like boss loot chests? or just like the crates through out the dungeon. if its the creates through out the dungeon, i know why its skipping if the 2nd one is far away from the first one. its the SE tele hack fix which broke most the old profiles, if you teleport to far you do not sync with the server. this happens the bot will not loot.