Re: RobbyD's Time Traveler's Guide to 1.09 v1.1
Well, I've got bored of my Fishymancer. He's undergeared for doing Baal runs at the moment so they are slow, Baal himself takes something like 5 minutes without CB lol. I don't feel like running other areas as I have in the back of my mind that any items I find in 1.09 can be brought forward.
So I've decided to go back to my Barb and get to Hell Mephisto. I'll run that boss for some basic items then Pat him. I'll make sure I get an Azurewrath and aim for beta Rune Words. Could you PM that HF rushing guide? Sounds like it's just what I need!
My only problem is using Whirlwind. At skill level 1 it has -50% damage and with a slow two-hander it takes a while to kill things. At 25 mana if WW doesn't hit something I can't whirl again! I have to then auto attack to leech some mana back. Even Berserk is quite expensive and I only just leech enough. I may have to go back to using Concentrate for now and hope WW will come into it's own with more points or a weapon with IAS on it.
Edit: Berserk converts some of the attack to Magic which explains the poor leeching. I've put Concentrate on left click and use that for single targets or when out of mana and Whirlwind on right click for groups of mobs. Works quite well for now.
By the way, Baal in 1.13c is level 99 and Diablo is level 94. So it is possible to get high level charms in 1.13c but it might take a lot of running to get many!
I've installed Diablo to different directories. I did this by installing each version and then patching, one at a time. I zipped the installation and removed the directory temporaily until all the versions were installed. I did this as when I was installing one version the patch was applied to the wrong directory!
I have a batch file for each version:
The batch file works by changing the paths in the registry for Diablo II. It doesn't need Administrator rights so it works without a pop-up in Windows 7. For Windows XP you will probably need to download the reg utility as I don't think it comes with it.
You need to change the paths for the directory and drive of course. You can then have a shortcut pointing to the batch file and mark it to start minimized. When using the shortcut you hardly notice the batch file as it starts and then closes quickly once Diablo II is running.
The %1 etc allow you to add command line options in the shortcut as normal.
For 1.13c RWM I have the following:
I've tested this by making a new Insight Polearm and it worked fine.
Well, I've got bored of my Fishymancer. He's undergeared for doing Baal runs at the moment so they are slow, Baal himself takes something like 5 minutes without CB lol. I don't feel like running other areas as I have in the back of my mind that any items I find in 1.09 can be brought forward.
So I've decided to go back to my Barb and get to Hell Mephisto. I'll run that boss for some basic items then Pat him. I'll make sure I get an Azurewrath and aim for beta Rune Words. Could you PM that HF rushing guide? Sounds like it's just what I need!
My only problem is using Whirlwind. At skill level 1 it has -50% damage and with a slow two-hander it takes a while to kill things. At 25 mana if WW doesn't hit something I can't whirl again! I have to then auto attack to leech some mana back. Even Berserk is quite expensive and I only just leech enough. I may have to go back to using Concentrate for now and hope WW will come into it's own with more points or a weapon with IAS on it.
Edit: Berserk converts some of the attack to Magic which explains the poor leeching. I've put Concentrate on left click and use that for single targets or when out of mana and Whirlwind on right click for groups of mobs. Works quite well for now.
By the way, Baal in 1.13c is level 99 and Diablo is level 94. So it is possible to get high level charms in 1.13c but it might take a lot of running to get many!
I've installed Diablo to different directories. I did this by installing each version and then patching, one at a time. I zipped the installation and removed the directory temporaily until all the versions were installed. I did this as when I was installing one version the patch was applied to the wrong directory!
I have a batch file for each version:
Code:
@echo off
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "InstallPath" /t REG_SZ /d "D:\Diablo II LoD 1.09d" /f
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "Program" /t REG_SZ /d "D:\Diablo II LoD 1.09d\Diablo II.exe" /f
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "Save Path" /t REG_SZ /d "D:\Diablo II LoD 1.09d\save\\" /f
D:
cd "\Diablo II LoD 1.09d"
"Diablo II.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
The batch file works by changing the paths in the registry for Diablo II. It doesn't need Administrator rights so it works without a pop-up in Windows 7. For Windows XP you will probably need to download the reg utility as I don't think it comes with it.
You need to change the paths for the directory and drive of course. You can then have a shortcut pointing to the batch file and mark it to start minimized. When using the shortcut you hardly notice the batch file as it starts and then closes quickly once Diablo II is running.
The %1 etc allow you to add command line options in the shortcut as normal.
For 1.13c RWM I have the following:
Code:
@echo off
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "InstallPath" /t REG_SZ /d "D:\Diablo II LoD 1.13c" /f
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "Program" /t REG_SZ /d "D:\Diablo II LoD 1.13c\Diablo II.exe" /f
reg add "HKCU\Software\Blizzard Entertainment\Diablo II" /v "Save Path" /t REG_SZ /d "D:\Diablo II LoD 1.13c\save\\" /f
D:
cd "\Diablo II LoD 1.13c\Runewords"
"..\Diablo II.exe" -direct %1 %2 %3 %4 %5 %6 %7 %8 %9
I've tested this by making a new Insight Polearm and it worked fine.
Last edited: