1. #1
    Deleted

    Max Camera distance increase?

    I've tried all the macros I used to use, but none of them work. Is there not a way to increase camera distance anymore

  2. #2
    /script SetCVar ("cameraDistancemax" ,50)

    Taken from http://www.wowpedia.org/Loot_reaver

  3. #3
    whoa thanks, thats what I need

  4. #4
    Deleted
    Indeed very nice.

  5. #5
    The Patient Marrel's Avatar
    10+ Year Old Account
    Join Date
    Feb 2010
    Location
    Behind you...
    Posts
    348
    the one I use is

    /console CameraDistanceMaxFactor 4

    probably does the same thing as the above coding tho

  6. #6
    From what I understand, the distance is capped at 50.
    The factor is the number you are multiplying with the Distance value, while the cap is still 50. So....
    /console cameraDistanceMax 50
    is the same as
    /console cameraDistanceMax 25
    /console cameraDistanceMaxFactor 2
    is the same as
    /console cameraDistanceMax 10
    /console cameraDistanceMaxFactor 5
    etc. They just multiply to 50 which is the cap.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7
    Quote Originally Posted by Marrel View Post
    the one I use is

    /console CameraDistanceMaxFactor 4

    probably does the same thing as the above coding tho
    /console CameraDistanceMaxFactor 5
    goes farther :P
    Quote Originally Posted by Swizzle View Post
    Frost has been the leveling spec of choice since....forever. The people laughing at you are wrath babies and should be treated the same way David Hasslehoff treats his body: with no respect.

  8. #8
    Deleted
    Quote Originally Posted by litledude View Post
    /console CameraDistanceMaxFactor 5
    goes farther :P
    The Spinal Tap of Camera Distance macros.

  9. #9
    Quote Originally Posted by litledude View Post
    /console CameraDistanceMaxFactor 5
    goes farther :P
    Well it would do, if your CameraDistanceMax was 12 or less to start with, since it wouldn't cap out at a factor of 4.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •