Diablo II: Lord of Destruction

Diablo 2 - Lord of Destruction

16.10.2013 08:43:02
Specual FAQ: Hex editing
THIS TUTORIAL NO LONGER WORKS WITH VERSION 1.09 OF DIABLO 2 AND DIABLO 2 EXP.

Blizzard redid how the files are saved so all the address have moved thay are
there but you will have to find them for you self good luck my friends and
sorry i do not have the time to rewrite the tutorial to work with V1.09.

Diablo 2 and Diablo 2 Exp Hex Editing Tutorial

I write this tutorial to help people learn how to hex edit and have fun.
in this tutorial you will learn how to hex edit diablo 2 save game files so you
can make a god like character i hope you have fun when you are hex editing.

Index.
(To get to a section faster, go to: search and select the find tab and put in
the desired sections number surrounded with parentheses (i.e.: (1)) to jump to
that section.)

1:Using Hex workshop
2:How to hex edit
3:Classes
4:Level and Exp
5:Money
6:Stat and Skill points
7:Nightmare and Hell
8:All waypoints
9:Acts
10:Stats
11:Paladin Skills
12:Amazons Skills
13:Necromancer Skills
14:Barbarian Skills
15:Sorceress Skills
16:Assassin Skills
17:Druids Skills
18:Normal Quests
19:Nightmare Quests
20:Hell Quests
21:Credits
22:Where this tutorial is posted
_____________________________________________________________
(1) Using Hex workshop.
_____________________________________________________________

First, you need hex workshop you can get it at
http://www.bpsoft.com/downloads/. Now that you have it we can start on the
lessons.

Ok open up hex workshop go to file in the upper left corner and go to open we
are going to open up a Diablo 2 save game file to do this go to where you have
Diablo 2 install most likely
C:\program files\diablo2\ now go to the save folder, it is named save, now find
a .d2s file and open it now you will see a lot of numbers in the middle of the
screen (hex code.)

Now on the left side of the numbers you have the address we will get more in to
address in a minute on the right there are .... and stuff. We do not really
need to use this now. In the middle that, however, is the hex code and that is
what we will be editing.

Now we I will talk about address. An address is a spot in the code where the
program looks for info on how to load the file. We want to edit address so we
are like a god and shit. We can tell what address we are on by looking in the
lower right comer look for offset: 00000000 next to it you will see
{0x00000000} this is the hex address you are on now
when you are in this tutorial you will see all address's listed as 0x000
0x mean add as many 0 as you need to get to the last 3 numbers
now that you no address we will move on.

Now I will talk about hex code it self-hex ok Hex is A base 16 form of
counting,
0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,10,11,12,13,14,15,16,17,18,19,1a,1b,1c,1d,1e,1f,20
Get The Idea? Ok now that we no how hex work we can move on.

Ok now we will do some editing. I will start by showing you how to edit your
strength. To do this, find the address 0x235. Now that you are there I
will tell you about signed byte. This is under where you look to see what
address you are on, Now you see there a number next to it, that it what your
strength is what I want you to do is type in FF on address 0x235. Now you
will see that number is now 255 and now your character will have 255 strength.
OK now you know how to use a hex editor now the real fun starts.
_____________________________________________________________
(2)Welcome to how to hex edit.
_____________________________________________________________

In this tutorial I hope to show you how to hex edit about anything you want. I
mostly hex edit games but you can hex edit any program. Really. First, you
need a hex editor. I use hex workshop and you can get it at
http://www.bpsoft.com/downloads/ Great, now that you have it we can start.

Ok, first pick a game that has save game files. Now open the game and load your
save game look at what like your money life mana anything that have a number
write that number done and exit the game. Now open up your hex editor.

Now go open your save game for that game. More on this later, for I'm moving
on. I am going to talk about hex code. Hex is a base 16 form of counting;
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 1a, 1b, 1c, 1d, 1e, 1f, 20 get the idea? Ok now I am going to talk
about BITS.

There's 8 bit 16 bit 32 bit and 64 bit. Ok 8 bit signed Byte is the number that
the hex in one row equals. Say the hex was 01, the number in the signed byte
will be 1.

Say it was 10, the number in the signed byte will be 16 and so on.

Ok 32 bit signed byte is the number of two rows of hex, like 0101.

That is two rows of hex, it is the same as above does 16 bit start when 8 bit
go above 255 16 bit end at 65535. Ok, get it? Ok, now 32 bit signed byte is
tree rows it that same as above does a bigger number hex is like 0101 01. Ok
64 bit is 4 rows again it like above does a bigger number hex is like 0101
0101.

Ok now that you know all that stuff we can move on to hex editing your save
game file.

Ok remember that number you wrote down? We need to find that in the hex there
may be more then one spot in the hex that number is for, ok? Say the number
you write down was 999, in hex that is E703 go to FIND in your hex editor and
look up the number.

Inside that you write down in hex, when you find it, you will be at a hex
addrees to no what hex address you are on look down in the buttom left coner
you will see somthing that say offset: there will be some numbers there but you
do not need them what you do want to look at is then numbers in the {} that is
the hex address you are on when you find the right address to edit it is a good
idea to write down that address for later ues now back to the editing, ok back
to the hex you found edit that hex to what you want.

Then load up the game and see if it worked.

If it did not, go back to your hex edit and go back to FIND and find the next
hex that is the number you wrote down.

Edit it and so on, you get the point.

Now that's all you really need.

And once you have this down, play around and see what you can do

But make sure to make BACK UP'S of all the file you hex edit have fun.

Now I show you the address of stats skills waypoints acts and all that good
shit and let you edit them to what you want. I am does telling you where to
edit the hex I will put notes in there for you to read to help you. Now we
start!
_____________________________________________________________
(3)Classes
_____________________________________________________________

0x022
For Amazon edit to 00
For Sorceresses edit to 01
For Necromancer edit to 02
For Paladin edit to 03
For Barbarian edit to 04
For Druid edit to 05
For Assassin edit to 06
_____________________________________________________________
(4)Level and Exp
_____________________________________________________________

0x024 --> Level
0x261 --> Experience

level has to match experience or you'll find yourself a newbie
To find out what the EXP is in hex
go to edit find set type to 64 Bit Signed Quad
in Value type in the number in the hex box will
show you what that number is in hex.


Level Experience
0 0
1 500
2 1500
3 3750
4 7875
5 14175
6 22680
7 32886
8 44396
9 57715
10 72144
11 90180
12 112725
13 140906
14 176132
15 220165
16 275207
17 344008
18 430010
19 537513
20 671891
21 839864
22 1049830
23 1312287
24 1640359
25 2050449
26 2563061
27 3203826
28 3902260
29 4663553
30 5493363
31 6397855
32 7383752
33 8458379
34 9629723
35 10906488
36 12298162
37 13815086
38 15468534
39 17270791
40 19235252
41 21376515
42 23710491
43 26254525
44 29027522
45 32050088
46 35344686
47 38935798
48 42850109
49 47116709
50 51767302
51 56836449
52 62361819
53 68384473
54 74949165
55 82104680
56 89904191
57 98405658
58 107672256
59 117772849
60 128782495
61 140783010
62 153863570
63 168121381
64 183662396
65 200602101
66 219066380
67 239192444
68 261129853
69 285041630
70 311105466
71 339515048
72 370481492
73 404234916
74 441026148
75 481128591
76 524840254
77 572485967
78 624419793
79 681027665
80 742730244
81 809986056
82 883294891
83 963201521
84 1050299747
85 1145236814
86 1248718217
87 1361512946
88 1484459201
89 1618470619
90 1764543065
91 1923762030
92 2097310703
93 2286478756
94 2492671933
95 2717422497
96 2962400612
97 3229426756
98 3520485254
99 3837739017
_____________________________________________________________
(5)Money
_____________________________________________________________

0x265 --> Money on your character
0x269 --> Money in your stash
_____________________________________________________________
(6)Stat and Skill points
_____________________________________________________________

0x245 --> Stat points "note only when you have stat points"
0x249 --> Skill points "note only when you have skill points"
_____________________________________________________________
(7)Nightmare and Hell
_____________________________________________________________

0x019 edit hex to 04 this only open nightmare
0x019 edit hex to 14 this will open up nightmare and hell
_____________________________________________________________
(8)All waypoints
_____________________________________________________________

Normal all waypoints
0x1B6 edit hex to FF
0x1B7 edit hex to FF
0x1B8 edit hex to FF
0x1B9 edit hex to 7F
0x1C0 edit hex to FF

Nightmare all waypoints
0x1CE edit hex to FF
0x1CF edit hex to FF
0x1D0 edit hex to FF
0x1D1 edit hex to 7F
0x1D2 edit hex to FF

Hell all waypoints
0x1E6 edit hex to FF
0x1E7 edit hex to FF
0x1E8 edit hex to FF
0x1E9 edit hex to 7F
0x1F0 edit hex to FF
_____________________________________________________________
(9)Acts
_____________________________________________________________

edit hex to 01 to open that act

0x08A --> Act1Normal
0x09A --> Act2Normal
0x0AA --> Act3Normal
0x0BA --> Act4Norma
0x0C4 --> Act5Normal

0x0EA --> Act1Nightmare
0x0FA --> Act2Nightmare
0x10A --> Act3Nightmare
0x11A --> Act4Nightmare
0x124 -->Act5Nightmare

0x14A --> Act1Hell
0x15A --> Act2Hell
0x16A --> Act3Hell
0x17A --> Act4Hell
0x184 -->Act5Hell
_____________________________________________________________
(10)Stats
_____________________________________________________________

Edit to what you like

0x235 --> Strength
0x239 --> Dexterity
0x23D --> Vitality
0x241 --> Energy

For HP Mana and Stamina edit hex to 7d 2b 75 to get 2.1 bil HP

0x24A --> HPmax "note moves 4 address when you have skill points or stat
points"
0x246 --> HPCurrent "note moves 4 address when you have skill points or stat
points"

0x252 --> MPMax "note moves 4 address when you have skill points or stat
points"
0x24E -->MPCurrent "note moves 4 address when you have skill points or stat
points"

0x25A --> StaminaMax "note moves 4 address when you have skill points or stat
points"
0x256 --> StaminaCurrent "note moves 4 address when you have skill points or
stat points"
_____________________________________________________________
(11)Paladin Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Combat Skills

0x26F -->Sacrifice
0x270 -->Smite
0x274 -->Holy Bolt
0x279 -->Zeal
0x27A -->Charge
0x27E -->Vengeance
0x27F -->Bless Hammer
0x283 -->Conversion
0x284 -->Holy Shield
0x288 -->Fist of The Heavens

Offensive Auras

0x271 -->Might
0x275 -->Holy Fire
0x276 -->Thorns
0x27B -->Blessed Aim
0x280 -->Concentration
0x281 -->Holy Freeze
0x285 -->Holy Shock
0x286 -->Sanctuary
0x289 -->Fanaticism
0x28A -->A Conviction

Defensive Auras

0x272 -->Prayer
0x273 -->Resist Fire
0x277 -->Defiance
0x278 -->Resist Cold
0x27C -->Cleansing
0x27D -->Resist Lightning
0x282 -->Vigor
0x287 -->Meditation
0x28B -->Redemption
0x28C -->Salvation
_____________________________________________________________
(12)Amazons Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Bow and Crossbow Skills

0x26F -->Magic arrow
0x270 -->Fire Arrow
0x274 -->Cold Arrow
0x275 -->Multiple Shot
0x279 -->Exploding Arrow
0x27E -->Ice Arrow
0x27F -->Guided Arrow
0x283 -->Strafe
0x284 -->Strafe
0x288 -->Freezing Arrow

Passive and Magic Skills

0x271 -->inner Sight
0x272 -->Critical Strike
0x276 -->Dodge
0x27A -->Slow Missiles
0x27B -->Avoid
0x280 -->Penetrate
0x285 -->decoy
0x286 -->Evade
0x289 -->Valkyrie
0x28A -->Pierce

Spear and Javelin Skills

0x273 -->Jab
0x277 -->Power Strike
0x278 -->Poison Javelin
0x27C -->Impale
0x27D -->Lightning Bolt
0x281 -->Charged Strike
0x282 -->Plague Javelin
0x287 -->Fend
0x28B -->Lightning Strike
0x28C -->Lightning Strike
_____________________________________________________________
(13)Necromancer Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Curses

0x26B -->Amplify Damage
0x270 -->Dim Vision
0x271 -->Weaken
0x275 -->Iron Maiden
0x276 -->Terror
0x27A -->Confuse
0x27B -->Life Tap
0x27F -->Attract
0x280 -->Decertify
0x284 -->Lower Resist

Poison and Bone Spells

0x26C -->Teeth
0x26D -->Bone Arrow
0x272 -->Poison Dagger
0x273 -->Corpse Explosion
0x277 -->Bone Wall
0x27C -->Poison Explosion
0x27B -->Bone Spear
0x281 -->Bone Prison
0x285 -->Prison Nova
0x286 -->Bone Spirit

Summoning Spells

0x26F -->Raise Skeleton
0x26E -->Skeleton Mastery
0x274 -->Clay Golem
0x278 -->Golem Mastery
0x279 -->Raise Skeletal Mage
0x27E -->Blood Golem
0x282 -->Summon Resist
0x283 -->Iron Golem
0x287 -->Fire Golem
0x288 -->Revive
_____________________________________________________________
(14)Barbarian Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Combat Skills

0x26B -->Bash
0x271 -->Leap
0x272 -->Double Swing
0x278 -->Stun
0x279 -->Double Throw
0x27C -->Leap Attack
0x27D -->Concentrate
0x280 -->Frenzy
0x284 -->Whirlwind
0x285 -->Berserk

Combat Masteries

0x26C -->Sword Mastery
0x26D -->Axe Mastery
0x26E -->Mace Mastery
0x273 -->Pole Arm Mastery
0x274 -->Throwing Mastery
0x275 -->Spear Mastery
0x27A -->Increased Stamina
0x27E -->Iron Skin
0x281 -->Increased Speed
0x286 -->Natural resistance

War Cries

0x26F -->Howl
0x270 -->find Potion
0x276 -->Taunt
0x277 -->Shout
0x27B -->Find Item
0x27F -->Battle Cry
0x282 -->Battle Orders
0x283 -->Grim Ward
0x287 -->War Cry
0x288 -->Battle Command
_____________________________________________________________
(15)Sorceress Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Fire Spells

0x26B -->Fire Bold
0x26C -->Warmth
0x270 -->Inferno
0x275 -->Blaze
0x276 -->Fire Ball
0x27A -->Fire Wall
0x27B -->Enchant
0x27F -->Meteor
0x284 -->Fire Mastery
0x285 -->Hydra

Lightning Spells

0x26D -->Charged Bolt
0x271 -->Static Field
0x272 -->Telekinesis
0x277 -->Nova
0x278 -->Lightning
0x27C -->Chain Lightning
0x27D -->Teleport
0x280 -->Thunder Storm
0x281 -->Energy Shield
0x286 -->Lightning Mastery

Cold Spells

0x26E -->Ice Bolt
0x26F -->Frozen Armor
0x273 -->Frost Nova
0x274 -->Ice Blast
0x279 -->Shiver Armor
0x27E -->Glacial Spike
0x282 -->Blizzard
0x283 -->Chilling Armor
0x287 -->Frozen Orb
0x288 -->Cold Mastery
_____________________________________________________________
(16)Assassin Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Martial Arts

0x272 -->Tiger Strike
0x273 -->Dragon Talon
0x277 -->Fists of Fire
0x278 -->Dragon Claw
0x27D -->Cobera Strike
0x281 -->Claws of Thunder
0x282 -->Dragon Tail
0x286 -->Blades of Ice
0x287 -->Dragon Flight
0x28C -->Pheonix Strike

Shadow Disciplines

0x270 -->Claw Mastery
0x271 -->Psychic Hammer
0x276 -->Burst of Speed
0x27B -->Weapon Block
0x27C -->Cloak of Shadows
0x27F -->Fade
0x280 -->Shadow Warrior
0x285 -->Mind Blast
0x28A -->Venom
0x28B -->Shadow Master

Traps

0x26F -->Fire Blast
0x274 -->Shock Web
0x275 -->Blade Sentinel
0x279 -->Charged Bolt Sentry
0x27A -->Wake of Fire
0x27E -->Blade Fury
0x283 -->Lightning Sentry
0x284 -->Wake of Inferno
0x288 -->Death Sentry
0x289 -->Blade Shield
_____________________________________________________________
(17)Druids Skills
_____________________________________________________________

All Skills can be edited from 00 to 14

"note all skills move 4 address when you have skill or stat points"

Elemental

0x273 -->Firestorm
0x277 -->Molten Boulder
0x278 -->Arctic Blast
0x27C -->Fissure
0x27D -->Cyclone Armor
0x282 -->Twister
0x286 -->Volcano
0x287 -->Tornado
0x28B -->Armageddon
0x28C -->Hurricane

Shape Shifting

0x271 -->Werewolf
0x272 -->Lycanthropy
0x276 -->Werebear
0x27A -->Feral Rage
0x27B -->Maul
0x280 -->Rabies
0x281 -->Fire Claws
0x284 -->Hunger
0x285 -->Shock Wave
0x28A -->Fury

Summoning

0x26F -->Raven
0x270 -->Poison Creeper
0x274 -->Oak Saga
0x275 -->Summon Spirit Wolf
0x279 -->Carrion Vine
0x27E -->Heart of Wolverine
0x27F -->Summon Dire Wolf
0x283 -->Solar Creeper
0x288 -->Spirit of Barbs
0x287 -->Summon Grizzly
_____________________________________________________________
(18)Normal Skills level Quests
_____________________________________________________________

Act 1 Quests

Den of Evil

0x08E edit hex to 04 -->start of quest
0x08E edit hex to 06 -->get quest reward
0x08E edit hex to 07 and 0x08F 10 --> quest done

Sister's Burial Grounds

0x090 edit hex to 04 -->start of quest
0x090 edit hex to 06 -->get quest reward
0x090 edit hex to 07 and 0x091 10 --> quest done


The search for Cain

0x094 edit hex to 04 -->start of quest
0x094 edit hex to 06 -->get quest reward
0x094 edit hex to 07 and 0x095 10 --> quest done

The Forgotten Tower

0x096 edit hex to 04 -->start of quest
0x096 edit hex to 06 -->get quest reward
0x096 edit hex to 07 and 0x097 10 --> quest done

Tools of the trade

0x092 edit hex to 04 -->start of quest
0x092 edit hex to 06 -->get quest reward
0x092 edit hex to 07 and 0x093 10 --> quest done

Sister to the Slaughter

0x098 edit hex to 04 -->start of quest
0x098 edit hex to 06 -->get quest reward
0x098 edit hex to 07 and 0x099 10 --> quest done

Act 2 Quests

Radament's Lair

0x09E edit hex to 04 -->start of quest
0x09E edit hex to 06 -->get quest reward
0x09E edit hex to 07 and 0x09F 10 --> quest done

The Horadric Staff

0x0A0 edit hex to 04 -->start of quest
0x0A0 edit hex to 06 -->get quest reward
0x0A0 edit hex to 07 and 0x0A1 10 --> quest done

Tainted Sun

0x0A2 edit hex to 04 -->start of quest
0x0A2 edit hex to 06 -->get quest reward
0x0A2 edit hex to 07 and 0x0A3 10 --> quest done

Arcane Sanctuary

0x0A4 edit hex to 04 -->start of quest
0x0A4 edit hex to 06 -->get quest reward
0x0A4 edit hex to 07 and 0x0A5 10 --> quest done

The Summoner

0x0A6 edit hex to 04 -->start of quest
0x0A6 edit hex to 06 -->get quest reward
0x0A6 edit hex to 07 and 0x0A7 10 --> quest done

The Seven Tombs

0x0A8 edit hex to 04 -->start of quest
0x0A8 edit hex to 06 -->get quest reward
0x0A8 edit hex to 07 and 0x0A9 10 --> quest done

Act 3 Quests

Lam Esen's Tomb

0x0AE edit hex to 04 -->start of quest
0x0AE edit hex to 06 -->get quest reward
0x0AE edit hex to 07 and 0x0AF 10 --> quest done

Blade of the Old Religion

0x0B0 edit hex to 04 -->start of quest
0x0B0 edit hex to 06 -->get quest reward
0x0B0 edit hex to 07 and 0x0B1 10 --> quest done

Khalim's Will

0x0B2 edit hex to 04 -->start of quest
0x0B2 edit hex to 06 -->get quest reward
0x0B2 edit hex to 07 and 0x0B3 10 --> quest done

The Golden Bird

0x0B4 edit hex to 04 -->start of quest
0x0B4 edit hex to 06 -->get quest reward
0x0B4 edit hex to 07 and 0x0B5 10 --> quest done

The Blackened Temple

0x0B6 edit hex to 04 -->start of quest
0x0B6 edit hex to 06 -->get quest reward
0x0B6 edit hex to 07 and 0x0B7 10 --> quest done

The Guardian

0x0B8 edit hex to 04 -->start of quest
0x0B8 edit hex to 06 -->get quest reward
0x0B8 edit hex to 07 and 0x0B9 10 --> quest done

Act 4 Quests

The Fallen Angel

0x0BE edit hex to 04 -->start of quest
0x0BE edit hex to 06 -->get quest reward
0x0BE edit hex to 07 and 0x0BF 10 --> quest done

Hell's Forge

0x0C2 edit hex to 04 -->start of quest
0x0C2 edit hex to 06 -->get quest reward
0x0C2 edit hex to 07 and 0x0C3 10 --> quest done

Terror's End

0x0C0 edit hex to 04 -->start of quest
0x0C0 edit hex to 06 -->get quest reward
0x0C0 edit hex to 07 and 0x0C1 10 --> quest done

Act 5 Quests

Siege on Harrogath

0x0D2 edit hex to 04 -->start of quest
0x0D2 edit hex to 06 -->get quest reward
0x0D2 edit hex to 07 and 0x0D3 10 --> quest done

Rescue on Mount Arreat

0x0D4 edit hex to 04 -->start of quest
0x0D4 edit hex to 06 -->get quest reward
0x0D4 edit hex to 07 and 0x0D5 10 --> quest done

Prison of Ice

0x0D6 edit hex to 04 -->start of quest
0x0D6 edit hex to 06 -->get quest reward
0x0D6 edit hex to 07 and 0x0D7 10 --> quest done

Betrayal of Harrogath

0x0D8 edit hex to 04 -->start of quest
0x0D8 edit hex to 06 -->get quest reward
0x0D8 edit hex to 07 and 0x0D9 10 --> quest done

Rite of Passage

0x0DA edit hex to 04 -->start of quest
0x0DA edit hex to 06 -->get quest reward
0x0DA edit hex to 07 and 0x0DB 10 --> quest done

Eve of Distruction

0x0DC edit hex to 04 -->start of quest
0x0DC edit hex to 06 -->get quest reward
0x0DC edit hex to 07 and 0x0DD 10 --> quest done
_____________________________________________________________
(19)Nightmare Skill Level Quests
_____________________________________________________________

Act 1 Quests

Den of Evil

0x0EE edit hex to 04 -->start of quest
0x0EE edit hex to 06 -->get quest reward
0x0EE edit hex to 07 and 0x0EF 10 --> quest done

Sister's Burial Grounds

0x0F0 edit hex to 04 -->start of quest
0x0F0 edit hex to 06 -->get quest reward
0x0F0 edit hex to 07 and 0x0F1 10 --> quest done


The search for Cain

0x0F4 edit hex to 04 -->start of quest
0x0F4 edit hex to 06 -->get quest reward
0x0F4 edit hex to 07 and 0x0F5 10 --> quest done

The Forgotten Tower

0x0F6 edit hex to 04 -->start of quest
0x0F6 edit hex to 06 -->get quest reward
0x0F6 edit hex to 07 and 0x0F7 10 --> quest done

Tools of the trade

0x0F2 edit hex to 04 -->start of quest
0x0F2 edit hex to 06 -->get quest reward
0x0F2 edit hex to 07 and 0x0F3 10 --> quest done

Sister to the Slaughter

0x0F8 edit hex to 04 -->start of quest
0x0F8 edit hex to 06 -->get quest reward
0x0F8 edit hex to 07 and 0x0F9 10 --> quest done

Act 2 Quests

Radament's Lair

0x0FE edit hex to 04 -->start of quest
0x0FE edit hex to 06 -->get quest reward
0x0FE edit hex to 07 and 0x0FF 10 --> quest done

The Horadric Staff

0x100 edit hex to 04 -->start of quest
0x100 edit hex to 06 -->get quest reward
0x100 edit hex to 07 and 0x101 10 --> quest done

Tainted Sun

0x102 edit hex to 04 -->start of quest
0x102 edit hex to 06 -->get quest reward
0x102 edit hex to 07 and 0x103 10 --> quest done

Arcane Sanctuary

0x104 edit hex to 04 -->start of quest
0x104 edit hex to 06 -->get quest reward
0x104 edit hex to 07 and 0x105 10 --> quest done

The Summoner

0x106 edit hex to 04 -->start of quest
0x106 edit hex to 06 -->get quest reward
0x106 edit hex to 07 and 0x0A7 10 --> quest done

The Seven Tombs

0x108 edit hex to 04 -->start of quest
0x108 edit hex to 06 -->get quest reward
0x108 edit hex to 07 and 0x109 10 --> quest done

Act 3 Quests

Lam Esen's Tomb

0x10E edit hex to 04 -->start of quest
0x10E edit hex to 06 -->get quest reward
0x10E edit hex to 07 and 0x10F 10 --> quest done

Blade of the Old Religion

0x110 edit hex to 04 -->start of quest
0x110 edit hex to 06 -->get quest reward
0x110 edit hex to 07 and 0x111 10 --> quest done

Khalim's Will

0x112 edit hex to 04 -->start of quest
0x112 edit hex to 06 -->get quest reward
0x112 edit hex to 07 and 0x113 10 --> quest done

The Golden Bird

0x114 edit hex to 04 -->start of quest
0x114 edit hex to 06 -->get quest reward
0x114 edit hex to 07 and 0x115 10 --> quest done

The Blackened Temple

0x116 edit hex to 04 -->start of quest
0x116 edit hex to 06 -->get quest reward
0x116 edit hex to 07 and 0x117 10 --> quest done

The Guardian

0x118 edit hex to 04 -->start of quest
0x118 edit hex to 06 -->get quest reward
0x118 edit hex to 07 and 0x119 10 --> quest done

Act 4 Quests

The Fallen Angel

0x11E edit hex to 04 -->start of quest
0x11E edit hex to 06 -->get quest reward
0x11E edit hex to 07 and 0x11F 10 --> quest done

Hell's Forge

0x122 edit hex to 04 -->start of quest
0x122 edit hex to 06 -->get quest reward
0x122 edit hex to 07 and 0x0000123 10 --> quest done

Terror's End

0x120 edit hex to 04 -->start of quest
0x120 edit hex to 06 -->get quest reward
0x120 edit hex to 07 and 0x121 10 --> quest done

Act 5 Quests

Siege on Harrogath

0x132 edit hex to 04 -->start of quest
0x132 edit hex to 06 -->get quest reward
0x132 edit hex to 07 and 0x133 10 --> quest done

Rescue on Mount Arreat

0x134 edit hex to 04 -->start of quest
0x134 edit hex to 06 -->get quest reward
0x134 edit hex to 07 and 0x135 10 --> quest done

Prison of Ice

0x136 edit hex to 04 -->start of quest
0x136 edit hex to 06 -->get quest reward
0x136 edit hex to 07 and 0x137 10 --> quest done

Betrayal of Harrogath

0x138 edit hex to 04 -->start of quest
0x138 edit hex to 06 -->get quest reward
0x138 edit hex to 07 and 0x139 10 --> quest done

Rite of Passage

0x13A edit hex to 04 -->start of quest
0x13A edit hex to 06 -->get quest reward
0x13A edit hex to 07 and 0x13B 10 --> quest done

Eve of Distruction

0x13C edit hex to 04 -->start of quest
0x13C edit hex to 06 -->get quest reward
0x13C edit hex to 07 and 0x13D 10 --> quest done
_____________________________________________________________
(20)Hell Skill Level Quests
_____________________________________________________________

Act 1 Quests

Den of Evil

0x14E edit hex to 04 -->start of quest
0x14E edit hex to 06 -->get quest reward
0x14E edit hex to 07 and 0x14F 10 --> quest done

Sister's Burial Grounds

0x150 edit hex to 04 -->start of quest
0x150 edit hex to 06 -->get quest reward
0x150 edit hex to 07 and 0x151 10 --> quest done


The search for Cain

0x154 edit hex to 04 -->start of quest
0x154 edit hex to 06 -->get quest reward
0x154 edit hex to 07 and 0x155 10 --> quest done

The Forgotten Tower

0x156 edit hex to 04 -->start of quest
0x156 edit hex to 06 -->get quest reward
0x156 edit hex to 07 and 0x157 10 --> quest done

Tools of the trade

0x152 edit hex to 04 -->start of quest
0x152 edit hex to 06 -->get quest reward
0x152 edit hex to 07 and 0x153 10 --> quest done

Sister to the Slaughter

0x158 edit hex to 04 -->start of quest
0x158 edit hex to 06 -->get quest reward
0x158 edit hex to 07 and 0x159 10 --> quest done

Act 2 Quests

Radament's Lair

0x15E edit hex to 04 -->start of quest
0x15E edit hex to 06 -->get quest reward
0x15E edit hex to 07 and 0x15F 10 --> quest done

The Horadric Staff

0x160 edit hex to 04 -->start of quest
0x160 edit hex to 06 -->get quest reward
0x160 edit hex to 07 and 0x161 10 --> quest done

Tainted Sun

0x162 edit hex to 04 -->start of quest
0x162 edit hex to 06 -->get quest reward
0x162 edit hex to 07 and 0x163 10 --> quest done

Arcane Sanctuary

0x164 edit hex to 04 -->start of quest
0x164 edit hex to 06 -->get quest reward
0x164 edit hex to 07 and 0x165 10 --> quest done

The Summoner

0x166 edit hex to 04 -->start of quest
0x166 edit hex to 06 -->get quest reward
0x166 edit hex to 07 and 0x167 10 --> quest done

The Seven Tombs

0x168 edit hex to 04 -->start of quest
0x168 edit hex to 06 -->get quest reward
0x168 edit hex to 07 and 0x169 10 --> quest done

Act 3 Quests

Lam Esen's Tomb

0x16E edit hex to 04 -->start of quest
0x16E edit hex to 06 -->get quest reward
0x16E edit hex to 07 and 0x16F 10 --> quest done

Blade of the Old Religion

0x170 edit hex to 04 -->start of quest
0x170 edit hex to 06 -->get quest reward
0x170 edit hex to 07 and 0x171 10 --> quest done

Khalim's Will

0x172 edit hex to 04 -->start of quest
0x172 edit hex to 06 -->get quest reward
0x172 edit hex to 07 and 0x173 10 --> quest done

The Golden Bird

0x174 edit hex to 04 -->start of quest
0x174 edit hex to 06 -->get quest reward
0x174 edit hex to 07 and 0x175 10 --> quest done

The Blackened Temple

0x176 edit hex to 04 -->start of quest
0x176 edit hex to 06 -->get quest reward
0x176 edit hex to 07 and 0x177 10 --> quest done

The Guardian

0x178 edit hex to 04 -->start of quest
0x178 edit hex to 06 -->get quest reward
0x178 edit hex to 07 and 0x179 10 --> quest done

Act 4 Quests

The Fallen Angel

0x17E edit hex to 04 -->start of quest
0x17E edit hex to 06 -->get quest reward
0x17E edit hex to 07 and 0x17F 10 --> quest done

Hell's Forge

0x182 edit hex to 04 -->start of quest
0x182 edit hex to 06 -->get quest reward
0x182 edit hex to 07 and 0x0000183 10 --> quest done

Terror's End

0x180 edit hex to 04 -->start of quest
0x180 edit hex to 06 -->get quest reward
0x180 edit hex to 07 and 0x181 10 --> quest done

Act 5 Quests

Siege on Harrogath

0x192 edit hex to 04 -->start of quest
0x192 edit hex to 06 -->get quest reward
0x192 edit hex to 07 and 0x193 10 --> quest done

Rescue on Mount Arreat

0x194 edit hex to 04 -->start of quest
0x194 edit hex to 06 -->get quest reward
0x194 edit hex to 07 and 0x195 10 --> quest done

Prison of Ice

0x196 edit hex to 04 -->start of quest
0x196 edit hex to 06 -->get quest reward
0x196 edit hex to 07 and 0x197 10 --> quest done

Betrayal of Harrogath

0x198 edit hex to 04 -->start of quest
0x198 edit hex to 06 -->get quest reward
0x198 edit hex to 07 and 0x199 10 --> quest done

Rite of Passage

0x19A edit hex to 04 -->start of quest
0x19A edit hex to 06 -->get quest reward
0x19A edit hex to 07 and 0x19B 10 --> quest done

Eve of Distruction

0x19C edit hex to 04 -->start of quest
0x19C edit hex to 06 -->get quest reward
0x19C edit hex to 07 and 0x19D 10 --> quest done
_____________________________________________________________
(21) Credits
_____________________________________________________________

Tutorial By: Matthew Cooper AKA B5

Any questions, feel free to send them to hex@b5-dominian.com
_____________________________________________________________
(22) Where this tutorial is posted
_____________________________________________________________

This tutorial is post on http://www.gamefaqs.com

any one is free to post this tutorial on there site i realy do not care so post
away.



 
Comments:
Your comment has been saved!!!
The Captcha element applies the Captcha validation, which uses reCaptcha's anti-bot service to reduce spam submissions.

Mega trainer (for v1.13c)
Trainer

18.October 2013
Diablo Clone guide
Guide

16.October 2013
Due to its size we zipped that text
FAQ

16.October 2013
The Flaming Druid Guide
Guide

17.October 2013
FAQ

17.October 2013
FAQ

17.October 2013
FAQ

17.October 2013
FAQ

17.October 2013
Guide

17.October 2013
Guide

17.October 2013
PvP Paladin Guide
Guide

18.October 2013
FAQ

17.October 2013
PvP Sorceress Guide
FAQ

16.October 2013
FAQ

17.October 2013
Concentrator Guide
FAQ

18.October 2013
Encyclopedia of Character Sub-classes
FAQ

17.October 2013
Guide

18.October 2013
PvP Paladin Guide Version 2
Guide

17.October 2013
FAQ

18.October 2013
Special FAQ for the druid
FAQ

16.October 2013
Amazon (Bowazon) FAQ
FAQ

16.October 2013
FAQ

18.October 2013
Prefix and items list
Hints

18.October 2013
FAQ

17.October 2013
Trainer

18.October 2013
'Why the #$*!!! Do I keep on dying in Hell Difficulty?' by SupaTallgeese
FAQ

10.October 2013
Werebear Guide by Morrigan
FAQ

16.October 2013
Megatrainer (for v1.09D)
Trainer

18.October 2013
Paladin Death Manual
FAQ

18.October 2013
THE HIRELING RESUMÉ MANUAL
FAQ

17.October 2013
 
Most Popular
25.September 2015
30. December 2013
07.June 2019
20.August 2014
28.February 2016
25.June 2019
09.November 2015