• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Looking for addon or macro for zoom camera

colezz

New Member
Joined
Apr 27, 2016
hi so i know there is a simple macro i have for max camera distance, what im wondering is if there is any addon/ macro that lets me set a specific camera distance. so i want to be able to run around at max distance but when need i press a keybind and it instantly zooms in to my desired position or vice versa from zoomed to max.

Is this possible thanks.
 
hi so i know there is a simple macro i have for max camera distance, what im wondering is if there is any addon/ macro that lets me set a specific camera distance. so i want to be able to run around at max distance but when need i press a keybind and it instantly zooms in to my desired position or vice versa from zoomed to max.

Is this possible thanks.
yes, you define a camera preset with
Code:
/script SaveView(2);

afterwards, you can call the defined preset with
Code:
/script SetView(2);

you can use the numbers 2-5 to preset 4 different camera setups/distances
 
Top Bottom