world-of-might-and-magic
world-of-might-and-magic copied to clipboard
Cumulative issue for vanilla event bugs
Issue to list found vanilla bugs that arise from events processing inside vanilla resource files.
Anvil in Emerald Isle is named "Button". Bug in mouse over event:
Event: 63
0: MouseOver("Button")
0: Exit
There are quite a lot vanilla bugs reported by Tomsod: GrayFace/Misc#21 and GrayFace/Misc#14 I'll list only those which I think relate to evt scripts:
- Crate traders EVT bug: the player is not supposed to buy more than one crate of goods for re-sale at a time, but the dialog option fails to disappear until you leave the house.
- 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).
- 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).
- The Body resistance well in the Maze is supposed to be usable once per day, but the script is broken (fixed).
- Falling from Celeste is supposed to choose one of six possible Bracada locations, but the script lacks Exit commands (fixed).
- Bracada docks teleporter is slightly off-target (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).
- Troglodyte slaying, griffon slaying, and tapestry stealing quests adjust the reputation for each party member, leading to 4x gain or loss (fixed).
- Nighon HP and SP wells restore 25 points, but the messages say 50 (unfixed).
- Clanker's quest device and altar in the Sun Temple reset after reload (unfixed).
Pretty annoying one, fixed in Grayface patch: in bracada, there are two teleporters to temple, one of them should teleport to shops (there's matching teleport "plate" for them).
There's also this list: https://www.zimlab.com/wizardry/recovered/flamestryke/mm7/miscdata7/minorbugs.html
Typo/grammar issue when trying to hire an NPC while already having 2 hirelings: "I cannot join you, you're party is full"