Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
that was hard
But you, sir, are in luck, your issue happened long before Battle of Whiterun is about to start, and it seems Message To Whiterun started successfully (cause it's listed in the quest journal). That's fairly easy to work with, whether you want to figure out the root cause, or just skip to the next quest stage.
setstage cw03 20
-- skips to where jarl starts scene to give the answer
setstage cw03 50
-- skips to the end of that scene, gives you the axe back
The dialogue that should be available, though is
'Jarl Ulfric Stormcloak asked me to deliver this axe to you.' -> "Did he now? The man is persistent, I'll give him that.", CW03BalgruufTopic in CW03BalgruufBranch in CW03 quest, and you can find it in Creation Kit or SSEEdit, see the list of all conditions and use console commands to check which of those conditions are not true, for example
condition GetQuestRunning Quest: 'MQ302' == 0.00
-- check with console command "getqr mq302"
condition GetStageDone Quest: 'CW03', 20 == 0 .00
-- check with console command "sqs cw03"
This more than likely will result in game breaking issues, You should never have to console a quest stage ahead, Use the unofficial patch instead, They have gone through and properly edited all variables, Using a few console commands to "skip" portions of a quest will not properly change all factors, Especially skipping stages from 30-50 for example.
Bethesda themselves admit consoke commands can break your save, And unfortunately the patch doesnt resolve all issues in an ongoing game, Best to start fresh.
There are plenty of good guides on these forums for a proper stable modded game.
If that dialogue is broken because MQ302 is running, you will run into same problem somewhere down the civil war quest line, for sure.