02-06-2014, 07:12 AM
I've managed to write a Profile For Ifrit... But here is My issue that I am running into.. It will teleport right infront of ifrit to pull him, then teleport to Kill spot right after aggro. Well once it gets to fight spot it will not target Ifrit or attack him.. If I stop the bot and hit start again.... It will teleport to pull spot, and right back to kill spot, and then it DOES attack him... Why is this happening?
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["MapID"] = 295;
["Encounters"] = {
[1] = {
["doWait"] = true;
["waitTime"] = 5000;
["fightPos"] = {
["General"] = {
["y"] = 0.000000;
["x"] = -17.715820;
["h"] = -2.217989;
["z"] = -28.030884;
};
};
["bossIDs"] = "1185;";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["radius"] = 25;
["startPos"] = {
["General"] = {
["y"] = 0.000000;
["x"] = 5.000000;
["h"] = -0.017006;
["z"] = 0.000000;
};
};
};
};
["EncounterIndex"] = 0;
}
return obj1