morrowind-mods icon indicating copy to clipboard operation
morrowind-mods copied to clipboard

[The Last Witness] Fixes and improvements from testing with Glisp.

Open NullCascade opened this issue 5 years ago • 1 comments

  • [ ] Message box when time has run out for a crime.
  • [ ] Change time setting from game time to real time.
  • [ ] Fix issue where crimesByWitness list is nilled out prematurely.
  • [ ] Add description in MCM.

NullCascade avatar Jun 04 '19 00:06 NullCascade

Some issues I found while implementing my own (simpler)version of this:

For the crimeWitnessed event, e.value is often 0 unless it's a theft. You need to use the crime type to get the right amount for the crime.

You need to account for followers, those following the player should not be a witness. You can check this with mobile.friendlyActors

No need for me to tell you this, just figured I'd put it here for posterity's sake.

zackhasacat avatar Aug 17 '23 03:08 zackhasacat