Difference between revisions of "Bethesda Tutorial Customizing Weapons & Armor"

no edit summary
imported>Cipscis
m (Reverted edits by Pepsi kola (talk) to last revision by TomBrightblade)
imported>JohnFord
 
(2 intermediate revisions by the same user not shown)
Line 66: Line 66:
Make sure to save your plugin. Then give it a try:
Make sure to save your plugin. Then give it a try:
* Start the game with your plugin loaded.
* Start the game with your plugin loaded.
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter '''player.EquipItem VorpalSword 1'''
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter '''help VorpalSword 0'''
* Remember the ID and type in '''player.EquipItem''' (the item's ID) '''1'''
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
<br>
<br>
Line 173: Line 174:
* Start the game with your plugin loaded.
* Start the game with your plugin loaded.
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter:
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter:
** '''player.EquipItem ArmorGlassSpellward 1'''
** '''help ArmorGlassSpellward 0'''
** '''player.AddItem ArmorGlassShield 1'''
** Remember the ID and type in '''player.EquipItem''' (the ID) '''1'''
* You should now have the Spellward
* Now type:
** '''player.AddItem 0001393C 1'''
* You should now have the Glass Shield
* Draw your weapon, and the shield will be in your hand. Compare the two-- you should be able to notice the difference!
* Draw your weapon, and the shield will be in your hand. Compare the two-- you should be able to notice the difference!


Anonymous user