MMOMinion
Kill Aggro Multiple ID's - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Public Chat (https://www.mmominion.com/forumdisplay.php?fid=91)
+--- Thread: Kill Aggro Multiple ID's (/showthread.php?tid=10419)



Kill Aggro Multiple ID's - zerovisual - 01-13-2015

I came across a quest in which you enter a zone and you have to kill 2 mobs that spawn.. Each mob has a different id. How can i put multiple id's into this killaggro quest command?

could it just be ["id"] = 2676,2677 or
["id"] = [ [0]=2677 [1]=2676 ]


Code:
["mapid"] = 138;
                    ["type"] = "killaggro";
                    ["failTime"] = 7000;
                    ["id"] = 2677;
                    ["itemreward"] = false;
                    ["delay"] = 5000;
                    ["pos"] = {
                        ["y"] = -41.811073303223;
                        ["x"] = -234.75151062012;
                        ["z"] = -233.69869995117;
                    };
                    ["delay"] = 6000;
                    ["id"] = 1008683;


any help would be appreciated.


RE: Kill Aggro Multiple ID's - sebbs - 01-13-2015

["ids"] = "2676;2677 ";


RE: Kill Aggro Multiple ID's - Latty79 - 01-13-2015

["ids"] not ["id"]


RE: Kill Aggro Multiple ID's - Leon - 01-14-2015

If you don't put any IDs inside, it just kills aggro mobs nearby, because if you have those IDs in 100y radius the bot goes for a grind.