world-of-might-and-magic icon indicating copy to clipboard operation
world-of-might-and-magic copied to clipboard

Cumulative issue for vanilla event bugs

Open Nik-RE-dev opened this issue 1 year ago • 6 comments

Issue to list found vanilla bugs that arise from events processing inside vanilla resource files.

Nik-RE-dev avatar Apr 13 '23 17:04 Nik-RE-dev

Anvil in Emerald Isle is named "Button". Bug in mouse over event:

Event: 63
0: MouseOver("Button")
0: Exit

Nik-RE-dev avatar Apr 13 '23 17:04 Nik-RE-dev

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).

Eksekk avatar Apr 13 '23 17:04 Eksekk

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).

Eksekk avatar Apr 14 '23 17:04 Eksekk

There's also this list: https://www.zimlab.com/wizardry/recovered/flamestryke/mm7/miscdata7/minorbugs.html

captainurist avatar Jul 15 '23 08:07 captainurist

Typo/grammar issue when trying to hire an NPC while already having 2 hirelings: "I cannot join you, you're party is full"

Novicek avatar Jul 30 '23 22:07 Novicek

Screenshot 2024-08-12 at 20 13 06 Posting a screenshot for the link above in case it goes offline.

captainurist avatar Aug 12 '24 19:08 captainurist