Posts: 6,540
Threads: 67
Joined: Nov 2013
killto% would be my best bet, if they are far away, if they are reachable from the boss then just you prioitize= true and set the mob ids mob A, mob B ,boss
Posts: 208
Threads: 16
Joined: Dec 2014
That is the one I was looking for and couldn't remember, Ya they are too far away, like really far, use a portal in a manual controlled fight, or can teleport the bots and will trigger the next phase as well. Still trying to make a reliable Crystalis AFK profile
Posts: 2,921
Threads: 12
Joined: Sep 2014
05-01-2015, 02:25 AM
(This post was last modified: 05-01-2015, 02:26 AM by sebbs.)
Code:
["condition"] = {
[1] = {
["ScanForMobs('79',25)"] = true;
};
[2] = {
["ScanForMobs('109',25)"] = true;
};
[3] = {
["ScanForMobs('455',25)"] = true;
};
};
["reaction"] = {
[1] = {
["type"] = "killTarget";
["id"] = 79;
["range"] = 3;
};
[2] = {
["type"] = "killTarget";
["id"] = 109;
["range"] = 5;
};
[3] = {
["type"] = "killTarget";
["id"] = 455;
["range"] = 5;
};
};
Conditions... if it scans the mobid within 25 yards then
reaction.... move within 5 yards and kill Target id
The scan range and kill range are determined by you.
Posts: 43
Threads: 6
Joined: May 2015
Soo since you can now do solo ques in FFXIV is it still not possible to que garuda Ex solo?
Posts: 6,540
Threads: 67
Joined: Nov 2013
Posts: 43
Threads: 6
Joined: May 2015
(06-25-2015, 12:44 PM)Cichard Wrote: nope
is there a reason for it? I mean you only need to click *undersized party*
Posts: 6,540
Threads: 67
Joined: Nov 2013
because its not been added yet. the bot currently looks for 4 or 8 party members before it queues.