Devorax Posted August 30, 2017 Posted August 30, 2017 So I have two questions: First, I am creating a Snow Elf custom race, and I want Snow Elves to have the Frostbite spell when they start. How do I add that? I am aware of the MQ101 quest script and how it adds starting spells based on race. I found parts of the script that address this - the problem is what do I add and where to give them Frostbite? Second, how do I make a spell become enabled when a player's health reaches 50%? I am trying to make a 'Last Stand' type spell that only becomes available for casting when a character is injured (I don't want an autocast spell: I need a spell that simply becomes available). What spell conditions do I need to have to accomplish this?
Azazellz Posted August 30, 2017 Posted August 30, 2017 1. How about adding spell to spells list in the race window? 2. Just add conditions to spell or magic effect (in Effects tab). With this you can cast spell at anytime, but it's effects will be applied only if your character meets the spell conditions.
Devorax Posted September 1, 2017 Author Posted September 1, 2017 1. How about adding spell to spells list in the race window? 2. Just add conditions to spell or magic effect (in Effects tab). With this you can cast spell at anytime, but it's effects will be applied only if your character meets the spell conditions. Hah, alright that worked. I thought adding a racial starting spell was harder than it looked. I was overthinking it. As for the second part, I found a condition that applies the effects only if it meets the conditions - but the problem is that the spell is a power, so it can only be used once daily. Do you know of a condition that can only lets players use the spell once the condition is met, or is that impossible in Skyrim?
Azazellz Posted September 1, 2017 Posted September 1, 2017 As for the second part, I found a condition that applies the effects only if it meets the conditions - but the problem is that the spell is a power, so it can only be used once daily. Do you know of a condition that can only lets players use the spell once the condition is met, or is that impossible in Skyrim? It's impossimble, I think. You can make a script that will check the character's HP (for example, once a second), and under certain conditions will add the needed spell to the character, or remove it. But you can not forbid using a spell. Or, at least, I do not know how to do it =)
Devorax Posted September 2, 2017 Author Posted September 2, 2017 As for the second part, I found a condition that applies the effects only if it meets the conditions - but the problem is that the spell is a power, so it can only be used once daily. Do you know of a condition that can only lets players use the spell once the condition is met, or is that impossible in Skyrim? It's impossimble, I think.You can make a script that will check the character's HP (for example, once a second), and under certain conditions will add the needed spell to the character, or remove it. But you can not forbid using a spell. Or, at least, I do not know how to do it =) Oh, okay. Well thanks for your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.