Changes between Initial Version and Version 1 of Ticket #12504, comment 6


Ignore:
Timestamp:
03/25/22 04:41:30 (2 years ago)
Author:
mduggan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12504, comment 6

    initial v1  
    77So it seems like the book is given to him after the ceremony is finished successfully.
    88
    9 I also found one important difference between the original game and our implementation: The original only calls `destroyContents` on an NPC if they have the `FAST_ONLY` flag, but we were always destroying contents.  This **should** account for the difference, as Malchir is not `FAST_ONLY`, but after changing this and using the attached savegame he still doesn't drop the book.
     9I also found one important difference between the original game and our implementation: The original only calls `destroyContents` on an NPC if they have the `FAST_ONLY` flag, but we were always destroying contents.  This **should** account for the difference, as Malchir is not `FAST_ONLY`, but after changing this and using the attached savegame he still doesn't drop the book.  In this savegame, he's not carrying the book.
    1010
    11 I will have to go back and play through the ceremony to check if that accounts for the difference.
     11I will have to go back and play through the ceremony to check if that accounts for the difference - once the ceremony is finished he should have it.
    1212
    1313Partial fix for this problem was made in 8d9081e7.