Igoblin
New Member
- Joined
- Oct 16, 2013
- Messages
- 127
Hi, I have a request for this spectacular APP, many times when the bot reconnects or closes the cache is corrupted, this creates many problems in questing; wanted to know if it is possible to create an option to clean the cache when disconnecting or reconnecting honorbuddy! (For example using a batch file to clear caches) i have one...
set WoW_Dir=C:\Users\user\Desktop\World of Warcraft
set HB_Dir=C:\Users\user\Desktop\Honorbuddy
set WoW_Local=enUS
cls
Echo WoW directory set to %WoW_Dir%
Echo WoW Local set to %WoW_Local%
Echo HonorBuddy directory set to %HB_Dir%
Echo .
Echo ..
Echo ...
Echo Deleting Cache
del /q/f/s "%WoW_Dir%\Errors\*.*"
del /q/f/s "%WoW_Dir%\Cache\*.*"
del /q/f/s "%WoW_Dir%\Data\Cache\enUS\*.*"
del /q/f/s "%HB_Dir%\Cache\*.*"
del /q/f/s "%HB_Dir%\Logs\*.*"
del /q/f/s "C:\ProgramData\Blizzard Entertainment\Battle.net\*.*"
Echo Errors, Logs, Cache Cleared...
Exit
set WoW_Dir=C:\Users\user\Desktop\World of Warcraft
set HB_Dir=C:\Users\user\Desktop\Honorbuddy
set WoW_Local=enUS
cls
Echo WoW directory set to %WoW_Dir%
Echo WoW Local set to %WoW_Local%
Echo HonorBuddy directory set to %HB_Dir%
Echo .
Echo ..
Echo ...
Echo Deleting Cache
del /q/f/s "%WoW_Dir%\Errors\*.*"
del /q/f/s "%WoW_Dir%\Cache\*.*"
del /q/f/s "%WoW_Dir%\Data\Cache\enUS\*.*"
del /q/f/s "%HB_Dir%\Cache\*.*"
del /q/f/s "%HB_Dir%\Logs\*.*"
del /q/f/s "C:\ProgramData\Blizzard Entertainment\Battle.net\*.*"
Echo Errors, Logs, Cache Cleared...
Exit