Page 1 of 1

NPCScan cache clearing

Posted: Tue Dec 18, 2012 12:55 pm
by Animma
I got fed up clearing the cache manually all the time and wrote myself this! Just make a text file and save it as something like "cache.bat"

Code: Select all

@echo off
del Cache\WDB\enGB\creaturecache.wdb
del Cache\WDB\enGB\npccache.wdb
start Wow.exe
Place this in your WoW folder and point a shortcut towards it and it'll clear the cache every time WoW starts. (adjust wow.exe for the 64 version as appropriate.)