11-02-2014, 10:44 AM
(07-26-2014, 07:14 AM)oreidenewyork Wrote: When looting chests, sometimes it will not open them. It appears to goto the location but doesnt interact with it. If i double up on the encounter, it fixes it - but this makes the whole duty take way longer to finish.
[1] = {
["doWait"] = true;
["radius"] = 3;
["waitTime"] = 1000;
["failTime"] = 5000;
["taskFunction"] = "ffxiv_task_loot.Create";
["startPos"] = {
["General"] = {
["y"] = -0.1;
["x"] = -50;
["h"] = -0.4;
["z"] = -20;
};
};
["lootid"] = 30;
};
When i double up on the encounter it will move to position, wait 10-12 seconds, open it, wait 13-15 seconds, then leave. If I stop the bot once it teleports to position, and then reactivate it, it will loot immediately with only 1 encounter.
EDIT: throwing a bullshit encounter above the loot encounter will make it loot immediately as such:
["Encounters"] = {
[1] = {
["positionRadius"] = 3;
["doWait"] = false;
["radius"] = 25;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["failTime"] = 100;
["doKill"] = true;
["startPos"] = {
["General"] = {
["y"] = -0.1;
["x"] = -50;
["h"] = -0.4;
["z"] = -20;
};
};
["bossIDs"] = "somerandomnumber";
};
It still takes a minimum of 11-12 seconds after looting to exit
Im also having this issue.
Wait time i have put in up to 10000 and wont loot it.
Doubling the loot encounter with only 1000 wait in each it loots no problem.