Add Item (Player.AddItem)
oblivion — Console Commands
Adds a specified quantity of any item to the player's inventory using its base ID.
Syntax
player.additem [itemID] [quantity]
Example
player.additem 0000000F 1000
💡 Notes
Item IDs are hex codes. Use '0000000F' for gold. For other items, use the console 'help' command to find IDs. Works on PC only.
🎯 Tips & Tricks
Find item IDs
Type 'help [itemname] 0' in console to list all matching item IDs.
Add gold
Use 'player.additem 0000000F 10000' to give yourself 10,000 gold.
Stack items
Add multiple quantities at once to avoid repeated commands.
🔧 Troubleshooting
Item not appearing
Check the item ID is correct and that you have space in inventory (or use 'player.additem' with a valid ID).
Game crashes
Avoid adding extremely large quantities (e.g., 999999) as it may overload memory.
⚠️ Common Mistakes
- Using wrong item ID
- Adding quest items before their quest starts
👍 Pros
- Get any item instantly
- Add gold easily
- Useful for testing
- Can add quest items
👎 Cons
- May corrupt save if abused
- Requires knowing item IDs
- Can break quests if adding quest items early