• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Macro addon graphics resolution

    Discussion in 'Honorbuddy Forum' started by Heart, Oct 17, 2014.

    1. Heart

      Heart Member

      Joined:
      Nov 30, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      Hi
      I would need help with a macro

      One that will turn off all addons. Change the graphics to low and the resolution to the minimum.

      And can change back to my original

      Would it work like that?
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      You can easily disable all addons with /disableaddons and enable them with /enableaddons.


      As far as lowering graphics, you'd need to go through every graphical settings and write a code for it.
      Ex: /console waterDetail 0

      Here's a full list: Console variables - Wowpedia - Your wiki guide to the World of Warcraft

      I'd go through that list and pick out the most demanding settings and lower them.
      Like, waterDetail, farclip, enviromentDetail, etc.
       
      Last edited: Oct 17, 2014
    3. Heart

      Heart Member

      Joined:
      Nov 30, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      Thx :)

      One more question ;) where do i find that explain and tell me how to use all bot setup.
       
    4. Hybr

      Hybr Member

      Joined:
      Dec 13, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      16
      Use the search function.
       
    5. Heart

      Heart Member

      Joined:
      Nov 30, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      But if i want a macro that change my screen from windowed(full screen) to windowed 720x576

      Have been goggle it but cant find any good it just go to Fullscreen not windowed.

      And i dont understand how to writ a macro like that


      this is from a other site
      Fullscreen <-> Windowed (Fullscreen)
      /run SetCVar("gxWindow",1-GetCVar("gxWindow"))SetCVar("gxMaximize",1)RestartGx()

      But i dont want Fullscreen :/
       

    Share This Page