Conditions Help

Post » Thu Jun 21, 2012 7:43 am

Hi all,

I am in the process of making a spell which banishes NPCs to the prison in Dragonsreach and the basic part works great.

But I am having difficulty working out the conditions and levelling (I want the spell to be balanced)

I only want the spell to work on Bipeds (Human, Falmer, Orcs) and I want to make the spells in three levels Novice, Apprentice, Master

How do I

i) Restrict the spell to bipeds
ii) Set a level at which the spell works i.e. Novice - NPCS below level 20

This is my first try at the creation kit so please go easy on me

:-)
User avatar
Jacob Phillips
 
Posts: 3430
Joined: Tue Aug 14, 2007 9:46 am

Post » Thu Jun 21, 2012 12:38 am

Restrict to bipeds:
  • Make a new FormList and add all the RACES to it that you want the spell to effect.
  • Make the condition on your spell look up that list
(at least I think that will work)


Sorry - Don't know on the second one ... not messed about with spells
User avatar
Lizs
 
Posts: 3497
Joined: Mon Jul 17, 2006 11:45 pm

Post » Thu Jun 21, 2012 11:53 am

For the second one you can just use a GetLevel condition. Both the GetLevel and IsInList conditions go on the MagicEffect (rather than the spell proper).
User avatar
Maria Leon
 
Posts: 3413
Joined: Tue Aug 14, 2007 12:39 am


Return to V - Skyrim