a recent update to the bot requires some tweaking of profiles for looting. Open the file and see if it uses loot ID or only coordinates and add the lootid if required. Should look something like this
-- Boss Three Loot
[24] = {
["doWait"] = true;
["radius"] = 25;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 1000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["y"] = -3.999192237854;
["x"] = 125.29875183105;
["z"] = -2.2019107341766;
["h"] = -0.17998170852661;
};
};
["lootid"] = 348;
};
-- Boss Three Loot
[24] = {
["doWait"] = true;
["radius"] = 25;
["taskFunction"] = "ffxiv_task_loot.Create";
["waitTime"] = 1000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["y"] = -3.999192237854;
["x"] = 125.29875183105;
["z"] = -2.2019107341766;
["h"] = -0.17998170852661;
};
};
["lootid"] = 348;
};