Luka
OG
I have an older laptop that I play WoW with and I needed to get some better FPS, especially with WoTLK expansion so, for a big jump in FPS, even after low settings in Video effects, try making 3 macros with:
GFX1
GFX2
GFX3
If you have a dual-core processor add this to the first macro.
Tri Core
Quad Core
Then click them in sequence. Hope it helps a little, it helped me. I jumped from 15-18 fps to 38-46 fps.
Another thing (not in game) is to open notepad.exe and type
Then save this file as WoW.bat and use it to start WoW, you can make a shortcut from this file and change it's icon if you want it to look like your original, but this will start WoW with a high priority on your CPU.
If you have Vista or Windows 7 type
GFX1
Code:
/console ffx 0
/console hwPCF 1
/console shadowlod 0
/console timingmethod 1
/console showshadow 0
/console showfootprints 0
/console showfootprintparticles 0
GFX2
Code:
/console overridefarclip 0
/console farclip 177
/console horizonfarclip 1305
/console detailDoodadAlpha 0
/console groundeffectdensity 16
GFX3
Code:
/console groundeffectdist 1
/console smallcull 1
/console skycloudlod 1
/console characterAmbient 1
/console extshadowquality 0
/console environmentDetail 0.5
If you have a dual-core processor add this to the first macro.
Code:
/console m2Faster 1
Tri Core
Code:
/console m2Faster 2
Quad Core
Code:
/console m2Faster 3
Then click them in sequence. Hope it helps a little, it helped me. I jumped from 15-18 fps to 38-46 fps.
Another thing (not in game) is to open notepad.exe and type
Code:
@echo off
cd /d "C:\Program Files\World of Warcraft"
start /high WoW.exe
Then save this file as WoW.bat and use it to start WoW, you can make a shortcut from this file and change it's icon if you want it to look like your original, but this will start WoW with a high priority on your CPU.
If you have Vista or Windows 7 type
Code:
@echo off
cd /d "C:\Users\Public\Games\World of Warcraft"
start /high WoW.exe