Jump to content

Add into focus per guid


79135

Recommended Posts

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
Share on other sites

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 by Marsbar
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...