home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games (Collectors Edition) - Disc 2 / 1000GamesDisc2.iso / solution / text / mcandle3.cht < prev    next >
Text File  |  1993-12-01  |  5KB  |  136 lines

  1.                               Magic Candle III
  2.                          ** Cheat Instructions **
  3.                               FOR VERSION 1.16
  4.                                     ONLY!
  5.  
  6. NOTE: The upgrade is avalible in the GAMEPUB forum if you have an
  7. earlier version. All earlier version have errors in them anyway so
  8. take the time to upload the corrcted files.
  9.  
  10. Are you frustrated with how long it takes to make money in this game. Well
  11. this may be your answer.
  12.  
  13. As It will take a while before an editor is written that makes these changes 
  14. easier, I have enclosed some instructions for those who would like to use
  15. a hex editor to make the changes direct to disk.
  16.  
  17. Caution, the use of a file editor that makes changes directly to disk such
  18. as supplied with PCtools or other programs should not be used by people
  19. not familiar with its workings. 
  20.  
  21. Also remember to write down the changes to the file that you have made in 
  22. the event you accidently write to the wrong offset. You can correct any 
  23. mistakes you might make if you have the information written down.
  24.  
  25. Last word of caution before you proceed! After you make any changes, run the
  26. game to see if any errors occur. If you edit ONLY the locations that I will 
  27. make note of, you should not have any problems. 
  28.  
  29. Please see disclaimer at the bottom of the instructions.
  30.  
  31. A typical file will have information that looks like this.
  32. Note: The line that reads "offset" is not typically shown in an editor
  33. but is included for instructional purposes.
  34.  
  35. Offset   0  1   2   3  4   5   6   7   8   9   10  11  12  13  14  15
  36. _____________________________________________________________________
  37.         FF 0C  00  11  1A  12  55  00  03  D2  3C  06  7A  A2  22  12
  38.  
  39. Offset  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30 31
  40. _____________________________________________________________________
  41.         00  00  00  0C  OD  O5  F2  B3  FF  C2  C7  B3  00  A1  A1 34
  42.  
  43. And so on through the file. Each line will be 16 bits long and each full
  44. bit is called an offset. If your editor does not show you the offset
  45. numbers you will have to count each bit to find the offset number I
  46. refer to.  Remember that the first bit is NOT number "1" ..it is number
  47. "0".
  48.  
  49. Instructions:
  50. Load the file, such as DBSAVA.MCS ,DBSAVB.MSC or whatever last save 
  51. game you want to make the changes to, from (or into) your hex editor.
  52. The offset numbers I am going to give you will effect Lukas or Luka 
  53. only. However you can transfer a lot of these items to the other 
  54. members.
  55.  
  56. Numbers are always written in hexadecimal. If you don't understand hex
  57. conversions the scientific calculator in windows can make the trans-
  58. lation for you. I give this final warning. If you like experimenting
  59. these instructions are for you. If you don't know what a hex number is
  60. or what a hex editor does, stop here, throw away these instructions 
  61. and wait for a program to come along that will make the changes for
  62. you.
  63.  
  64. OK here goes.
  65.  
  66. Offset locations 216, 217, and 218 affect the amount of Sermin, Gonshi, and
  67. Loka.  Replacing the hex numbers in these offsets with a 55 
  68. (85 in decimal) will give Lukas 85 of these items.
  69.  
  70. Location 208 will repair the damage to your ashbow. Placing a 00 in this slot
  71. will show 0 damage.
  72.  
  73. Location 214 will change the amount of food. Placing a FF (255 decimal) (if
  74. you remember "0" is a number.) will give you 255 food.
  75.  
  76. Location 223 is the number of arrows you have. A 5A is a good number to
  77. place in this offset.
  78.  
  79. Location 203-204 effect the amount of Blue pearls. I have had problems with
  80. this offset if you give Lukas too many pearls. The game will crash! Best not 
  81. fool with this area if you are uncomfortable with this change.
  82.  
  83. Offsets 133 effect bravery
  84. 134 - strength
  85. 135 - dexterity
  86. 136 - endurance
  87. 137 - agility
  88. 138 - loyalty
  89. 139 - charm
  90. 140 - intelligence
  91. 141 - resistance
  92.  
  93. Offsets 143 on, will effect the amount of skill points you have in each
  94. catagory. For instance you have 21/80 points with Sword. What ever 
  95. number you place in these offsets cannot be higher then the maximum the
  96. game will give you. If you have a maximum of 75 in axe skills you can't
  97. place a 76 (decimal) or 4C (hex) in this offset.
  98.  
  99. 143 - sword
  100. 144 - axe
  101. 145 - archery
  102. 146 - magic
  103. and so on.
  104.  
  105. Now for the Biggie... MONEY!
  106. Money in written in a 2 digit upper number and lower number
  107. For instance the upper number 0A (Hex) or 11 (decimal)
  108. and the lower number 0B (Hex) or 12 (decimal)
  109. would read ... $ (1,1)(12) coins. or $1,112 coins.
  110.  
  111. Offset 324 controls the lower number
  112. Offest 325 controls the upper number.
  113.  
  114. So if you write a 0A in offset 324 and a 0B in offset 325 you will
  115. end up with 1,112 coins. 
  116.  
  117. Disclaimer:
  118. I take no responsibilty for modifications made to your save games.
  119. Always back up you save game files under a diffrent name so you can
  120. recover from an error.
  121.  
  122. For instance use the command:
  123.  
  124. copy dbsavb.mcs dbsavb.bak
  125.  
  126. Before proceeding. You can then rename the file back to original if you
  127. make a mistake.
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.