Hi, I'm trying to delete a weapon added using the console, out of ignorance I used a quest weapon preset, so it's impossible to destroy it, throw it away or sell it
I used this command to add the weapon:
Code: Select all
player.inventory.addItem(Items.Preset_Q001_Lexington,1)
Of course, I tried with command line:
Code: Select all
player.inventory.removeItem(Items.Preset_Q001_Lexington,1)
I thought of using the inventory editor in some cheat tables, but the weapon is not referenced, I think it needs the hash, I'm talkink about something like
Code: Select all
dq 000000000181345A // Items.RareMaterial1
But for the "Items.Preset_Q001_Lexington" => Dying Night.
or maybe a way to "restart" the quest to "validate" the item and remove the "quest flag", I dont know...
If someone have an idea
Sincerely,
Ultor