Just after the statut datas, we found the Skill header. It's equal to 6669h. If we don't find this value, it may be the cause of the reserved flag in the statut datas : if it is NOT equal to zero, then this may be a version problem.
We then find the skills data. It's an array of 30 bytes. Each skill use 1 byte, ranging from 0 to 20 (14h). Their order is not what you could think : the 10 first skills are NOT the 10 skills you find on Skill Tree #1. The primary key of the order is the minimum level required, and the secondary key is the Skill Tree : Skill Tree #3, then #2, and finaly #1.
For each character in the following tables, there are 2 columns. The first one is the name of the skill at the given relative offset, and the second is a code : a letter followed by a number. The letter indicate the Skill Tree where the skill is, and the number is the minimum level required. Here is the correspondig Skill Tree / letters :
  | |||
Amazon Sorceress Necromancer Paladin Barbarian Druid Assassin |
Javelin And Spear Skills Cold Spells Summoning Spells Defensive Auras Warcries Elemental Martial Arts |
Passive And Magic Skills Lightning Spells Poison And Bone Spells Offensive Auras Combat Masteries Shape Shifting Shadow Disciplines |
Bow And Crossbow Skills Fire Spells Curses Combat Skills Combat Skills Summoning Traps |
Since we don't known the offset where the data start, the offsets given below are RELATIVE. For instance, if the offset of the Skill Header is 26Dh, then the start of the Skills Data is 26Fh. It will be the base. If the player is an Amazon, we know that the Critical Strike skill is at the offset 272h (26Fh + 3), and the last skill (Lightning Fury) is at the offset 28Ch (26Fh + 29).
Here are the skills for the Amazon, the Sorceress and the Necromancer :
  | ||||||
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
Magic Arrow Fire Arrow Inner Sight Critical Strike Jab Cold Arrow Multiple Shot Dodge Power Strike Poison Javelin Exploding Arrow Slow Missiles Avoid Impale Lightning Bolt Ice Arrow Guided Arrow Penetrate Charged Bolt Plague Javelin Strafe Immolation Arrow Decoy Evade Fend Freezing Arrow Valkyrie Pierce Lightning Strike Lightning Fury |
C01 C01 B01 B01 A01 C06 C06 B06 A06 A06 C12 B12 B12 A12 A12 C18 C18 B18 A18 A18 C24 C24 B24 B24 A24 C30 B30 B30 A30 A30 |
Fire Bolt Warmth Charged Bolt Ice Bolt Frozen Armor Inferno Static Field Telekinesis Frost Nova Ice Blast Blaze Fire Ball Nova Lightning Shiver Armor Fire Wall Enchant Chain Lightning Teleport Glacial Spike Meteor Thunder Storm Energy Shield Blizzard Chilling Armor Fire Mastery Hydra Lightning Mastery Frozen Orb Cold Mastery |
C01 C01 B01 A01 A01 C06 B06 B06 A06 A06 C12 C12 B12 B12 A12 C18 C18 B18 B18 A18 C24 B24 B24 A24 A24 C30 C30 B30 A30 A30 |
Amplify Damage Teeth Bone Armor Skeleton Mastery Raise Skeleton Dim Vision Weaken Poison Dagger Corpse Explosion Clay Golem Iron Maiden Terror Bone Wall Golem Mastery Raise Skeletal mage Confuse Life Tap Poison Explosion Bone Spear Blood Golem Attract Decrepify Bone Prison Summon Resist Iron Golem Lower Resist Poison Nova Bone Spirit Fire Golem Revive |
C01 B01 B01 A01 A01 C06 C06 B06 B06 A06 C12 C12 B12 A12 A12 C18 C18 B18 B18 A18 C24 C24 B24 A24 A24 C30 B30 B30 A30 A30 |
Here are the skills for the Paladin, the Barbarian and the Druid :
  | ||||||
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
Sacrifice Smite Might Prayer Resist Fire Holy Bolt Holy Fire Thorns Defiance Resist Cold Zeal Charge Blessed Aim Cleansing Resist Lightning Vengeance Blessed Hammer Concentration Holy Freeze Vigor Conversion Holy Shield Holy Shock Sanctuary Meditation Fist of the Heavens Fanaticism Conviction Redemption Salvation |
C01 C01 B01 A01 A01 C06 B06 B06 A06 A06 C12 C12 B12 A12 A12 C18 C18 B18 B18 A18 C24 C24 B24 B24 A24 C30 B30 B30 A30 A30 |
Bash Sword Mastery Axe Mastery Mace Mastery Howl Find Potions Leap Double Swing Pole Mastery Throwing Mastery Spear Mastery Taunt Shout Stun Double Throw Increase Stamina Find Item Leap Attack Concentrate Iron Skin Batlle Cry Frenzy Increase Speed Battle Orders Grim Ward Whirl Wind Berserk Natural Resistances War Cry Battle Command |
C01 B01 B01 B01 A01 A01 C06 C06 B06 B06 B06 A06 A06 C06 C12 B12 A12 C18 C18 B18 A18 C24 B24 A24 A24 C30 C30 B30 A30 A30 |
Raven Poison Creeper Werewolf Lycantropy Fire Storm Oak Sage Spirit Wolf Werebear Molten Boulder Artic Blast Carrion Vine Feral Rage Maul Fissure Cyclone armor Heart of Wolverine Direwolf Rabies Fire Claws Twister Solar Creeper Hunger Shock Wave Volcano Tornado Spirit of Barbs Summon Grizzly Fury Armageddon Hurricane |
C01 C01 B01 B01 A01 C06 C06 B06 A06 A06 C12 B12 B12 A12 A12 C18 C18 B18 B18 A18 C24 B24 B24 A24 A24 C30 C30 B30 A30 A30 |
And here are the skills for the Assassin :
  | ||
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
Fire Blast Claw Mastery Psychic Hammer Tiger Strike Dragon Talon Shock Webs Blade Sentinel Burst of Speed Fist of Fire Dragon Claw Charged Bolt Sentry Wake of Fire Weapon Block Cloack of Shadows Cobra Strike Blade Fury Fade Shadow Warrior Claws of Thunder Dragon Tail Lightning Sentry Wake of Inferno Mind Blast Blades of Ice Dragon Flight Death Sentry Blade Shield Venom Shadow master Phoenix Strike |
C01 B01 B01 A01 A01 C06 C06 B06 A06 A06 C12 C12 B12 B12 A12 C18 B18 B18 A18 A18 C24 C24 B24 A24 A24 C30 C30 B30 B30 A30 |
Go to Part 4 : Items
Back to Part 1 : Easy Hacking
Back to Part 2 : Statut Datas
Go to Part 5 : Corpse & Mercenary
Back to Menu page