July 7, 20205 yr Hi myfriend , how to write in Easy Quests Editor->Is complete ,when after target dead goto nextstep?
July 7, 20205 yr return ObjectManager.GetWoWUnitByEntry(12345).Count == 0;// replace 12345 to your boss entry return ObjectManager.GetWoWUnitByName("Name").Count == 0; // replace "Name" to your boss name
Create an account or sign in to comment