EloiStree / HelloWarcraftQAXR

Learn coding by creating bot and script for QA on Wow and other games through XR.
1 stars 0 forks source link

Topic: Set the camera view of the character to easy some macro (Run SetView SaveView) #29

Open EloiStree opened 9 months ago

EloiStree commented 9 months ago

In wow, you can use hotkey to save and set the view. But you can also use LUA script

Will save the view 1 with current camera move: /run SaveView(1);

Will load the view store in 1: /run SetView(1);

You can use them if you need to interact with an object that are not always to the same place.

My last use of it is to be sure to span the Hyper Ocean to a specific place.