When i use the code:
WoWObject obj1= wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWUnit(wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWUnit());
uint address = obj1.GetBaseAddress;
"wManager.Wow.Helpers.Interact.InteractGameObject(address, true, true);"
The bot Target the monster then autoattack.
How can i target the monster but not attack , just target the enemy. What api shoud i use.