Ishar 3: The Seven Gates of Infinity чит-файл №2

Offset List

v1.00 ENGLISH (01/17/97)

BY

MORDOR


You will need any hex editor to perform these cheats. With editor load
Ishar 3 savegame file (*.sav). This savegame it's a kind of tricky one.
Hero data are mixed up so be careful. Heroes offsets start at 727 (2D7h).

For example:
1. Open 'start.sav'
2. Heroes record start at 727 (2D7h)

HERO RECORD:
============
You may have 4 heroes in your party so all data in game are packed in 5 items
portions (arrays). For example you got array of 5 names, then array of 5
Experience
points, etc.
Usually data in hex editor are reversed (LOW BYTE - HIGH BYTE). This is always
true
if game was written on Intel x86 platform. For example 1000 is 3E8h so it will
be shown as E8 03 in hex editor. For some reason Ishar 3 uses non-standard byte
order (probably was written on different platform and converted to PC platform).
If you are using hex editor just remeber that you do not need to reverse hex
values.
In case of writting a program make sure to swap bytes in word.

Offs Name Type Description
=======================================================================
+00 Heros 5 x C10
+32 Experience 5 x WORD non-Intel order swap bytes
+3C Vital 5 x WORD non-Intel order swap bytes
+46 Gold 5 x WORD non-Intel order swap bytes
+6E Items 5 x 22 x WORD; non-Intel order swap bytes
+DC Class 5 x BYTE
+E6 Race 5 x BYTE
+FA Level 5 x BYTE
+104 Strength 5 x BYTE
+10E Constitution 5 x BYTE
+118 Agility 5 x BYTE
+122 Intelligence 5 x BYTE
+12C Wisdom 5 x BYTE
+136 Physical 5 x BYTE
+140 Psychological 5 x BYTE
=======================================================================

CLASS LIST:
===========
Spy
Priest
Mercenary
Beggar
Murderer
Priestess
Unknown
Hypnotist
Witch
Dark Knight
Arcane Monk
Druid

RACE LIST:
==========
Human
Elf
Dwarf
Orc
Lizard-man
                               
DISCLAIMER: THIS DOCUMENT OR ITS AUTHOR IS IN NO WAY CONNECTED IN ANY WAY
WITH SILMARILS OR ANY OF ITS AFFILIATES OR PARENT COMPANIES.
USE THIS AT YOUR OWN RISK.


Savegame editor is available as FREEWARE. All above information is used
to write it. It's a part of my Saved Game Editors Pack.

If you know something to make this document better please send your
comments to:
mordor@opnt.optimus.wroc.pl

ENJOY,