<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="28">
  <CheatEntries>
    <CheatEntry>
      <ID>58</ID>
      <Description>"Invulnerability"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(godmode,dosbox.exe,66 89 0C 18 83 C4 18) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
    // several checks - only if EDX=0000020B, ESI=001E5985, EBP=00000000, ESP=0267B3FC =&gt; it's us
    cmp edx,20b
    jne code
    cmp esi,1E5985
    jne code
    cmp ebp,0
    jne code
    cmp esp,267B3FC
    jne code

    // so if we get here, it should be our party
    // so do the stack manipulation but do NOT write the value back into memory
    add esp,18
    jmp return


code:
//  pop ecx
  mov [eax+ebx],cx  // write back the dmg
  add esp,18
  jmp return

godmode:
  jmp newmem
  nop
  nop
return:
registersymbol(godmode)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
godmode:
  db 66 89 0C 18 83 C4 18

unregistersymbol(godmode)
dealloc(newmem)

{
"dosbox.exe"+18A88: 0F B7 4C 24 24        -  movzx ecx,word ptr [esp+24]
"dosbox.exe"+18A8D: 89 D8                 -  mov eax,ebx
"dosbox.exe"+18A8F: 25 FF 0F 00 00        -  and eax,00000FFF
"dosbox.exe"+18A94: 3D FE 0F 00 00        -  cmp eax,00000FFE
"dosbox.exe"+18A99: 77 1B                 -  ja dosbox.exe+18AB6
"dosbox.exe"+18A9B: 89 DA                 -  mov edx,ebx
"dosbox.exe"+18A9D: C1 EA 0C              -  shr edx,0C
"dosbox.exe"+18AA0: 8B 04 95 D0 B6 B5 00  -  mov eax,[edx*4+dosbox.exe+75B6D0]
"dosbox.exe"+18AA7: 85 C0                 -  test eax,eax
"dosbox.exe"+18AA9: 74 1F                 -  je dosbox.exe+18ACA
// ---------- INJECTING HERE ----------
"dosbox.exe"+18AAB: 66 89 0C 18           -  mov [eax+ebx],cx
"dosbox.exe"+18AAF: 83 C4 18              -  add esp,18
// ---------- DONE INJECTING  ----------
"dosbox.exe"+18AB2: 31 C0                 -  xor eax,eax
"dosbox.exe"+18AB4: 5B                    -  pop ebx
"dosbox.exe"+18AB5: C3                    -  ret 
"dosbox.exe"+18AB6: 89 4C 24 04           -  mov [esp+04],ecx
"dosbox.exe"+18ABA: 89 1C 24              -  mov [esp],ebx
"dosbox.exe"+18ABD: E8 5E E2 0D 00        -  call dosbox.exe+F6D20
"dosbox.exe"+18AC2: 0F B6 C0              -  movzx eax,al
"dosbox.exe"+18AC5: 83 C4 18              -  add esp,18
"dosbox.exe"+18AC8: 5B                    -  pop ebx
"dosbox.exe"+18AC9: C3                    -  ret 
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>1</ID>
      <Description>"DosBox MemBase (works right only after fresh startup!)"</Description>
      <LastState Value="27394403" RealAddress="0A403020"/>
      <VariableType>4 Bytes</VariableType>
      <Address>0x1D4A380</Address>
      <Offsets>
        <Offset>0</Offset>
      </Offsets>
      <CheatEntries>
        <CheatEntry>
          <ID>143</ID>
          <Description>"X-Coordinate (Top Left = 0,0)"</Description>
          <LastState Value="24" RealAddress="0A5EABD7"/>
          <VariableType>Byte</VariableType>
          <Address>+1E7BB7</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>13</ID>
          <Description>"Y-Coordinate (Top Left = 0,0)"</Description>
          <LastState Value="3" RealAddress="0A5EABD8"/>
          <VariableType>Byte</VariableType>
          <Address>+1E7BB8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2</ID>
          <Description>"Char 1"</Description>
          <Options moManualExpandCollapse="1"/>
          <LastState RealAddress="0A60E3C1"/>
          <Color>008000</Color>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>+20B3A1</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>88</ID>
              <Description>"Race"</Description>
              <DropDownListLink>Races</DropDownListLink>
              <LastState Value="0" RealAddress="0A60E3D5"/>
              <VariableType>Byte</VariableType>
              <Address>+14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>89</ID>
              <Description>"Class(es)"</Description>
              <DropDownListLink>Classes</DropDownListLink>
              <LastState Value="2" RealAddress="0A60E3D6"/>
              <VariableType>Byte</VariableType>
              <Address>+15</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>90</ID>
              <Description>"Picture (Reload to take effect)"</Description>
              <LastState Value="58" RealAddress="0A60E3D7"/>
              <VariableType>Byte</VariableType>
              <Address>+16</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>91</ID>
              <Description>"Alignment"</Description>
              <DropDownListLink>Alignments</DropDownListLink>
              <LastState Value="0" RealAddress="0A60E3DA"/>
              <VariableType>Byte</VariableType>
              <Address>+19</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>9</ID>
              <Description>"Hitpoints (Current)"</Description>
              <LastState Value="96" RealAddress="0A60E3E3"/>
              <Color>0000FF</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>+22</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>10</ID>
              <Description>"Hitpoints (Maximum)"</Description>
              <LastState Value="106" RealAddress="0A60E3E5"/>
              <VariableType>2 Bytes</VariableType>
              <Address>+24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>60</ID>
              <Description>"Food (%, 100 = Full Fed)"</Description>
              <LastState Value="30" RealAddress="0A60E3E9"/>
              <VariableType>Byte</VariableType>
              <Address>+28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>61</ID>
              <Description>"Experience (Class 1)"</Description>
              <LastState Value="1654018" RealAddress="0A60E3EB"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>62</ID>
              <Description>"Experience (Class 2)"</Description>
              <LastState Value="4294967295" RealAddress="0A60E3EF"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2e</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>63</ID>
              <Description>"Experience (Class 3)"</Description>
              <LastState Value="4294967295" RealAddress="0A60E3F3"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+32</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>11</ID>
              <Description>"Strength (Base Value)"</Description>
              <LastState Value="18" RealAddress="0A60E3F7"/>
              <VariableType>Byte</VariableType>
              <Address>+36</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>12</ID>
              <Description>"Strength (Bonus %)"</Description>
              <LastState Value="94" RealAddress="0A60E3F8"/>
              <VariableType>Byte</VariableType>
              <Address>+37</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>140</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="19" RealAddress="0A60E3F9"/>
              <VariableType>Byte</VariableType>
              <Address>+38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="19" RealAddress="0A60E3FA"/>
              <VariableType>Byte</VariableType>
              <Address>+39</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>15</ID>
              <Description>"Dexterity"</Description>
              <LastState Value="19" RealAddress="0A60E3FB"/>
              <VariableType>Byte</VariableType>
              <Address>+3a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>16</ID>
              <Description>"Constitution"</Description>
              <LastState Value="19" RealAddress="0A60E3FC"/>
              <VariableType>Byte</VariableType>
              <Address>+3b</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>17</ID>
              <Description>"Charisma"</Description>
              <LastState Value="19" RealAddress="0A60E3FD"/>
              <VariableType>Byte</VariableType>
              <Address>+3c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>31</ID>
              <Description>"Backpack top left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03E7" RealAddress="0A60E389"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>59</ID>
              <Description>"Backpack bottom left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="FFFF" RealAddress="0A60E3A1"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>32</ID>
              <Description>"Main Hand"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="01E5" RealAddress="0A60E3A9"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>92</ID>
              <Description>"Mage Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60E4D1"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+110</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>93</ID>
              <Description>"Cleric Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="00 FF 02 00 00 FF FF FF FF FF FF FF FF 00 00 00 02 FF FF FF FF 00 00 00 00 00 01 FF FF FF FF FF 00 FF 00 FF 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60E53F"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+17e</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4</ID>
          <Description>"Char 2"</Description>
          <Options moManualExpandCollapse="1"/>
          <LastState RealAddress="0A60E630"/>
          <Color>008000</Color>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>+20B610</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>64</ID>
              <Description>"Race"</Description>
              <DropDownListLink>Races</DropDownListLink>
              <LastState Value="6" RealAddress="0A60E644"/>
              <VariableType>Byte</VariableType>
              <Address>+14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>84</ID>
              <Description>"Class(es)"</Description>
              <DropDownListLink>Classes</DropDownListLink>
              <LastState Value="7" RealAddress="0A60E645"/>
              <VariableType>Byte</VariableType>
              <Address>+15</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>87</ID>
              <Description>"Picture (Reload to take effect)"</Description>
              <LastState Value="24" RealAddress="0A60E646"/>
              <VariableType>Byte</VariableType>
              <Address>+16</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>86</ID>
              <Description>"Alignment"</Description>
              <DropDownListLink>Alignments</DropDownListLink>
              <LastState Value="4" RealAddress="0A60E649"/>
              <VariableType>Byte</VariableType>
              <Address>+19</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>82</ID>
              <Description>"Hitpoints (Current)"</Description>
              <LastState Value="64" RealAddress="0A60E652"/>
              <Color>0000FF</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>+22</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>65</ID>
              <Description>"Hitpoints (Maximum)"</Description>
              <LastState Value="99" RealAddress="0A60E654"/>
              <VariableType>2 Bytes</VariableType>
              <Address>+24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>66</ID>
              <Description>"Food (%, 100 = Full Fed)"</Description>
              <LastState Value="30" RealAddress="0A60E658"/>
              <VariableType>Byte</VariableType>
              <Address>+28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>67</ID>
              <Description>"Experience (Class 1)"</Description>
              <LastState Value="1527009" RealAddress="0A60E65A"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>68</ID>
              <Description>"Experience (Class 2)"</Description>
              <LastState Value="1186685" RealAddress="0A60E65E"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2e</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>69</ID>
              <Description>"Experience (Class 3)"</Description>
              <LastState Value="4294967295" RealAddress="0A60E662"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+32</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>70</ID>
              <Description>"Strength (Base Value)"</Description>
              <LastState Value="18" RealAddress="0A60E666"/>
              <VariableType>Byte</VariableType>
              <Address>+36</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>71</ID>
              <Description>"Strength (Bonus %)"</Description>
              <LastState Value="76" RealAddress="0A60E667"/>
              <VariableType>Byte</VariableType>
              <Address>+37</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>72</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="19" RealAddress="0A60E668"/>
              <VariableType>Byte</VariableType>
              <Address>+38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>73</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="19" RealAddress="0A60E669"/>
              <VariableType>Byte</VariableType>
              <Address>+39</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>74</ID>
              <Description>"Dexterity"</Description>
              <LastState Value="19" RealAddress="0A60E66A"/>
              <VariableType>Byte</VariableType>
              <Address>+3a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>75</ID>
              <Description>"Constitution"</Description>
              <LastState Value="19" RealAddress="0A60E66B"/>
              <VariableType>Byte</VariableType>
              <Address>+3b</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>76</ID>
              <Description>"Charisma"</Description>
              <LastState Value="19" RealAddress="0A60E66C"/>
              <VariableType>Byte</VariableType>
              <Address>+3c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>77</ID>
              <Description>"Backpack top left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03DF" RealAddress="0A60E5F8"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>78</ID>
              <Description>"Backpack bottom left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="FFFF" RealAddress="0A60E610"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>79</ID>
              <Description>"Main Hand"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03DA" RealAddress="0A60E618"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>94</ID>
              <Description>"Mage Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60E740"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+110</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>95</ID>
              <Description>"Cleric Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60E7AE"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+17e</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>6</ID>
          <Description>"Char 3"</Description>
          <Options moManualExpandCollapse="1"/>
          <LastState RealAddress="0A60E89F"/>
          <Color>008000</Color>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>+20B87F</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>96</ID>
              <Description>"Race"</Description>
              <DropDownListLink>Races</DropDownListLink>
              <LastState Value="3" RealAddress="0A60E8B3"/>
              <VariableType>Byte</VariableType>
              <Address>+14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>97</ID>
              <Description>"Class(es)"</Description>
              <DropDownListLink>Classes</DropDownListLink>
              <LastState Value="3" RealAddress="0A60E8B4"/>
              <VariableType>Byte</VariableType>
              <Address>+15</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>98</ID>
              <Description>"Picture (Reload to take effect)"</Description>
              <LastState Value="29" RealAddress="0A60E8B5"/>
              <VariableType>Byte</VariableType>
              <Address>+16</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>99</ID>
              <Description>"Alignment"</Description>
              <DropDownListLink>Alignments</DropDownListLink>
              <LastState Value="2" RealAddress="0A60E8B8"/>
              <VariableType>Byte</VariableType>
              <Address>+19</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>100</ID>
              <Description>"Hitpoints (Current)"</Description>
              <LastState Value="8" RealAddress="0A60E8C1"/>
              <Color>0000FF</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>+22</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>101</ID>
              <Description>"Hitpoints (Maximum)"</Description>
              <LastState Value="37" RealAddress="0A60E8C3"/>
              <VariableType>2 Bytes</VariableType>
              <Address>+24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>102</ID>
              <Description>"Food (%, 100 = Full Fed)"</Description>
              <LastState Value="30" RealAddress="0A60E8C7"/>
              <VariableType>Byte</VariableType>
              <Address>+28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>103</ID>
              <Description>"Experience (Class 1)"</Description>
              <LastState Value="1429018" RealAddress="0A60E8C9"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>104</ID>
              <Description>"Experience (Class 2)"</Description>
              <LastState Value="4294967295" RealAddress="0A60E8CD"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2e</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>105</ID>
              <Description>"Experience (Class 3)"</Description>
              <LastState Value="4294967295" RealAddress="0A60E8D1"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+32</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>106</ID>
              <Description>"Strength (Base Value)"</Description>
              <LastState Value="19" RealAddress="0A60E8D5"/>
              <VariableType>Byte</VariableType>
              <Address>+36</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>107</ID>
              <Description>"Strength (Bonus %)"</Description>
              <LastState Value="0" RealAddress="0A60E8D6"/>
              <VariableType>Byte</VariableType>
              <Address>+37</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>108</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="19" RealAddress="0A60E8D7"/>
              <VariableType>Byte</VariableType>
              <Address>+38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>109</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="19" RealAddress="0A60E8D8"/>
              <VariableType>Byte</VariableType>
              <Address>+39</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>110</ID>
              <Description>"Dexterity"</Description>
              <LastState Value="19" RealAddress="0A60E8D9"/>
              <VariableType>Byte</VariableType>
              <Address>+3a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>111</ID>
              <Description>"Constitution"</Description>
              <LastState Value="19" RealAddress="0A60E8DA"/>
              <VariableType>Byte</VariableType>
              <Address>+3b</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>112</ID>
              <Description>"Charisma"</Description>
              <LastState Value="19" RealAddress="0A60E8DB"/>
              <VariableType>Byte</VariableType>
              <Address>+3c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>113</ID>
              <Description>"Backpack top left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03D8" RealAddress="0A60E867"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>114</ID>
              <Description>"Backpack bottom left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="FFFF" RealAddress="0A60E87F"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>115</ID>
              <Description>"Main Hand"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03D2" RealAddress="0A60E887"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>116</ID>
              <Description>"Mage Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF 00 05 00 00 00 00 FF FF FF FF 00 00 01 00 FF 04 FF FF FF FF 00 02 01 FF FF FF 02 FF 00 FF 01 03 FF FF FF FF FF FF FF FF FF FF 04 FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60E9AF"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+110</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>117</ID>
              <Description>"Cleric Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60EA1D"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+17e</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>8</ID>
          <Description>"Char 4"</Description>
          <Options moManualExpandCollapse="1"/>
          <LastState RealAddress="0A60EB0E"/>
          <Color>008000</Color>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>+20BAEE</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>118</ID>
              <Description>"Race"</Description>
              <DropDownListLink>Races</DropDownListLink>
              <LastState Value="5" RealAddress="0A60EB22"/>
              <VariableType>Byte</VariableType>
              <Address>+14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>119</ID>
              <Description>"Class(es)"</Description>
              <DropDownListLink>Classes</DropDownListLink>
              <LastState Value="4" RealAddress="0A60EB23"/>
              <VariableType>Byte</VariableType>
              <Address>+15</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>120</ID>
              <Description>"Picture (Reload to take effect)"</Description>
              <LastState Value="78" RealAddress="0A60EB24"/>
              <VariableType>Byte</VariableType>
              <Address>+16</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>121</ID>
              <Description>"Alignment"</Description>
              <DropDownListLink>Alignments</DropDownListLink>
              <LastState Value="0" RealAddress="0A60EB27"/>
              <VariableType>Byte</VariableType>
              <Address>+19</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>122</ID>
              <Description>"Hitpoints (Current)"</Description>
              <LastState Value="76" RealAddress="0A60EB30"/>
              <Color>0000FF</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>+22</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>123</ID>
              <Description>"Hitpoints (Maximum)"</Description>
              <LastState Value="91" RealAddress="0A60EB32"/>
              <VariableType>2 Bytes</VariableType>
              <Address>+24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>124</ID>
              <Description>"Food (%, 100 = Full Fed)"</Description>
              <LastState Value="30" RealAddress="0A60EB36"/>
              <VariableType>Byte</VariableType>
              <Address>+28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>125</ID>
              <Description>"Experience (Class 1)"</Description>
              <LastState Value="1729018" RealAddress="0A60EB38"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>126</ID>
              <Description>"Experience (Class 2)"</Description>
              <LastState Value="4294967295" RealAddress="0A60EB3C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+2e</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>127</ID>
              <Description>"Experience (Class 3)"</Description>
              <LastState Value="4294967295" RealAddress="0A60EB40"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+32</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>128</ID>
              <Description>"Strength (Base Value)"</Description>
              <LastState Value="19" RealAddress="0A60EB44"/>
              <VariableType>Byte</VariableType>
              <Address>+36</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>129</ID>
              <Description>"Strength (Bonus %)"</Description>
              <LastState Value="0" RealAddress="0A60EB45"/>
              <VariableType>Byte</VariableType>
              <Address>+37</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>130</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="19" RealAddress="0A60EB46"/>
              <VariableType>Byte</VariableType>
              <Address>+38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>131</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="19" RealAddress="0A60EB47"/>
              <VariableType>Byte</VariableType>
              <Address>+39</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>132</ID>
              <Description>"Dexterity"</Description>
              <LastState Value="19" RealAddress="0A60EB48"/>
              <VariableType>Byte</VariableType>
              <Address>+3a</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>133</ID>
              <Description>"Constitution"</Description>
              <LastState Value="19" RealAddress="0A60EB49"/>
              <VariableType>Byte</VariableType>
              <Address>+3b</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>134</ID>
              <Description>"Charisma"</Description>
              <LastState Value="19" RealAddress="0A60EB4A"/>
              <VariableType>Byte</VariableType>
              <Address>+3c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>135</ID>
              <Description>"Backpack top left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03D0" RealAddress="0A60EAD6"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>136</ID>
              <Description>"Backpack bottom left"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="FFFF" RealAddress="0A60EAEE"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>137</ID>
              <Description>"Main Hand"</Description>
              <DropDownListLink>Itemlist</DropDownListLink>
              <LastState Value="03CA" RealAddress="0A60EAF6"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>2 Bytes</VariableType>
              <Address>-18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>138</ID>
              <Description>"Mage Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF" RealAddress="0A60EC1E"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+110</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>139</ID>
              <Description>"Cleric Spells (FF=unable to learn. 00=can be learned, each other=how often is spell learned)"</Description>
              <LastState Value="01 03 03 01 01 FF FF FF FF FF 02 01 01 01 01 01 01 FF FF FF 01 01 01 01 02 01 00 FF FF FF 01 03 02 01 00 00 01 FF FF FF 00 01 01 00 01 01 FF FF FF FF 01 01 00 00 FF FF FF FF FF FF 01 00 FF" RealAddress="0A60EC8C"/>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>63</ByteLength>
              <Address>+17e</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>81</ID>
      <Description>"Help Lists (don't touch or the kitty gets it!)"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>29</ID>
          <Description>"Itemlist"</Description>
          <DropDownList ReadOnly="1" DisplayValueAsItem="1">00c8:Apple
00c9:Apple
00ca:Apple
00cb:Apple
00cc:Apple
00cd:Apple
00ce:Apple
00cf:Apple
0139:Apple
00ac:Arrow
00ad:Arrow
00ae:Arrow
00af:Arrow
00b0:Arrow
00b1:Arrow
0222:Arrow +1
0223:Arrow +1
0224:Arrow +1
0225:Arrow +1
0226:Arrow +1
0227:Arrow +1
0228:Arrow +1
0229:Arrow +1
0099:Arrow +2
009a:Arrow +2
009b:Arrow +2
009c:Arrow +2
009d:Arrow +2
009e:Arrow +2
0121:Arrow +2
0122:Arrow +2
0177:Arrow +2
0178:Arrow +2
0201:Arrow +2
0202:Arrow +2
0263:Arrow +2
0264:Arrow +2
0265:Arrow +2
0266:Arrow +2
0267:Arrow +2
0268:Arrow +2
0269:Arrow +2
026a:Arrow +2
026b:Arrow +2
026c:Arrow +2
026d:Arrow +2
026e:Arrow +2
026f:Arrow +2
0270:Arrow +2
0271:Arrow +2
018d:Arrow +3
018e:Arrow +3
01c5:Arrow +4
01c6:Arrow +4
03da:Axe +1
0216:Axe +2
0259:Axe +2
0169:Bag of incense
016a:Bag of incense
016b:Bag of incense
016c:Bag of incense
0175:Bag of incense
0176:Bag of incense
0186:Bag of incense
0187:Bag of incense
01ab:Bag of incense
01b0:Bag of incense
00c0:Black Hammer +3
0179:Black Holy Symbol
017a:Black Holy Symbol
017b:Black Holy Symbol
00bf:Blessed Holy Symbol
01be:Blue Gem
0104:"Book ""The Elemental Seasons"" "
0105:Book of Tobriand
0097:Bow
0248:Bracers of Protection +1
015e:Bracers of Protection +2
0276:Bracers of Protection +2
01ff:Bracers of Protection +4
01c0:Brass Key
007f:Captain Fflar's Nameplate
021a:Chain Mail
03db:Chain Mail +1
03e2:Chain Mail +1
0220:Chain Mail +2
0098:Chain Mail +4
01e3:Chrystal Key
014d:Cleric Scroll of 'Aid'
0155:Cleric Scroll of 'Cause Critical Wounds'
014c:Cleric Scroll of 'Create Food &amp; Water'
0199:Cleric Scroll of 'Cure Critical'
00dc:Cleric Scroll of 'Cure Light Wounds'
0084:Cleric Scroll of 'Cure Serious Wounds'
00da:Cleric Scroll of 'Cure Serious Wounds'
00db:Cleric Scroll of 'Cure Serious Wounds'
0184:Cleric Scroll of 'Cure Serious Wounds'
03cc:Cleric Scroll of 'Cure Serious Wounds'
03e3:Cleric Scroll of 'Cure Serious Wounds'
01a9:Cleric Scroll of 'Fire Storm'
0158:Cleric Scroll of 'Heal'
0159:Cleric Scroll of 'Heal'
015a:Cleric Scroll of 'Heal'
014f:Cleric Scroll of 'Neutralize Poison'
0154:Cleric Scroll of 'Neutralize Poison'
008b:Cleric Scroll of 'Prayer'
014e:Cleric Scroll of 'Prayer'
006f:Cleric Scroll of 'Raise Dead'
0075:Cleric Scroll of 'Raise Dead'
0192:Cleric Scroll of 'Raise Dead'
0071:Cleric Scroll of 'Resist Fire'
01ba:Cleric Scroll of 'Resurrection'
014b:Cleric Scroll of 'Slow Poison'
0156:Cleric Scroll of 'Sol's Searing Orb'
00b7:Cloak of Protection (+?)
010f:Cloak of Protection +3
0197:Cloak of Protection +4
0123:Club
0076:Club +1
0077:Club +1
0078:Club +1
01b1:Coin
01a5:Copper Key
01a6:Copper Key
01aa:Copper Key
01af:Copper Key
01da:Copper Key
0200:Copper Key
020e:Crimson Key
00ec:Crystal Key
01b3:Crystal Key
01b7:Crystal Key
01c3:Crystal Key
019c:Cup of Good Cheer
019d:Cup of Good Cheer
019e:Cup of Good Cheer
019f:Cup of Good Cheer
0157:Dagger
01e8:Dagger
025a:Dagger +1
025b:Dagger +1
025c:Dagger +1
01f1:Dagger +2
01f2:Dagger +2
0218:Dagger +2
0219:Dagger +2
0064:Dagger +3
015b:Dagger +3
0141:"Dagger +4 ""Ocnor"" "
0142:"Dagger +4 ""Ronco"" "
01f8:Dart +1
01f9:Dart +1
01fa:Dart +1
01fb:Dart +1
0131:Dart of Hornet's Nest
0145:Diamond
0274:Elven Chain Mail +2
01c7:Elven Chain Mail +3
01a1:Ember of Hope
01a2:Ember of Hope
01a3:Ember of Hope
01a4:Ember of Hope
008a:Everburning Torch
016f:Fire Key
01a7:"Flail +4 ""Mourning Star"" "
016e:Fountain Spout
018c:Frost Key
00b2:Gauntlets of Fire Giant Strength
01f3:Gauntlets of Hill Giant Strength
0190:Gauntlets of Hill Giant Strength
0196:Gold Key
017f:Golden Cup
01bc:Grappling Hook
01c1:Green Gem
01c2:Green Gem
01ad:Halberd +4
01b4:Hammer of Throwing +3
0208:Helm +1
01ee:Helm +2
00e5:Helm of Underwater Breathing
0204:Helm of Underwater Breathing
0065:Holy Key
0068:Holy Key
0069:Holy Key
006b:Holy Key
007e:Holy Key
017c:Holy Symbol
017d:Holy Symbol
017e:Holy Symbol
0244:Holy Symbol
024e:Holy Symbol
027b:Holy Symbol
03cd:Holy Symbol
03e4:Holy Symbol (Paladin)
01ac:Iron Key
00a3:Iron Rations
00a4:Iron Rations
00a5:Iron Rations
01a0:Key of Faith
01f7:Leather Armor
00b3:Leather Armor +3
011d:Leather Armor +4
01cf:Leather Armor +4
01eb:Long Bow
0221:Long Bow
0262:Long Bow
01f0:Long Sword
0250:Long Sword +2
0096:Long Sword +3
0272:Long Sword +3
016d:Long Sword +4
01e5:Long Sword +4
03ca:Mace +1
00e6:Mace +2
01ed:Mace +2
021b:Mace +2
0247:Mace +2
0277:Mace +2
0174:Mace +4
01c9:Mage Scroll of 'Abi-Dalzim's Horrid Wilting'
0147:Mage Scroll of 'Acid Storm'
01c8:Mage Scroll of 'Bigby's Clenched Fist'
0107:Mage Scroll of 'Cone of Cold'
0109:Mage Scroll of 'Death Spell'
010a:Mage Scroll of 'Disintegrate'
0193:Mage Scroll of 'Disintegrate'
01b2:Mage Scroll of 'Disintegrate'
01ca:Mage Scroll of 'Energy Drain'
01d3:Mage Scroll of 'Energy Drain'
01d7:Mage Scroll of 'Energy Drain'
0082:Mage Scroll of 'Fireball'
0087:Mage Scroll of 'Fireball'
01b8:Mage Scroll of 'Fireball'
03d4:Mage Scroll of 'Fireball'
0148:Mage Scroll of 'Fist of Death'
00d8:Mage Scroll of 'Flesh to Stone'
010b:Mage Scroll of 'Flesh to Stone'
00d7:Mage Scroll of 'Hold Monster'
0108:Mage Scroll of 'Hold Monster'
00ed:Mage Scroll of 'Hold Person'
00ef:Mage Scroll of 'Hold Person'
00d9:Mage Scroll of 'Hold Undead'
00f0:Mage Scroll of 'Hold Undead'
00f8:Mage Scroll of 'Improved Invisibility'
00fc:Mage Scroll of 'Improved Invisibility'
00f5:Mage Scroll of 'Invisibility 10' Radius'
03d5:Mage Scroll of 'Magic Missile'
01cb:Mage Scroll of 'Meteor Swarm'
01d4:Mage Scroll of 'Meteor Swarm'
01d8:Mage Scroll of 'Meteor Swarm'
01cc:Mage Scroll of 'Power Word Kill'
01d5:Mage Scroll of 'Power Word Kill'
01fc:Mage Scroll of 'Power Word Kill'
014a:Mage Scroll of 'Power Word Stun'
0070:Mage Scroll of 'Protection from Paralysis'
00ee:Mage Scroll of 'Protection from Paralysis'
00f9:Mage Scroll of 'Remove Curse'
00fd:Mage Scroll of 'Remove Curse'
00f6:Mage Scroll of 'Slow'
010c:Mage Scroll of 'Stone to Flesh'
0188:Mage Scroll of 'Stone to Flesh'
01d2:Mage Scroll of 'Time Stop'
01d6:Mage Scroll of 'Time Stop'
01fd:Mage Scroll of 'Time Stop'
0146:Mage Scroll of 'True Seeing'
020d:Mage Scroll of 'Wall of Force'
00f7:Mage Scroll of 'Water Breathing'
0210:Mage Scroll of 'Water Breathing'
0120:Magic Staff +1
01bb:Magic Stuff +4
0080:Medaillon of Friendship
0149:Mordenkainen's Sword
019a:Morning's Light
00a2:Necklace of Adornment
0162:Necklace of Fireball
0163:Necklace of Fireball
0114:Necklace of Magic Missile
0215:Plate Mail +1
00a0:Plate Mail +2
01e9:Plate Mail +2
024f:Plate Mail +2
00e2:Plate Mail +3
0151:"Polearm +3 ""Zymoks"" "
0081:Potion of Giant Strength
008c:Potion of Giant Strength
0110:Potion of Giant Strength
01e6:Potion of Giant Strength
0207:Potion of Giant Strength
006e:Potion of Healing
0074:Potion of Healing
010e:Potion of Healing
0185:Potion of Healing
01ae:Potion of Healing
01f5:Potion of Healing
01f6:Potion of Healing
0205:Potion of Healing
0206:Potion of Healing
0212:Potion of Healing
0213:Potion of Healing
0214:Potion of Healing
03ce:Potion of Healing
03d6:Potion of Healing
03dd:Potion of Healing
03e5:Potion of Healing
012c:Potion of Invisibility
012d:Potion of Invisibility
0136:Potion of Poison
0137:Potion of Poison
0138:Potion of Poison
0195:Potion of Speed
01d9:Potion of Speed
006c:Rations
006d:Rations
0072:Rations
0073:Rations
0083:Rations
0085:Rations
0088:Rations
0089:Rations
00a6:Rations
00a7:Rations
00a8:Rations
00a9:Rations
00aa:Rations
00ab:Rations
0111:Rations
011e:Rations
011f:Rations
020a:Rations
020b:Rations
021c:Rations
021d:Rations
021e:Rations
021f:Rations
03cf:Rations
03d0:Rations
03d7:Rations
03d8:Rations
03de:Rations
03df:Rations
03e6:Rations
03e7:Rations
01bd:Red Gem
020f:Red Gem
00e1:Ring of Feather Falling
0251:Ring of Feather Falling
00f1:Ring of Fire Protection
01df:Ring of Protection +1
01dd:Ring of Protection +2
01e1:Ring of Protection +2
0119:Ring of Protection +3
01ce:Ring of Protection +3
01db:Ring of Protection +3
020c:Ring of Protection +3
0246:Ring of Protection +3
01dc:Ring of Protection -1
01e0:Ring of Protection -2
01e2:Ring of Protection -2
01de:Ring of Protection -3
012f:Ring of Sustenance
0112:Ring of Tobriand
00b6:Ring of Wizardry
023c:Ring of Wizardry
03d3:Robe
0217:Robe (magisch, Wirkung :?)
0124:Rock
0125:Rock
0126:Rock
0127:Rock
018f:Rock
013b:Rock +4
013c:Rock +4
013d:Rock +4
013e:Rock +4
0079:Rod Fragment
007a:Rod Fragment
007b:Rod Fragment
007c:Rod Orb
007d:Rod of Restauration
03cb:Scale Mail +1
01f4:Scale Mail +2
0118:Scroll
018a:Scroll
01d0:Scroll
01d1:Scroll
0106:Scrying Glass
00e4:Shield
0170:Shield
0171:Shield
0172:Shield
0173:Shield
0194:Shield
01ea:Shield
03c9:Shield
0209:Shield +1
03d9:Shield +1
03e0:Shield +1
00c1:Shield +3
01b9:"Shield +3 ""Sun Mask"" "
01a8:Shield +4
018b:Short Sword
0273:Short Sword +1
03e1:Short Sword +1
0066:Short Sword +2
0140:Short Sword +3
01cd:Short Sword +3
00eb:"Short Sword +3 ""Frostbite"" "
01bf:Silver Key
0189:Sling
01b5:Spear +4
013a:Spellbook
023a:Spellbook
0245:Spellbook
03d1:Spellbook
00c2:Splint Mail
0258:Splint Mail
03d2:Staff
01b6:Staff of Life
0168:Statue arm
01ef:Stone Key
00b4:Thieve's Tools
03dc:Thieve's Tools
0086:"Trident +3 ""Revko"" "
00a1:Two-handed Sword +3
019b:"Two-handed Sword +5 ""Dhauzimmer"" "
0249:Wand of 'Acid Storm'
009f:Wand of 'Cone of Cold'
015f:Wand of 'Cone of Cold'
0160:Wand of 'Cone of Cold'
0161:Wand of 'Cone of Cold'
0150:Wand of 'Fear'
0113:Wand of 'Fireball'
022a:Wand of 'Fireball'
012e:Wand of 'Flesh to Stone'
01e7:Wand of 'Ice Storm'
01fe:Wand of 'Lightning Bolt'
00b5:Wand of 'Magic Missile'
023b:Wand of 'Magic Missile'
022b:Wand of 'Magic Missile'
0067:Wand of 'Wall of Force'
01ec:Yellow Gem
ffff:&lt;empty&gt;
</DropDownList>
          <LastState Value="15753" RealAddress="00471111"/>
          <VariableType>2 Bytes</VariableType>
          <Address>471111</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>80</ID>
          <Description>"Classes"</Description>
          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Fighter
1:Ranger
2:Paladin
3:Mage
4:Cleric
5:Thief
6:Fighter/Cleric
7:Fighter/Thief
8:Fighter/Mage
9:Fighter/Mage/Thief
10:Thief/Mage
11:Cleric/Thief
12:Fighter/Cleric/Mage
13:Ranger/Cleric
14:Cleric/Mage
</DropDownList>
          <LastState Value="137" RealAddress="00471111"/>
          <VariableType>Byte</VariableType>
          <Address>471111</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>83</ID>
          <Description>"Races"</Description>
          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Human Male
1:Human Female
2:Elf Male
3:Elf Female
4:Half-Elf Male
5:Half-Elf Female
6:Dwarf Male
7:Dwarf Female
8:Gnome Male
9:Gnome Female
10:Halfling Male
11:Halfling Female
</DropDownList>
          <LastState Value="137" RealAddress="00471111"/>
          <VariableType>Byte</VariableType>
          <Address>471111</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>85</ID>
          <Description>"Alignments"</Description>
          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Lawful Good
1:Neutral Good
2:Chaotic Good
3:Lawful Neutral
4:True Neutral
5:Chaotic Neutral
6:Lawful Evil
7:Neutral Evil
8:Chaotic Evil
</DropDownList>
          <LastState Value="137" RealAddress="00471111"/>
          <VariableType>Byte</VariableType>
          <Address>471111</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
