Eternal-WoW Facebook Eternal-WoW Twitter Eternal-WoW YouTube Eternal-WoW MySpace

Announcement

For instructions on connecting to our 3.3.5a WotLK servers, CLICK HERE
For instructions on connecting to our 4.X Cataclysm servers, CLICK HERE

polonicsbRedemption prepare yourself! Mr and Mrs Snowman are coming! Your maincities need support at 07:20 STwow private server 16 minutes ago
EpitaphiousReady for 3v3 Redemption? Die with honor at 20:45 ST. Arena Time!wow private server 10 hours ago
olxvxr321Maze opens at 17:35 ST in Remorse!wow private server 11 hours ago
polonicsbThe Thor is heading to Eternal. Protect your main cities from his wrath at 13:00 server time!wow private server 18 hours ago
EpitaphiousThe maze of secrets its open at Redemption @ 10:35ST get ready.wow private server 20 hours ago

Post your Guides on how to Play or do things on Eternal-WoW

Auto cache delete before running wow.

#1 by Ikybod » Sun May 01, 2011 5:41 am

An old friend told me about this quite sometime ago I thought I'd share his wisdom:

Please modify the file locations if this is not where you installed World of Warcraft.

It will not harm your system in any way, it will only deletes your cache folder and then runs wow automatically. Why do this? The cache holds a general copy of everything you see in the game. So, if you get a quest when it is broken, and later they fix it, you won't see the fix until you delete your cache. This is *very* important, clearing the cache will ensure that your game experience is as good as possible and that you run into the minimum amount of bugs. Note that this cache only holds temporary game data, it does not hold your preferences or your macros, so there is *zero* harm in deleting this folder.

Step 1:

Create a new notepad file and put the following into it:

Code: Select all
Code:
@echo off
C:
cd program files
cd world of warcraft
rd /s /q cache -x
@cls


The drive letter (C: in this case) is the root folder and drive were you have wow installed, cd program files is the folder which contains all the world of warcraft folders, cd world of warcraft is the folder containing the installation itself.

Then select "save as"

click save type as pull down menu and select "All Files"

Name the file wow.bat

Then place this on the C: drive, in the root folder of the drive (ie C:\)

Step 2:

Create another new notepad file and put the following into it:

Code: Select all
Code:

Set wshshell = CreateObject("WScript.Shell")
Set oExec = wshshell.Exec ("c:\wow.bat")

Do While oExec.Status = 0

WScript.Sleep 100

Loop

Set wowExec = wshshell.Exec("c:\program files\world of warcraft\wow.exe")

Set wowExec = Nothing
Set wshshell = Nothing


Set oExec = wshshell.Exec ("c:\wow.bat") make sure you edit the drive letter(again C in this case) to your installtion drive letter and then edit the path in this text Set wowExec = wshshell.Exec("c:\program files\world of warcraft\wow.exe") to your installation path.

Then select "save as"

Click "save type" as pull down menu and select "All Files"

Name the file wow.vbs

Then place this on the C: drive, in the root folder of the drive (ie C:\)

Right click wow.vbs and create shortcut. Place this shortcut on the desktop and when you double click it, it will delete your cache and run wow. You can even change the icon to the blizzard one.
Last edited by GregariousJB on Sat May 21, 2011 8:45 am, edited 2 times in total.
Reason: Hot pink makes my eyes bleed
Image
User avatar
Ikybod

Senior
 
Posts: 344
Topics: 45
Joined: Fri Apr 29, 2011 6:25 am
Location: Manchester, UK.
Karma: 0

Re: Auto cache delete before running wow.

#2 by Araciz » Mon May 02, 2011 2:27 am

This is a nice guide and I would recommand this for most people, atleast all of you that play Remorse ;)

For all those who'm might wonder if this is real, it is, it does not contain any hidden scripts and will do nothing else.
Thanks for sharing
Image
"Smile. It gives you an excuse to tell yourself why no one's asking what's wrong."
User avatar
Araciz

Post Hacker
 
Posts: 1885
Topics: 18
Joined: Sat Dec 11, 2010 10:53 am
Karma: 0

PostThis post was deleted by Ryuudan on Wed May 04, 2011 8:57 am.

Re: Auto cache delete before running wow.

#4 by Ryuudan » Wed May 04, 2011 8:58 am

Maybe you could clarify the path, or add more explanation, so the lesser gifted/not-so-nerd people would understand how to make this come true.

Nice iniative otherwise - it's appreciated.

Regards,
Ryuudan
_____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
User avatar
Ryuudan

Post Hacker
 
Posts: 4165
Topics: 73
Joined: Thu May 13, 2010 4:52 pm
Karma: 0

Re: Auto cache delete before running wow.

#5 by Arolexas » Mon May 09, 2011 7:02 pm

This is actually rather awesome, i was just thinking of making one, but someone already beat me to it xP, difference with mines is that my WoW folder is located @ C:\Users\Public\Games\World of Warcraft so if anyone else uses it on Public folder as well... and you dont know how to make it work.. or.. just lazy, you should just change it likes this:
Code: Select all
Code:
@echo off
C:
cd users
cd public
cd games
cd worlf of warcraft
rd /s /q cache -x
@cls


then
Code: Select all
Code:

Set wshshell = CreateObject("WScript.Shell")
Set oExec = wshshell.Exec ("c:\wow.bat")

Do While oExec.Status = 0

WScript.Sleep 100

Loop

Set wowExec = wshshell.Exec("c:\users\public\games\world of warcraft\wow.exe")

Set wowExec = Nothing
Set wshshell = Nothing


just follow the OP's instructions obviously on how to save etc ^^;
Arolexas

N00B
 
Posts: 14
Topics: 2
Joined: Mon May 02, 2011 9:47 am
Karma: 0

PostThis post was deleted by Myriad111 on Fri May 13, 2011 6:24 am.
Reason: Spam

Advertisement

Re: Auto cache delete before running wow.

#7 by Ikybod » Sat May 14, 2011 6:37 am

Ryuudan wrote:Maybe you could clarify the path, or add more explanation, so the lesser gifted/not-so-nerd people would understand how to make this come true.

Nice iniative otherwise - it's appreciated.

Regards,
Ryuudan


Ok np Ryuu.........the actual placement of the created folder is important so here goes: double click my computer then double click your hardrive that has you warcraft installation on it (example drive C) you are now in the root folder of that drive, this is were the 2 files should be saved. right click the saved .vbs file and send a copy of it to your desktop, then close all windows, now right click the new icon on your desktop and select properties, now select change icon. Select browse option and go to your wow installation folder and click the wow.exe icon and then click open it should show you 2 icons pick one click apply and the desktop icon will now look like the wow one. You can even rename the desktop icon, like I have, to call it Eternal. now when you double click that new icon it will delete your cache folder and then run wow, saving you having to delete the folder yourself each time you play. I have also edited my OP with instructions below each code page telling you what you need to change. Hope this makes the guide easier to follow.
Image
User avatar
Ikybod

Senior
 
Posts: 344
Topics: 45
Joined: Fri Apr 29, 2011 6:25 am
Location: Manchester, UK.
Karma: 0

Re: Auto cache delete before running wow.

#8 by RomyRome » Fri Sep 23, 2011 3:03 am

awesome .. thanks mate
RomyRome

N00B
 
Posts: 6
Topics: 4
Joined: Wed Aug 17, 2011 11:24 am
Karma: 0


Return to Guides

Who is online

Users browsing this forum: No registered users and 1 guest