Abrir menu principal

UESPWiki β

Utilizador:Kalbintion/ConsoleScripts

< Utilizador:Kalbintion

This page is dedicated to PC console scripts for Skyrim.

Instructions To Use Scripts

1. Open Notepad (Or similar editing program)
2. Enter Script
3. Save (No Extension!)
- Put quotation marks around the file name, ie: "script_name"
4. In Console type bat script_name

Max Skills & Level

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

Make Target Friendly

Note: You need to select the NPC before running this!

resetai
stopcombat
setav aggression 0
setav confidence 0
setav mood 0
forceav assistance 0
setrelationshiprank player 3
addtofaction 0005C84D 0
disable
enable

Note: If you want animations without movement, using the below directly before disable in above may work in some cases.

forceav speedmult 0
forceav carryweight -1

Note: If you want to restrict all movement completely. Can be done anywhere before disable in above script. Some animations still play in a loop depending when the command is done.

setrestrained 1