Damnit, I broke Vampire Feed.

Post » Tue Jun 19, 2012 8:05 pm

Not sure how either.

The Perk created for it is controlled by the PlayerVampireQuest script. It is not actually a Perk added to the player through that quest.

All I did was add Targets to the 'Activation' Perk Entree. I didn't change the script fragment or anything else. It still compiles but in-game I no longer get the Feed option.

:(
User avatar
MISS KEEP UR
 
Posts: 3384
Joined: Sat Aug 26, 2006 6:26 am

Post » Tue Jun 19, 2012 7:28 pm

The perk is added to the player by default. Did you set the target conditions to 'OR' instead of 'AND'?
User avatar
Taylrea Teodor
 
Posts: 3378
Joined: Sat Nov 18, 2006 12:20 am

Post » Tue Jun 19, 2012 10:26 pm

I reverted it back to vanilla and it still isn't working. I get the window prompt to choose Feed but the animation doesn't fire and nothing else happens.

Is there a bug with the CK similar to the ediiting ShaderFX bug where if you simply view something and then click Okay it breaks the pathing to the reference?
User avatar
Rowena
 
Posts: 3471
Joined: Sun Nov 05, 2006 11:40 am

Post » Wed Jun 20, 2012 3:32 am

The perk is added to the player by default. Did you set the target conditions to 'OR' instead of 'AND'?

No they are by default AND. I have left them that way.


EDIT: It's bizarre I reverted the perk back to vanilla and it still isnt working. When I load my save.
User avatar
Jesus Duran
 
Posts: 3444
Joined: Wed Aug 15, 2007 12:16 am

Post » Tue Jun 19, 2012 9:57 pm

If you're getting the feeding prompt window it's not a problem with the conditionals, but with the code fragment or its properties. It should read:


Game.GetPlayer().StartVampireFeed(aktargetRef as actor)
PlayerVampireQuest.VampireFeed()

The first line is the one that triggers the animation, and it doesn't depend on any properties so not much could mess it up.
User avatar
Hope Greenhaw
 
Posts: 3368
Joined: Fri Aug 17, 2007 8:44 pm

Post » Tue Jun 19, 2012 11:01 pm

I renamed the script fragment and it worked fine then. Odd.

Thanks to both of you for your help. Helped me to understand it a bit better.
User avatar
.X chantelle .x Smith
 
Posts: 3399
Joined: Thu Jun 15, 2006 6:25 pm

Post » Tue Jun 19, 2012 2:08 pm

All I did was add Targets to the 'Activation' Perk Entree.

What I meant was if you added additional target types (if thats what you meant) it would need to be changes so that it was typeA 'or' typeB instead of typeA 'and' typeB, but I guess that wasn't your problem :P
User avatar
Milad Hajipour
 
Posts: 3482
Joined: Tue May 29, 2007 3:01 am


Return to V - Skyrim