Jump to content

How to target in fight class


Brian

Recommended Posts

// 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.

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...