Vampires and forms

Post » Tue Jun 19, 2012 1:58 pm

I'm trying to do something simple: Allow vampires to feed on corpse. However, I unfortunately am having little luck finding the appropriate things to edit, and the wiki is fairly useless.

I've been advised that I can do this simply by 'edit the criteria for vampire feed target in the vampire feed form'. The problem is that I'm clueless as to where it is, even after checking through the wiki and looking for relevant videos and guides.

Its probably sitting right there, mocking me, but could someone give me a hand?
User avatar
Deon Knight
 
Posts: 3363
Joined: Thu Sep 13, 2007 1:44 am

Post » Tue Jun 19, 2012 8:42 am

Look for the VampireFeed perk. Open it up. Take a look at the entry point conditions. In the list of conditions, one of them is GetDead==0. Delete that condition. Good to go :)
User avatar
Shannon Lockwood
 
Posts: 3373
Joined: Wed Aug 08, 2007 12:38 pm

Post » Tue Jun 19, 2012 5:49 pm

Thank you so much! That should help with this problem and a few others.
User avatar
Davorah Katz
 
Posts: 3468
Joined: Fri Dec 22, 2006 12:57 pm

Post » Tue Jun 19, 2012 8:35 am

Maybe I modified mine recently but there's no GetDead function on VampireFeed. To the best of my knowledge it's just. I think you're thinking of the WerewolfFeed that has a GetDead == 1 check.

IsChild == 0 ANDHasBeenEaten == 0 ANDHasKeyword == ActorTypeNPC ANDGetSleeping == 3 AND
What I would recommend is adding an addtional Activate check that has the EXACT same entry point as this one but use the following conditions

IsChild == 0 ANDHasBeenEaten == 0 ANDHasKeyword == ActorTypeNPC ANDIsDead == 1
-MM
User avatar
Maria Leon
 
Posts: 3413
Joined: Tue Aug 14, 2007 12:39 am


Return to V - Skyrim