MMOMinion

Full Version: Tutorial-FFXIVMinion v1.5 "Duty mode" (How to set up Duty Mode)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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
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
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.
Soo since you can now do solo ques in FFXIV is it still not possible to que garuda Ex solo?
nope
(06-25-2015, 12:44 PM)Cichard Wrote: [ -> ]nope

is there a reason for it? I mean you only need to click *undersized party*
because its not been added yet. the bot currently looks for 4 or 8 party members before it queues.
Pages: 1 2 3