01-11-2015, 01:24 AM
Hello,
I have big problem with loot in T5.
It do roll on accesory from right chest, but then it rolls only on first item from second chest and ignoring second item there (wootz/silk/leather). Strange is that I see number on picture with loot, BUT it dont loot on it, because log dont show roll. I tried it manually and when I did it manually, I had my roll in log, so somewhere is some bug. Im sure becuase I realized many many runs and no loot from second slot :(
Odd is that rest of party members loot on it.
Thanks for help.
Profile:
I have big problem with loot in T5.
It do roll on accesory from right chest, but then it rolls only on first item from second chest and ignoring second item there (wootz/silk/leather). Strange is that I see number on picture with loot, BUT it dont loot on it, because log dont show roll. I tried it manually and when I did it manually, I had my roll in log, so somewhere is some bug. Im sure becuase I realized many many runs and no loot from second slot :(
Odd is that rest of party members loot on it.
Thanks for help.
Profile:
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["Encounters"] = {
[1] = {
["doWait"] = true;
["radius"] = 25;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 9000;
["doKill"] = false;
["startPos"] = {
["General"] = {
["y"] = 65.065101623535;
["x"] = -23.029796600342;
["h"] = 0.58965969085693;
["z"] = -65.052932739258;
};
};
["bossIDs"] = "";
};
[2] = {
["doWait"] = true;
["radius"] = 25;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 6000;
["doKill"] = false;
["startPos"] = {
["General"] = {
["y"] = 51.952930450439;
["x"] = -7.7000312805176;
["h"] = 0.41582489013672;
["z"] = -34.009796142578;
};
};
["bossIDs"] = "";
};
[3] = {
["doWait"] = true;
["radius"] = 20;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 7000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["y"] = 70.020233154297;
["x"] = 0.13807199895382;
["h"] = 0.3974871635437;
["z"] = -0.88616198301315;
};
};
["bossIDs"] = "1482;";
};
[4] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["lootid"] = "224";
["waitTime"] = 6000;
["startPos"] = {
["General"] = {
["y"] = 53.700000762939;
["x"] = 11.800000190735;
["h"] = -2.4000000953674;
["z"] = 33.5;
};
};
};
[5] = {
["doWait"] = true;
["radius"] = 10;
["taskFunction"] = "ffxiv_task_loot.Create";
["lootid"] = "223";
["waitTime"] = 6000;
["startPos"] = {
["General"] = {
["y"] = 53;
["x"] = 18.200000762939;
["h"] = -2.4000000953674;
["z"] = 29.200000762939;
};
};
["lootid"] = "223";
};
[6] = {
["doWait"] = true;
["radius"] = 5;
["taskFunction"] = "ffxiv_task_loot.Create";
["lootid"] = "223";
["waitTime"] = 15000;
["failTime"] = 6000;
["doLoot"] = true;
["startPos"] = {
["General"] = {
["y"] = 70.020233154297;
["x"] = 0.13807199895382;
["h"] = 0.3974871635437;
["z"] = -0.88616198301315;
};
};
};
};
["MapID"] = 245;
["EncounterIndex"] = 1;
}
return obj1