MMOMinion

Full Version: Kill Aggro Multiple ID's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
["ids"] = "2676;2677 ";
["ids"] not ["id"]
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.