Search found 5 matches

by Shamsiel
14 Mar 2024, 01:01
Forum: Might and Magic
Topic: Might and Magic 6, 7, 8 merge based on mm8 engine. [upd. 05.11.2023]
Replies: 8405
Views: 8996905

Re: Might and Magic 6, 7, 8 merge based on mm8 engine. [upd. 05.11.2023]

Hello, there was a problem with editing the parameters of specific monsters. For example: in the Daggerwound Islands there are 3 pirate captains on ships, they are the same type, but I would like to give them different parameters. At first I tried to do this through the editor, but the changes were ...
by Shamsiel
14 Mar 2024, 00:07
Forum: Might and Magic
Topic: Might and Magic 6, 7, 8 merge redone
Replies: 164
Views: 2244921

Re: Might and Magic 6, 7, 8 merge redone

I looked at the original game, the script works well. Based on the information in the file (mmmerge.T.lod/Placemon.txt), we can say that the captains NameId's remained 4-5-6 (like in the original game). These numbers are also visible through the editor. But maybe I’m looking in the wrong place and t...
by Shamsiel
13 Mar 2024, 21:24
Forum: Might and Magic
Topic: Might and Magic 6, 7, 8 merge redone
Replies: 164
Views: 2244921

Re: Might and Magic 6, 7, 8 merge redone

Must it be a script? That's what the map editor is for. But you imagine you could try something like this: for _, m in Map.Monsters do if m.NameId == 4 then -- Admiral Nelson m.FullHP = 1000 else if m.NameId == 5 then -- Captain Zyrain m.FullHP = 2000 else if m.NameId == 6 then -- Admiral Clausewit...
by Shamsiel
13 Mar 2024, 15:33
Forum: Might and Magic
Topic: Might and Magic 6, 7, 8 merge redone
Replies: 164
Views: 2244921

Re: Might and Magic 6, 7, 8 merge redone

Hello, thank you for your work. I decided to try merge redone with minor changes to the monsters: I copied the guard and increased his XP, everything is displayed correctly in the editor, but in the game itself a new guard appeared without increased XP. I rechecked it in the editor, everything show...
by Shamsiel
12 Mar 2024, 13:48
Forum: Might and Magic
Topic: Might and Magic 6, 7, 8 merge redone
Replies: 164
Views: 2244921

Re: Might and Magic 6, 7, 8 merge redone

Hello, thank you for your work. I decided to try merge redone with minor changes to the monsters: I copied the guard and increased his XP, everything is displayed correctly in the editor, but in the game itself a new guard appeared without increased XP. I rechecked it in the editor, everything shows...

Go to advanced search