Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Skyrim Special Edition Patch
Component: Skyrim SE: Hearthfire
Category: Papyrus
Assigned To: Nobody
Platform: All
Severity: Low
Votes: 1
Watching: N/A
Opened By Jebbalon on Oct 7, 2019 1:00 am
Closed By Arthmoor on Oct 18, 2019 7:45 pm
Resolution: Fixed
Comment: Fixed for USSEP 4.2.1.

Issue #27626: Hearthfire script needs Inventory Event filter

 
Link to thread - https://www.afkmods.com/index.php?/topic/5533-hearthfire-script-needs-inventory-event-filter/

Lots of detail in that thread, but here is summary...

The controlling quest is - BYOHHouseBuilding [QUST:0300305D]

The script in question - BYOHHouseBuildingPlayerScript.psc

Needs to have AddInventoryEventFilter(BYOHMaterialLog) added to both OnItemAdded() and OnItemRemoved() - or as Arthmoor explains add once to the OnInit()

Comments

1 comment(s) [Closed]
Arthmoor said:
 
The OnInit() event is definitely the correct place for something like this, as shown by NN01CrimsonNirnrootScript on the Player alias in NN01.

Showing Comments 1 - 1 of 1