01-13-2015, 10:52 PM
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 ]
any help would be appreciated.
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.