Jump to content

Undead/Vampire Immunities and Woodland Grace.


anocturnalday

Recommended Posts

Hi, I'm trying to create two custom races (built for myself, as they require Moonshadow Elves and Chocolate Elves) but each one has a unique ability or niche. (like how Argonions automatically have the water breathing ability.)

 

The Moonshadow Elf will be a Vampire Assassin/Thief so I thought it'd be fitting for her to be part of the Undead/Vampire factions so they don't attack her.

 

The Chocolate Elf will be the exact opposite, a Crusader/Champion/Fighter/Mage overall hero character. I rather like Woodland Grace ability from KotN (which makes the player part of the animal faction so Bears and other normal animals won't attack) but I don't want to wear the Crusader armor for it. Thus being implemented as an ability is a better option for me and it will tie in like the Moonshadow Elf above.

 

I understand this more of a CS Script deal more than a mod, but I'm sure others will be able to benefit from this information as well.

 

I know my way around the CS, but I don't know how to make custom scripts. I've found a script that adds the same effect as Woodland Grace, but like the KotN armor, it needs to be binded in an item and not just a natural ability:

 

begin OnEquip player

Player.SetFactionRank NDPredators 0

Player.AddSpell NDAbWoodlandGrace

end

 

begin OnUnequip player

Player.SetFactionRank NDPredators -1

Player.RemoveSpell NDAbWoodlandGrace

end

 

 

I assume UndeadFaction or 0009db1f can be used instead of NDPredators for the evil character but I'm not sure.

 

So I need someone that will be able to make a Script that does the above. One script ability that makes the player part of the undead/vampire faction, and another script ability that does the same thing as Woodland Grace.

 

Thank you.

Link to comment
Share on other sites

Bump.

 

So after doing a little more searching, I've discovered you can simply add factions to NPCs.

 

Lucien Lachance for example, is part of the both the Undead and Creature factions. Such factions can easily be add to an NPC in the CS.

 

*

 

Problem? I can't find a way to have my save game, my character, show up in the same way. Unless someone else knows a way???

Edited by anocturnalday
Link to comment
Share on other sites

  • Recently Browsing   0 members

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