05-27-2014, 08:00 PM
you can basically do it two ways. First way would be like this under encounter 1
another way would be to do
first example the bot TPs to first cord to start hte encounter and then TPs to the 2nd cord to kill. all in first encounter.
second exmaple the bot will TP to encounter one attack the mob then TP to encounter 2 and kill the mob
Code:
[1] = {
["doWait"] = true;
["waitTime"] = 5000;
["fightPos"] = {
["General"] = {
["y"] = -6.000011;
["x"] = 144.494232;
["h"] = -2.673527;
["z"] = 127.00927;
};
};
["bossIDs"] = "1548";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["radius"] = 50;
["startPos"] = {
["General"] = {
["y"] = -9.000011;
["x"] = 125.494232;
["h"] = -3.136393;
["z"] = 110.00927;
};
};
};
another way would be to do
Code:
[1] = {
["doWait"] = true;
["doKill"] = false;
["bossIDs"] = "35;1560;1561;1562;1563;1559";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 3500;
["startPos"] = {
["General"] = {
["y"] = -9.890516;
["x"] = 131.589523;
["h"] = -3.094769;
["z"] = 386.487915;
};
};
["radius"] = 30;
[2] = {
["doWait"] = true;
["doKill"] = True;
["bossIDs"] = "35;1560;1561;1562;1563;1559";
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 3500;
["startPos"] = {
["General"] = {
["y"] = -9.890516;
["x"] = 187.589523 ;
["h"] = -3.136658;
["z"] = 378.487915 ;
};
};
["radius"] = 30;
first example the bot TPs to first cord to start hte encounter and then TPs to the 2nd cord to kill. all in first encounter.
second exmaple the bot will TP to encounter one attack the mob then TP to encounter 2 and kill the mob