Morrowind
0 of 0

File information

Last updated

Original upload

Created by

ZackHasACat

Uploaded by

Zackhasacat

Virus scan

Safe to use

Tags for this mod

7 comments

  1. lelimule
    lelimule
    • supporter
    • 14 kudos
    Good idea! And it works with mods like Necessities of Morrowind, great!
    1. lelimule
      lelimule
      • supporter
      • 14 kudos
      Correction: i found 1 bed, with "Necessities of Morrowind", where i can't sleep even though I rented the bed. It's in Madach Tradehouse: NOM add a bed to rent in the kitchen. But in Morrowind, Fenas Madach class isn't "publican", it's "thief". And i don't want to change his class. So the main "No Sneaky Sleeping" script misses this. So i add these 2 lines in the concerned script test:
      [...]
      elseif ownerNPCRecord.id == "fenas madach" then
      return true
      [...]

      [Edit: similar pb with NOM and The End of The World (Dagon Fel)...]

      It's ok now.
    2. Zackhasacat
      Zackhasacat
      • premium
      • 60 kudos
      Thanks for the feedback. I was able to add global variable support to the OpenMW lua API, and the access to the object global variables. It should work correctly now with the version 1.1 I have posted. You will need a newer build though.
    3. lelimule
      lelimule
      • supporter
      • 14 kudos
      It seems ok. Except for NOM and The End of The World (Dagon Fel) bed. But it is because NOM forget to put the Rent_DagonFel_End global variable on the bed...
      After this NOM correction, it's ok.
      Thanks!
  2. wcfcarolina13
    wcfcarolina13
    • member
    • 2 kudos
    Is this only for OpenMW 0.49?
    1. Zackhasacat
      Zackhasacat
      • premium
      • 60 kudos
      Check the mod description.
  3. ffann1998
    ffann1998
    • member
    • 14 kudos
    This was bothering me as a thief. Thank you!