February 14, 20197 yr Hello, why bot dont see the unit when i use CreatureTypeTarget? Without CreatureTypeTarget work is good. Unit is 100% Humanoid. var unit = ObjectManager.GetWoWUnitAttackables() .Where(o => o.GetDistance < 6 && o.CreatureTypeTarget == "Humanoid" && o.IsAlive).OrderBy(o => o.GetDistance).FirstOrDefault();
February 14, 20197 yr Creature type target is returning value only when you have the target on your target or focus.
February 14, 20197 yr Author 49 minutes ago, Mykoplazma said: Creature type target is returning value only when you have the target on your target or focus. ohh, sure.. how check without target only in range?
Create an account or sign in to comment