May 21, 20197 yr How to set into focus by guid? var unit = ObjectManager.GetObjectWoWUnit().OrderBy(o => o.GetDistance).FirstOrDefault(); ObjectManager.Me.FocusGuid= unit.Guid; - dont work
May 21, 20197 yr 19 minutes ago, 79135 said: How to set into focus by guid? var unit = ObjectManager.GetObjectWoWUnit().OrderBy(o => o.GetDistance).FirstOrDefault(); ObjectManager.Me.FocusGuid= unit.Guid; - dont work It should do. Try casting something [@focus]. I think it just sets the memory focus so it doesn't display the focus ingame - I may be wrong there though.. Also there is no focus target on vanilla. Edited May 21, 20197 yr by Marsbar
Create an account or sign in to comment