zhxwbr8 1 Posted July 7, 2020 Share Posted July 7, 2020 Hi myfriend , how to write in Easy Quests Editor->Is complete ,when after target dead goto nextstep? Link to comment Share on other sites More sharing options...
TheSmokie 242 Posted July 7, 2020 Share Posted July 7, 2020 You can use follow path, zhxwbr8 1 Link to comment Share on other sites More sharing options...
Pudge 24 Posted July 7, 2020 Share Posted July 7, 2020 return ObjectManager.GetWoWUnitByEntry(12345).Count == 0;// replace 12345 to your boss entry return ObjectManager.GetWoWUnitByName("Name").Count == 0; // replace "Name" to your boss name zhxwbr8 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now