Aliases - am I doing it wrong

Post » Sun Jun 19, 2016 10:05 pm

I made a quest that should put item in container on stage

The item is made (a custom journal).

The container is placed in the world.

Alias for container is specific reference pointing to that container in the world.

Alias for item is to create reference for that item in that container (with quest stage condition, so it should appear at given stage).


Yet when I start the quest and reach the container, it only has generic stuff (it's a Large Sack) and the journal is not here.


Am I doing something wrong? Should I attach script or something? If so, what kind of script?

User avatar
Dan Wright
 
Posts: 3308
Joined: Mon Jul 16, 2007 8:40 am

Post » Sun Jun 19, 2016 12:24 pm

Yes you are.



Remove your condition in the alias.


Set the item to be placed at the container and check allow disabled and initially disable in the alias tab.


Then when the quest reaches the particular stage add the item to the container via script.



One great way to learn how to use the kit is to look at existing quests and see how things are done.



You can also have a look here.



http://www.creationkit.com/index.php?title=Main_Page

User avatar
louise fortin
 
Posts: 3327
Joined: Wed Apr 04, 2007 4:51 am

Post » Sun Jun 19, 2016 9:18 pm

I know that, but I couldn't really think of any similar examples in game.



I know CK website and I'm using variety of tutorials, but CK is so massive, and not everything is nicely explained.


Anyway, thanks.

User avatar
Stacyia
 
Posts: 3361
Joined: Mon Jul 24, 2006 12:48 am

Post » Sun Jun 19, 2016 5:38 pm

You couldn't think of any quests in which a particular item was added to the player or a container at a specific time?



Just about every daedric quest.



Most of the larger quests in the game do that a some point. So do allot of others.



One tip in regards to quest alias in the kit. I would highly recommend you get Tes5edit and check to see if the object reference you are planing to use as an alias is persistent in the world. Or see if it has a location keyword.



Because an object reference in the world when used as a quest alias will become persistent if it is not. You might want to find a persistent item in the area that works for you or create a location alias and use the location keyword on the item if it has one to make it a quest alias. That will not result in the item becoming persistent.

User avatar
Sabrina garzotto
 
Posts: 3384
Joined: Fri Dec 29, 2006 4:58 pm

Post » Mon Jun 20, 2016 2:43 am

I'm a still a noob with aliases, but have you tried this on a completely new game? I was working on a mod that used aliases a little while ago. I thought it wasnt working, but when i started a completely new game it was working all along.



Good luck fixing this.

User avatar
Horse gal smithe
 
Posts: 3302
Joined: Wed Jul 05, 2006 9:23 pm

Post » Sun Jun 19, 2016 12:56 pm

I know, I test my mod on a clean save before the quest is started :)


It's working now, thanks for the replies.

User avatar
TRIsha FEnnesse
 
Posts: 3369
Joined: Sun Feb 04, 2007 5:59 am


Return to V - Skyrim