How do I ..

Post » Mon Jun 18, 2012 3:11 am

Hello,

I'm new to modding, so I'm hoping someone can point me in the right direction. :smile:

Essentially I'm trying to figure out how this happens: In the Thieves guild, you can sell certain treasures to Delvin, and they show up on display in the main room. How/where do I find that script? I'd like to modify it so that you give an item to an npc (say a certain book) and it gets removed from your inventory then the appropriate book goes on display. Any help would be greatly appreciated.

~b
User avatar
Tracy Byworth
 
Posts: 3403
Joined: Sun Jul 02, 2006 10:09 pm

Post » Mon Jun 18, 2012 12:34 pm

Basically the script removes the item from you, then enables a pre-placed object to be visible.

Its not a complex thing to do once you understand the scripting langue.
User avatar
Richard Dixon
 
Posts: 3461
Joined: Thu Jun 07, 2007 1:29 pm

Post » Sun Jun 17, 2012 11:41 pm

I didn't think it was hard .. I just can't find where to look in the creation kit to find out how to do this. I've found the actor, and looked at his dialogue, but I don't see anything that actually removes the item and turns on the pre-placed item. I'm hoping to reverse engineer the process once I can get my eyes on that script. :)
User avatar
Sarah Knight
 
Posts: 3416
Joined: Mon Jun 19, 2006 5:02 am

Post » Mon Jun 18, 2012 5:49 am

I think the quest that handles that is TGREnablerHandler. It has an alias for each of the trophies, and a script attached with function fragments to enable each one.
User avatar
Yonah
 
Posts: 3462
Joined: Thu Aug 02, 2007 4:42 am


Return to V - Skyrim