October 21, 20178 yr Hi all i need to create a quest to speach with npc, summon a Boss and kill it, i try to use 2 different type (interactwithNPC after that killandloot) but my char speack forever wit npc and don't kill the mob, you have some idea?
October 21, 20178 yr hi, You need to add isComplete condition. you need to looking for your mobs id. OR step 1) runcode : // interact with npc step 2) killandLoot
October 21, 20178 yr For the interactWithNpc you can use return ObjectManager.GetWoWUnitByEntry(IDofBOSS).Count == 1; for example
Create an account or sign in to comment