79135 4 Posted May 21, 2019 Share Posted May 21, 2019 How to set into focus by guid? var unit = ObjectManager.GetObjectWoWUnit().OrderBy(o => o.GetDistance).FirstOrDefault(); ObjectManager.Me.FocusGuid= unit.Guid; - dont work Link to comment https://wrobot.eu/forums/topic/11269-add-into-focus-per-guid/ Share on other sites More sharing options...
Marsbar 228 Posted May 21, 2019 Share Posted May 21, 2019 (edited) 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, 2019 by Marsbar Link to comment https://wrobot.eu/forums/topic/11269-add-into-focus-per-guid/#findComment-53865 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