Money Cheat
Change the amount of money by entering "game.party[0].money_adj(X)" into the console. The "X" is replaced by the number of copper pieces you want your party to add. This means you need to add the equivalent amount of copper if you want a particular amount of money in larger denominations. For example, to get a platinum piece, you need to add 1,000 copper pieces. This does not add money to your party; it changes the value of the money your party possesses.
Attribute Modification
Each attribute for all of your party members can be altered. All of them are based on entry of a modified version of "game.party[X].stat_base_set(stat_attribute, Y)" into the console. The X must be 0, 1, 2, 3 or 4. This indicates which party member you are modifying. Entering "0" modifies the first party member and "4" is the fifth member. The word "attribute" is replaced with the attribute being modified. The attributes that can be modified with this cheat are strength, dexterity, constitution, intelligence, wisdom, charisma and hp_max. The "hp_max" attribute is your maximum amount of hit points. This cheat does not change your current hit points. The "Y" is replaced with the new value of the attribute. For example, entering "game.party[2].stat_base_set(stat_intelligence, 20)" changes the intelligence of the third character in the party to 20.
Increase Level
Change your level by modifying the experience value of your party. The console command to do this is "stat_base_set(stat_experience, X)." The value of "X" is the amount of experience that it would take to reach the desired level. You need 10,000 experience to reach level five, 45,000 experience to reach level 10 and 105,000 to reach level 15.
Misc Cheats
Disable random encounters by entering "norandom" in the console. Entering "game.fade_and_teleport(0,0,0,5007,487,488)" teleports you back to Hommlet, your home town. Enter "startmap" to open the "Map Select" window. Remove the fog from the maps by entering "nofog."