Brian 10 Posted September 1, 2016 Share Posted September 1, 2016 If I have an object A I want to target, how wold I do that? Link to comment Share on other sites More sharing options...
iMod 99 Posted September 1, 2016 Share Posted September 1, 2016 // Get target you want to WoWUnit target = any target you want // Target the target Interact.InteractGameObject(target.GetBaseAddress, !ObjectManager.Me.GetMove); This would be one way how you target something. Brian 1 Link to comment 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