Trying to get player only trig to work

Post » Mon Jul 13, 2015 7:47 am

I made draugr ambushes and no matter what I do they refuse to wait until i enter the trigger box i set up to activate. Instead they activate shortly after i enter the dungeon. Can someone please show me an example of a draugr sarc ambush that ONLY activates when the player enters the trigger box?

Also I mesed something up and i can't loot any of the draugrs. How could this be?

User avatar
Kelly Upshall
 
Posts: 3475
Joined: Sat Oct 28, 2006 6:26 pm

Post » Mon Jul 13, 2015 8:31 am

check the WarehouseAmbushes interior cell (enable markers!) and the DefaultTriggers, there's one iirc DefaultActivateOnEnter or stg

also, check your trigger's ref, make sure collision type is l_actorzone or l_trigger.

the draugr need the MasterAmbushSCRIPT on them, the "ambush" property needs to be set to true.

your trigger needs to be the activation parent of your draugr (reason why you can't loot them will likely be you've already done that, but checked "parent activation only", uncheck that)

the coffin where the draugr is supposed to sleep needs to be it's linked ref. not sure right now about the lids, either also linked to the draugr with an additional keyword, or to the coffin (check warehouse example)

and the draugr needs a sleep package on top of his package stack (there's DefaultAmbushSleep package or stg, check any "ambush" actor), plus one that lets him attack (like DefaultMasterSCRIPT)

and the sleep package needs to be conditioned to actor value Variable01 == 0, and the other one(s) to = 1 (or was that the other way around... best also check any "ambush"actor's packages

User avatar
Jennifer Rose
 
Posts: 3432
Joined: Wed Jan 17, 2007 2:54 pm

Post » Mon Jul 13, 2015 2:46 am

thank you for the speedy reply! I appreciate it. I'll check in again if those steps don't work.

User avatar
Tai Scott
 
Posts: 3446
Joined: Sat Jan 20, 2007 6:58 pm


Return to V - Skyrim