Abrir menu principal

UESPWiki β

Alterações

Utilizador:Kalbintion/ConsoleScripts

1 664 bytes adicionados, 17h40min de 17 de fevereiro de 2013
m
Make Target Friendly: Oversight in "Make Target Friendly" + additions
This page is dedicated to PC console scripts for [[Skyrim:Skyrim|Skyrim]].

== Instructions To Use Scripts ==
1. Open Notepad (Or similar editing program)<br />
2. Enter Script<br />
3. Save (No Extension!)<br />
- Put quotation marks around the file name, ie: <tt>"script_name"</tt><br />
4. In Console type <tt>bat script_name</tt>

== Max Skills & Level ==
<pre>
player.advskill alchemy 10000000
player.advskill marksman 10000000
player.advskill block 10000000
player.advskill conjuration 10000000
player.advskill destruction 10000000
player.advskill enchanting 10000000
player.advskill heavyarmor 10000000
player.advskill illusion 10000000
player.advskill lightarmor 10000000
player.advskill lockpicking 10000000
player.advskill onehanded 10000000
player.advskill pickpocket 10000000
player.advskill restoration 10000000
player.advskill smithing 10000000
player.advskill sneak 10000000
player.advskill twohanded 10000000
player.advskill speechcraft 10000000
player.advskill alteration 10000000
</pre>

== Make Target Friendly ==
Note: You need to select the NPC before running this!
<pre>
resetai
stopcombat
setav aggression 0
setav confidence 0
setav mood 0
forceav assistance 0
setrelationshiprank player 3
addtofaction 0005C84D 0
disable
enable
</pre>

Note: If you want animations without movement, using the below directly before <tt>disable</tt> in above may work in some cases.
<pre>
forceav speedmult 0
forceav carryweight -1
</pre>

Note: If you want to restrict all movement completely. Can be done anywhere before <tt>disable</tt> in above script. Some animations still play in a loop depending when the command is done.
<pre>
setrestrained 1
</pre>
334
edições