November 13, 20196 yr hi, is there a c# way to targeting npcs like a lua TargetUnit()? by using this code "ObjectManager.Me.Target = ObjectManager.GetWoWUnitByName("Havenshire Stallion").First().Guid;" bot starts move straight to target and interact with them instead of just targeting
November 13, 20196 yr Use this: Interact.InteractGameObject(mobs.GetBaseAddress, false, false, true);
November 18, 20196 yr Author thanks for reply, but that is not what i need, i need targeting, not interact :)
November 18, 20196 yr Without using LUA you need to use interact to target what you want to target. Otherwise look here: https://wow.gamepedia.com/API_TargetUnit
November 18, 20196 yr 5 hours ago, nickname said: thanks for reply, but that is not what i need, i need targeting, not interact ? Left click makes target
Create an account or sign in to comment