There seems to be an issue with the Fighters Guild in Old Ebonheart (TR) on OpenMW 0.49. I'm unsure if it's this mod or something I've done. I documented the research here:
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)...]
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.
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!
14 comments
https://www.perplexity.ai/search/it-looks-like-i-m-having-an-is-Rkv0WvZESRO8DKSjYtypZQ
I posted an update that corrects this error. Thank you.
[...]
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.
After this NOM correction, it's ok.
Thanks!