Hello again! I've uncovered a bunch of new bugs in MM7 that you may be interested in. Some of them are fixed in the new release of my mod, you can look at elemental.c if you're curious.
-
Potions of Bless, Stoneskin, and Heroism do not improve their effect with higher potion power, only duration. This makes them nearly useless, as any other source of these buffs will be stronger. This is not necessarily a bug, could be just bad design. Nevertheless, I fixed this in my mod.
-
OnLeaveMap event doesn't trigger when using stables or a boat. I fixed this one.
-
Faerie Pipes quest award is only given to the currently active player (gamescript bug, fixed).
-
Archibald is only supposed to give you a blaster if you enter Eeofol with the "kill Xenofex" quest active (obvious gamescript bug, fixed).
-
White barrels do not randomly generate (fixed).
-
In the Wall of Mist, barrels refill on each visit. This might not be a bug, but it's very exploitable, and I fixed this.
-
Pickpocketing an item produces a garbage message, both in English and Russian translation (fixed).
-
If Cure Insanity or Raise Dead fail due to waiting too long, they still apply their side effects (weakness, and for the latter, HP is set to 1). Also it's theoretically possible that Raise Dead would cure death but fail to cure unconsciousness that was in effect for longer (both fixed).
-
Resurrection claims to have reduced recovery with high skill, but it's not implemented (unfixed, suits me just fine).
-
Enchant Item always pulls special enchantments from treasure level 3 pool, even though standard enchantment power corresponds to levels 4 and 5 on Master and GM, respectively (fixed).
-
Also, a minor exploit: even though normally the power of "of Arms", "of Dodging" and "of the Fist" enchantments is halved, Enchant Item doesn't respect this, so it's possible to get these enchantments with abnormally high power (up to +17). I fixed this one, but it's not a big deal.
-
Mass Distortion has two resistance checks: one, debuff-like, to avoid its effect entirely, and another to reduce the damage if the first one fails. Seems to harsh for me, so I fixed this.
-
GM Protection from Magic can protect from being executed in castles. I think the gamescript tried to prevent this by setting "Dead" to 1 instead of 0, but the proper syntax here is Add("Dead", 0) (fixed).
-
Archers can't shoot fire arrows due to a wrong projectile name (fixed).
-
Sacrifice is stated to cure conditions and aging, but it doesn't (fixed).
-
Master Healers erase all armor skills when they heal the party. A most peculiar bug, I've no idea what that code was supposed to do (fixed).
-
Buff duration strings are a bit buggy, they can read as "x days y seconds" when it should be "x days z minutes" or even just "x days". It's because the seconds bit only checks the hours being 0, not days (fixed).
-
Water Walk drains power every 5 minutes instead of every 20 (fixed).
-
Slow is supposed to last 1 min/skill on Basic and 5 min/skill on Expert+, but it's actually 3 min/skill on all levels. (I reworked this entirely.)
-
Turn Undead is 1 min/skill on Expert instead of 3 min/skill, and doesn't have reduced recovery on GM. (Also unfixed.)
-
Control Undead has a slightly wrong description, seemingly copypasted from Enslave.
-
"of Feather Falling" enchantment isn't generated randomly (the maximum enchantment ID is one less). Perhaps it's for the better, as it's slightly buggy, too.
-
Alchemical explosions can occasionally break hardened items, as a wrong item is checked for breakability (fixed).
-
Elven Chainmail is supposed to reduce recovery, but like in MM6, this bonus is nonfunctional (I removed it entirely).
-
Ania Selving's bonus to bow skill doesn't affect damage at GM (fixed).
-
Without a bow, ranged damage displays as "N/A", but this string isn't localized (fixed).
-
The Body resistance well in the Maze is supposed to be usable once per day, but the script is broken (fixed).
-
Stealing a wand from Mr. Malwick often puts garbage values in its max charges field (fixed).
-
Falling from Celeste is supposed to choose one of six possible Bracada locations, but the script lacks Exit commands (fixed).
-
Dwarven guards have abnormally large radius, and as such often get stuck in doorways and block passages (fixed).
-
Peaceful monsters on the current map (e.g. the party's Golem) enable rest encounters (fixed).
-
The weather always starts sunny until you spend a day or so in the new region. This breaks Evenmorn mist, among other things (fixed).
-
Bracada docks teleporter is slightly off-target (fixed).
-
Resting in dark region taverns often takes too long (24+ hours) (fixed).
-
Clubs and wetsuits have garbage recovery values (I fixed clubs, at least).
-
Hunter NPC and Hunter class have the same string resource. This breaks Russian translation (fixed).
-
Castle Harmondale bookshelves check for School of Sorcery membership (fixed).
-
In the Grand Temple of Moon, the pit trap and altar color reset after game reload (fixed).
-
Drowning deals fire damage! I changed this to cold.
-
Traveling on foot does not erase ground items list, so they sometimes are duplicated in the new region (fixed).
-
In the Walls of Mist, some facets of keystone pillars aren't clickable (fixed).
-
Dragons and titans drop too little gold due to integer overflow (fixed).
-
Your bug: in the Russian translation, the door in Hall of the Pit is labeled as "Chest".
-
Mace paralysis checks earth resistance for some reason (fixed).
-
Gibbet doesn't slay dragons or demons, only undead (fixed).
-
Troglodyte slaying, griffon slaying, and tapestry stealing quests adjust the reputation for each party member, leading to 4x gain or loss (fixed).
-
Occasionally the game crashes when loading a save inside Lincoln's entrance room. I wasn't able to get to the bottom of this.
-
When generating a random item, it occasionally defaults to the first item in category (Torch Light, empty potion bottle, a rusty sword etc.), even on high treasure levels. Haven't investigated this yet.
-
Can't swap an spear equipped in two hands for a sword (unfixed).
-
Recovery times seem to be carried across game reloads sometimes (perhaps only in turn-based mode) (unfixed).
-
Nighon HP and SP wells restore 25 points, but the messages say 50 (unfixed).
-
In Tatalia, kergar ore on the ground has erudine sprite. And in Erathia there's siertal that looks like phylt (unfixed).
-
Casting a spell on the very first (ID 0) item in the inventory sometimes chooses a garbage target because the code thinks 0 is "no target" (unfixed).
-
Clanker's quest device and altar in the Sun Temple reset after reload (unfixed).
Sorry if I'm too succinct, but there's a lot of them this time. You can ask if anything needs clarifying.
Hello again! I've uncovered a bunch of new bugs in MM7 that you may be interested in. Some of them are fixed in the new release of my mod, you can look at elemental.c if you're curious.
Potions of Bless, Stoneskin, and Heroism do not improve their effect with higher potion power, only duration. This makes them nearly useless, as any other source of these buffs will be stronger. This is not necessarily a bug, could be just bad design. Nevertheless, I fixed this in my mod.
OnLeaveMap event doesn't trigger when using stables or a boat. I fixed this one.
Faerie Pipes quest award is only given to the currently active player (gamescript bug, fixed).
Archibald is only supposed to give you a blaster if you enter Eeofol with the "kill Xenofex" quest active (obvious gamescript bug, fixed).
White barrels do not randomly generate (fixed).
In the Wall of Mist, barrels refill on each visit. This might not be a bug, but it's very exploitable, and I fixed this.
Pickpocketing an item produces a garbage message, both in English and Russian translation (fixed).
If Cure Insanity or Raise Dead fail due to waiting too long, they still apply their side effects (weakness, and for the latter, HP is set to 1). Also it's theoretically possible that Raise Dead would cure death but fail to cure unconsciousness that was in effect for longer (both fixed).
Resurrection claims to have reduced recovery with high skill, but it's not implemented (unfixed, suits me just fine).
Enchant Item always pulls special enchantments from treasure level 3 pool, even though standard enchantment power corresponds to levels 4 and 5 on Master and GM, respectively (fixed).
Also, a minor exploit: even though normally the power of "of Arms", "of Dodging" and "of the Fist" enchantments is halved, Enchant Item doesn't respect this, so it's possible to get these enchantments with abnormally high power (up to +17). I fixed this one, but it's not a big deal.
Mass Distortion has two resistance checks: one, debuff-like, to avoid its effect entirely, and another to reduce the damage if the first one fails. Seems to harsh for me, so I fixed this.
GM Protection from Magic can protect from being executed in castles. I think the gamescript tried to prevent this by setting "Dead" to 1 instead of 0, but the proper syntax here is Add("Dead", 0) (fixed).
Archers can't shoot fire arrows due to a wrong projectile name (fixed).
Sacrifice is stated to cure conditions and aging, but it doesn't (fixed).
Master Healers erase all armor skills when they heal the party. A most peculiar bug, I've no idea what that code was supposed to do (fixed).
Buff duration strings are a bit buggy, they can read as "x days y seconds" when it should be "x days z minutes" or even just "x days". It's because the seconds bit only checks the hours being 0, not days (fixed).
Water Walk drains power every 5 minutes instead of every 20 (fixed).
Slow is supposed to last 1 min/skill on Basic and 5 min/skill on Expert+, but it's actually 3 min/skill on all levels. (I reworked this entirely.)
Turn Undead is 1 min/skill on Expert instead of 3 min/skill, and doesn't have reduced recovery on GM. (Also unfixed.)
Control Undead has a slightly wrong description, seemingly copypasted from Enslave.
"of Feather Falling" enchantment isn't generated randomly (the maximum enchantment ID is one less). Perhaps it's for the better, as it's slightly buggy, too.
Alchemical explosions can occasionally break hardened items, as a wrong item is checked for breakability (fixed).
Elven Chainmail is supposed to reduce recovery, but like in MM6, this bonus is nonfunctional (I removed it entirely).
Ania Selving's bonus to bow skill doesn't affect damage at GM (fixed).
Without a bow, ranged damage displays as "N/A", but this string isn't localized (fixed).
The Body resistance well in the Maze is supposed to be usable once per day, but the script is broken (fixed).
Stealing a wand from Mr. Malwick often puts garbage values in its max charges field (fixed).
Falling from Celeste is supposed to choose one of six possible Bracada locations, but the script lacks Exit commands (fixed).
Dwarven guards have abnormally large radius, and as such often get stuck in doorways and block passages (fixed).
Peaceful monsters on the current map (e.g. the party's Golem) enable rest encounters (fixed).
The weather always starts sunny until you spend a day or so in the new region. This breaks Evenmorn mist, among other things (fixed).
Bracada docks teleporter is slightly off-target (fixed).
Resting in dark region taverns often takes too long (24+ hours) (fixed).
Clubs and wetsuits have garbage recovery values (I fixed clubs, at least).
Hunter NPC and Hunter class have the same string resource. This breaks Russian translation (fixed).
Castle Harmondale bookshelves check for School of Sorcery membership (fixed).
In the Grand Temple of Moon, the pit trap and altar color reset after game reload (fixed).
Drowning deals fire damage! I changed this to cold.
Traveling on foot does not erase ground items list, so they sometimes are duplicated in the new region (fixed).
In the Walls of Mist, some facets of keystone pillars aren't clickable (fixed).
Dragons and titans drop too little gold due to integer overflow (fixed).
Your bug: in the Russian translation, the door in Hall of the Pit is labeled as "Chest".
Mace paralysis checks earth resistance for some reason (fixed).
Gibbet doesn't slay dragons or demons, only undead (fixed).
Troglodyte slaying, griffon slaying, and tapestry stealing quests adjust the reputation for each party member, leading to 4x gain or loss (fixed).
Occasionally the game crashes when loading a save inside Lincoln's entrance room. I wasn't able to get to the bottom of this.
When generating a random item, it occasionally defaults to the first item in category (Torch Light, empty potion bottle, a rusty sword etc.), even on high treasure levels. Haven't investigated this yet.
Can't swap an spear equipped in two hands for a sword (unfixed).
Recovery times seem to be carried across game reloads sometimes (perhaps only in turn-based mode) (unfixed).
Nighon HP and SP wells restore 25 points, but the messages say 50 (unfixed).
In Tatalia, kergar ore on the ground has erudine sprite. And in Erathia there's siertal that looks like phylt (unfixed).
Casting a spell on the very first (ID 0) item in the inventory sometimes chooses a garbage target because the code thinks 0 is "no target" (unfixed).
Clanker's quest device and altar in the Sun Temple reset after reload (unfixed).
Sorry if I'm too succinct, but there's a lot of them this time. You can ask if anything needs clarifying.