Jump to content

Recommended Posts

Posted

Hi guys. Just wondering if there was a way or workaround to add magic effects to spells dynamically? Currently, SKSE has GetNthMagicEffect function, but no SetMagicEffect function. I was wondering if adding MEs to spells is even possible.

Posted

What do you mean dynamically exactly?

Cause as far as I know not really but you could add a if function to check for a GV on each spell and apply a diff effect per GV?

Then have other crap that changes the global variable etc

Posted

Well it isn't exactly dynamic if you added it pre-existing via a script.. IDK that may just be my personal view of the word, ""characterized by constant change, activity, or progress"" nothing is dynamic in a video game to me because everything has to abide by pre-programmed characteristics :P

 

But ya you could add the ability to choose between dozens or even hundreds of different abilities/effects to add to a spell you just have to script them all in and then add some sort of toggle or random % to it etc

Posted

The idea is to add magic effects to spells on the fly (say, after equipping something for example) so that it avoids having to edit vanilla spells manually, and it could apply to custom spells as well.

Posted

From my limited knowledge I would say no

Could be wrong though but I dont think so as spells are all kind of unique in what they do and you would essentially have to add a oneffectstart script to each spell or get it to add from something but I don't know how that would work without directly editing the spells themself

  • Recently Browsing   0 members

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