January 9Jan 9 I'm trying to make a quester for ulduar, For the 4 guardian when the battle is over i can't use "return ObjectManager.GetWoWUnitByEntry(BOSS).Count == 0;" because the boss don't really die but turn friendly instead, how can i bypass this ? Thx in advance ! 🙂
January 9Jan 9 may be return ObjectManager.GetObjectWoWUnit().FirstOrDefault(o => o.Entry == 12345 && o.Reaction == wManager.Wow.Enums.Reaction.Friendly) != null; Â o.Entry - id NPC
Create an account or sign in to comment