What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Macro addon graphics resolution

Heart

Member
Joined
Nov 30, 2012
Messages
35
Reaction score
0
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?
 
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:
Thx :)

One more question ;) where do i find that explain and tell me how to use all bot setup.
 
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 :/
 
Back
Top