anocturnalday Posted February 17, 2011 Share Posted February 17, 2011 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 NDAbWoodlandGraceend 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 More sharing options...
anocturnalday Posted February 19, 2011 Author Share Posted February 19, 2011 (edited) 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 February 19, 2011 by anocturnalday Link to comment Share on other sites More sharing options...
anocturnalday Posted February 22, 2011 Author Share Posted February 22, 2011 Bumpan, someone out there has to know something. Link to comment Share on other sites More sharing options...
Recommended Posts