Jump to content

Recommended Posts

Posted
so im trying to get silver ingots to smith some items, i opened the command prompt (the "~" button) found the add item code but i dont kno where to find the individual codes for items. help?
Posted
Easiest thing to do is use the Help command. In your case, you'd input, "Help Silver" and it'd bring up a list of objects with the word Silver in them. Then you'd just find the big string of numbers on your desired object and use it with the AddItem code.
Posted

Silver Ore 0005acdf

 

 

Silver Ingot 0005ace3

 

So for silver ore type player.additem 0005acdf #

 

For silver ingot type player.additem 0005ace3 #

 

Where the # is put the amount you want.

And make sure you put a space between additem and the code.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...