Jump to content

Vampirism On Target...


TDL_Guvie

Recommended Posts

I want to make a spell that when casted on an NPC Automatically gives them Vampirism. I tried in the TESCS and it wouldn't allow it. I really want to make this spell. I want them to change to Vampires Right in front of my face. How hard is this?

 

One more little vampire problem i'm having... Why won't this script work?

 

begin Vamp2

 

if ( PCVampire == 1 )

Player->AddSpell, "_VAMPIRE_BITE"

Player->AddSpell, "_VAMPIRE_FLY"

endif

 

end Vamp2

Link to comment
Share on other sites

Okay ... first of all

 

try not naming things with an underscore at the beginning ... sometimes the script is iffy there also are you activating the script in game as it appears to be a global script ... all global scripts need to be activated

 

thirdly on the vampirism thing ... you need to tweak the system to giving characters the vampirism effect ... one problem is this ... I don't know if they will "change" into a vampire with the effect on them. I'll test this and get back to you later.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...