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, Starfield, or Oblivion Remastered. 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: Vanilla
Category: Actors
Assigned To: Nobody
Platform: Windows PC
Severity: Medium
Votes: 0
Watching: N/A
Opened By xatherine on Jan 30, 2020 10:41 pm
Last Edited By Arthmoor on Feb 27, 2020 10:09 pm
Closed By Arthmoor on Feb 27, 2020 10:09 pm
Resolution: Cannot Reproduce

Issue #28532: In My Time of Need - Alik'r Talking to Absent Guard

 
See https://afktrack.afkmods.com/index.php?a=issues&i=12656

So I think the big thing for me was that I used fast travel to Whiterun shortly after dealing with Mirmulnir. I think the guard that's supposed to be talking to the Alik'r was still arguing about the existence of Dragonborn with Irileth out by the watchtower (or still running back to Whiterun after doing so).

Related Issues: 12656  

Comments

2 comment(s) [Closed]
xatherine said:
 
New save game. Happened again. Ran back instead of fast travel (but didn't wait for argument to finish after first shout). Also noticed Alik'r was looking up towards Dragonsreach when he talked, so maybe just moving that guard's spawn point near the gate would fix it.

Arthmoor said:
 
All of this gets executed when the quest is set up:
Alias_Guard.GetReference().MoveTo(GuardMarker)
Alias_Guard.GetActorReference().EvaluatePackage()
Alias_Alikr1.GetReference().MoveTo(AlikrMarker1)
Alias_Alikr1.GetReference().Enable()
Alias_Alikr1.GetActorReference().EvaluatePackage()
Alias_Alikr2.GetReference().MoveTo(AlikrMarker2)
Alias_Alikr2.GetReference().Enable()
Alias_Alikr2.GetActorReference().EvaluatePackage()
Alias_TriggerRef.GetReference().Enable()

As with 12656, this is why the issue can't be replicated because everything suggested is already being done by the vanilla game.

Showing Comments 1 - 2 of 2