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: Dragonborn
Category: Magic
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 1
Watching: N/A
Opened By Migck on Dec 22, 2018 9:24 am
Closed By Arthmoor on Sep 11, 2019 3:40 pm
Resolution: Fixed
Comment: Fixed for USSEP 4.2.0.

Issue #25587: Tentacle Explosion from Miraak's Robes is supposed to knock down

 
This was something I didn't notice when proposing the change to resistance type in dlc2MKMiraakRobeExplosionEffect. It turns out it uses the voicepusheffectscript, supposedly to knock down those it touches. But because the explosion is placed with PlaceAtMe, the effect lacks an actual caster, so the akSource is None in the EffectStart event. Changing int to the dunKatariahScimitarScript solves this, since that script does the same but ignores the casting source and uses the player instead.



Attached Files:

Tentacle Explosion Fix.zip