12-12-2014, 07:02 PM
(This post was last modified: 12-12-2014, 07:35 PM by zerovisual.)
The fight works great, but my bots are not looting.. I am having to manually do this. I was looking for the loot ID. I thought maybe adding that in will help. They do port to right next to the chest, they just do not open it. This would make mount farming easier. Any ideas.. thanks
I am thinking it is 225.. i am gonna try adding in the loot id.
GOT IT:
My last task looks like this now:
[2] = {
["doWait"] = true;
["radius"] = 3;
["taskFunction"] = "ffxiv_task_loot.Create";
["maxWait"] = 3;
["doLoot"] = true;
["startPos"] = {
["General"] = {
["y"] = -1.928177118304;
["x"] = 1.2391729828225;
["h"] = -2.9064517021179;
["z"] = -13.719116210938;
};
};
["lootid"] = 225;
};
i believe the "doLoot" fixed it.
I am thinking it is 225.. i am gonna try adding in the loot id.
GOT IT:
My last task looks like this now:
[2] = {
["doWait"] = true;
["radius"] = 3;
["taskFunction"] = "ffxiv_task_loot.Create";
["maxWait"] = 3;
["doLoot"] = true;
["startPos"] = {
["General"] = {
["y"] = -1.928177118304;
["x"] = 1.2391729828225;
["h"] = -2.9064517021179;
["z"] = -13.719116210938;
};
};
["lootid"] = 225;
};
i believe the "doLoot" fixed it.