Changes between Initial Version and Version 1 of Ticket #12504, comment 6
- Timestamp:
- 03/25/22 04:41:30 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12504, comment 6
initial v1 7 7 So it seems like the book is given to him after the ceremony is finished successfully. 8 8 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. 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. In this savegame, he's not carrying the book. 10 10 11 I will have to go back and play through the ceremony to check if that accounts for the difference .11 I 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. 12 12 13 13 Partial fix for this problem was made in 8d9081e7.