• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Clear ALL cache, wow and HB to fix quest problem.

    Discussion in 'Honorbuddy Forum' started by Bengan12, Mar 10, 2013.

    Thread Status:
    Not open for further replies.
    1. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Got tired off clearing the cashe 50 times a day, so i made a script to ckear all cashe at once.

      1. You need to open notepad.

      2. copy in this and replace "your folder directory" with for example C:\my name\honorbuddy\ and the wow part with the wow links.
      Also change C: to what ever you use, and remove the " "...
      Code:
      @echo off
      del C:\"your folder directory"\honorbuddy\Cache\*.* /Q
      del /Q C:\"your folder directory"\honorbuddy\CompiledAssemblies\*.*
      for /f "tokens=* delims=" %%j in ('dir "C:\Games\Questing\World of Warcraft\WTF\Account\" /B /AD') do (
      RD "C:\"your folder directory"\World of Warcraft\WTF\Account\%%j" /S /Q)
      for /f "tokens=* delims=" %%j in ('dir "C:\"your folder directory"\World of Warcraft\Cache\" /B /AD') do (
      RD "C:\Games\Questing\World of Warcraft\Cache\%%j" /S /Q)
      for /f "tokens=* delims=" %%j in ('dir "C:\"your folder directory"\World of Warcraft\Data\Cache\" /B /AD') do (
      RD "C:\"your folder directory"\World of Warcraft\Data\Cache\%%j" /S /Q)
      
      then press "Arcive" select "Save As" Change the .txt to All or Any.
      Enter random name and add .bat after.

      Run and be happy, you just cleared HB cache, HB CompiledAssemblies (not needed but wont hurt)
      Wow cache, wow data cache and wow account cache, last one might not be needed but not hurt.

      Would put this in guides but i can?t post there :C
       
      Last edited by a moderator: Mar 11, 2013
    2. Donrevallo

      Donrevallo Member

      Joined:
      Mar 10, 2013
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6
      Thanks , nice Idea from you i deleted before it alltimes i started WoW the Cache by my self.
       
    3. devillian

      devillian New Member

      Joined:
      Oct 29, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Question

      What exactly does this do ?
      /f "tokens=* delims=" %%j in ('dir "C:\Games\Questing\World of Warcraft\WTF\Account

      I don't have a C:\games directory on my PC.

      Cheers
       
    4. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Devillian,

      Its a combination of features of the Windoze DIR command, and Windoze batch file scripting. Here are a couple of references:

      This topic is seriously beyond the scope of the BosslandGmbH forums. You should use Google to find what you need.

      Thread closed, due to necro.

      cheers,
      chinajade
       
    Thread Status:
    Not open for further replies.

    Share This Page