Skyrim: Difference between revisions

From wikinotes
 
No edit summary
 
Line 1: Line 1:
__TOC__
= Console Commands =
= Console Commands =
<blockquote>
<blockquote>
== Searching for Items, Locations, People ==
== Searching for Items, Locations, People ==
<blockquote>
<blockquote>
<pre>
<syntaxhighlight lang="bash">
help Lydia 0
help Lydia 0
</pre>
</syntaxhighlight>


**Note, the first 3 0's in an item name can be ignored. so for example item /000669A5/ (leek) can also be referred to as /669a5/
**Note, the first 3 0's in an item name can be ignored. so for example item /000669A5/ (leek) can also be referred to as /669a5/
**Also Note, Hex Codes are designed so you can keep your left hand on the home row, and just dial numbers on the numpad. Super convenient!!
**Also Note, Hex Codes are designed so you can keep your left hand on the home row, and just dial numbers on the numpad. Super convenient!!
</blockquote>
</blockquote><!-- Searching for Items, Locations, People -->


== Quest Editing ==
== Quest Editing ==
Line 18: Line 16:


To complete a quest stage from the console:
To complete a quest stage from the console:
<pre>
<syntaxhighlight lang="bash">
getstage questnumber stagenumber
getstage questnumber stagenumber
</pre>
</syntaxhighlight>


if you locate your quest on www.uesp.net, scroll to the bottom for their Quest section. You will see a graph like this:
if you locate your quest on www.uesp.net, scroll to the bottom for their Quest section. You will see a graph like this:


{|
{|
| || The Blessings Of Nature (T03) ||
|       || The Blessings Of Nature (T03) ||
|-
|-
| Stage || Finishes Quest || Journal Entry
| Stage || Finishes Quest               || Journal Entry
|-
|-
| 10 || ||  
| 10   ||                               ||
|-
|-
| 25 || ||
| 25   ||                               ||
|}
|}
etc.


To Advance from stage 10 to 25 of The Blessings Of Nature(T03) you would enter:
To Advance from stage 10 to 25 of The Blessings Of Nature(T03) you would enter:
<pre>
<syntaxhighlight lang="bash">
setstage T03 25
setstage T03 25
</pre>
</syntaxhighlight>
</blockquote>
</blockquote><!-- Quest Editing -->


== Player Stats Tweaking ==
== Player Stats Tweaking ==
<blockquote>
<blockquote>
<code>player.advskill destruction 1</code> gain 1 experience point in destruction.
* <code>player.advskill destruction 1</code> gain 1 experience point in destruction.
<code>incpcs lightarmor</code> gain a skill point in the listed skill. All bonuses included.
* <code>incpcs lightarmor</code> gain a skill point in the listed skill. All bonuses included.
 
</blockquote><!-- Player Stats Tweaking -->
</blockquote>
 


== Fast Travel ==
== Fast Travel ==
Line 59: Line 54:
!colspan=2| Bring Companions
!colspan=2| Bring Companions
|-
|-
| <pre>prid 000A2C94
| <code>prid 000A2C94<br>moveto player</code> ||  Move Lydia To Player
moveto player</pre> ||  Move Lydia To Player
|-
|}
|}
 
</blockquote><!-- Fast Travel -->
 


== Resurrect Essential NPCs ==
== Resurrect Essential NPCs ==
Line 72: Line 66:


if resurrect 1 does not work, <code>enable</code> then <code>resurrect 1</code>
if resurrect 1 does not work, <code>enable</code> then <code>resurrect 1</code>
</blockquote>
</blockquote><!-- Resurrect Essential NPCs -->


== Adding an object to your inventory ==
== Adding an object to your inventory ==
Line 78: Line 72:
* <code>player.additem 000669A5 5</code> this add's 5 of item 00069a5
* <code>player.additem 000669A5 5</code> this add's 5 of item 00069a5


</blockquote>
</blockquote><!-- Adding an object to your inventory -->


== Adding gold to merchant ==
== Adding gold to merchant ==
Line 86: Line 80:
* reload
* reload


{{ NOTE |  
{{ NOTE |


adding gold should work, but in my experience it did not
adding gold should work, but in my experience it did not
Line 93: Line 87:
}}
}}


</blockquote>
</blockquote><!-- Adding gold to merchant -->


== Other Commands: ==
== Other Commands: ==
Line 100: Line 94:
|-
|-
|}
|}
</blockquote><!-- Skyrim Console Command -->
</blockquote><!-- Console Commands -->

Latest revision as of 14:10, 2 July 2022

Console Commands

Searching for Items, Locations, People

help Lydia 0
    • Note, the first 3 0's in an item name can be ignored. so for example item /000669A5/ (leek) can also be referred to as /669a5/
    • Also Note, Hex Codes are designed so you can keep your left hand on the home row, and just dial numbers on the numpad. Super convenient!!

Quest Editing

If you corrupted your save file, or you have ran into a bug in a quest, this should help you get through it without too much suffering.

To complete a quest stage from the console:

getstage questnumber stagenumber

if you locate your quest on www.uesp.net, scroll to the bottom for their Quest section. You will see a graph like this:

The Blessings Of Nature (T03)
Stage Finishes Quest Journal Entry
10
25

To Advance from stage 10 to 25 of The Blessings Of Nature(T03) you would enter:

setstage T03 25

Player Stats Tweaking

  • player.advskill destruction 1 gain 1 experience point in destruction.
  • incpcs lightarmor gain a skill point in the listed skill. All bonuses included.

Fast Travel

Travel/Search coc EldergleamSanctuaryExterior Transports you to the Eldergleam Sanctuary
help breezehome 0 Searches for a place called BreezeHome, and returns the proper name for use with coc
Bring Companions
prid 000A2C94
moveto player
Move Lydia To Player

Resurrect Essential NPCs

prid 1C606 selects NPC (in this case Maurice Jondrelle) moveto player summons character (or character's corpse) resurrect 1

if resurrect 1 does not work, enable then resurrect 1

Adding an object to your inventory

  • player.additem 000669A5 5 this add's 5 of item 00069a5

Adding gold to merchant

  • save
  • kill merchant
  • reload

NOTE:


adding gold should work, but in my experience it did not

  • open console (~), and click on merchant
  • additem 0f 5000 (add 5000 gold to merchant)

Other Commands:

resethealth sets target's health to full