NPCScan cache clearing

Got World of Warcraft news? Seen something cool? Share it here.

Moderator: Guild Shogun

Post Reply
Animma
Posts: 385
Joined: Mon Apr 14, 2008 10:55 pm

NPCScan cache clearing

Post 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.)
Post Reply