Jump to content

Vehicle Quest Targeting


supersurfer

Recommended Posts

hi there,

i want to script a quest where i need to use a non moving vehicle and shoot a moving target, anybody know how to manipulate/control the shooting direction ?

i attached a picture to better illustrate the problem.

thanks for any help

wowquest.png

Link to comment
Share on other sites

  • 2 months later...

Hello, try 

wManager.Wow.Helpers.ClickOnTerrain.Pulse(new Vector3(1, 2, 3));

// or

wManager.Wow.Helpers.ClickToMove.CGPlayer_C__ClickToMove(1, 2, 3, Int128.Zero(), (int)wManager.Wow.Enums.ClickToMoveType.Move, 0.5f);

 

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