Difference between revisions of "How to make a Static Object Summon Creatures"

How to make a Static Object Summon Creatures
imported>AnImbroglio
(How to make a Static Object Summon Creatures)
 
imported>AnImbroglio
(How to make a Static Object Summon Creatures)
Line 1: Line 1:
So here's the idea I came up with. I built a rather elaborate mage tower, and I wanted it to be totally complete. I wanted a mage tower that no mage would really want to leave, unless it was to do the quests and perhaps get money and such. A true home for a grand mage. Well, after going through all the obvious things (alchemy lab, garden for components, library, enchanting and spell making stations, royal bedchambers, etc.) I came across a need for souls. Soul gems don't just fill themselves, after all. While I could've went the cheap route and designed a machine to do it, I wanted this somewhat more "real-life". I created a war room. I have a lecturn (much like those for enchanting and spell making) that can summon creatures. I then soul trap them, kill them, and viola. Now given the fact that it took me a good long time to do this, I hope I can assume there are others out there that are looking for something similiar. Hence this post. So, now that the narrative is outta the way, let's begin.


So here's the idea I came up with. I built a rather elaborate mage tower, and I wanted it to be totally complete. I wanted a mage tower that no mage would really want to leave, unless it was to do the quests and perhaps get money and such. A true home for a grand mage. Well, after going through all the obvious things (alchemy lab, garden for components, library, enchanting and spell making stations, royal bedchambers, etc.) I came across a need for souls. Soul gems don't just fill themselves, after all. While I could've went the cheap route and designed a machine to do it, I wanted this somewhat more "real-life". I created a war room. I have a lecturn (much like those for enchanting and spell making) that can summon creatures. I then soul trap them, kill them, and viola. Now given the fact that it took me a good long time to do this, I hope I can assume there are others out there that are looking for something similiar. Hence this post. So, now that the narrative is outta the way, let's begin.
I should point out that the item in question is not static, but is an activator. I don't see how it'd be too hard, as virtually any item can be made into an activator with NifSkope. Just select the item you want to use out of the activator menu, or unload the BSA files and create your own activator. There are many tutorials on that, and we won't get into it here.


My initial idea was to create a station that would summon said monsters, as per the spell. There are guides out there to do this, but the scripts take quite some time to modify and add in. I also went the idea of actually having the station create said monsters using the '''PlaceAtMe''' function. That led to more frustrations than I could possibly tell you. Here's what I did in the end.
My initial idea was to create a station that would summon said monsters, as per the spell. There are guides out there to do this, but the scripts take quite some time to modify and add in. I also went the idea of actually having the station create said monsters using the '''PlaceAtMe''' function. That led to more frustrations than I could possibly tell you. Here's what I did in the end.
Line 43: Line 44:


  begin gamemode
  begin gamemode
 
         set Button to getButtonPressed
         set Button to getButtonPressed
              
              
Anonymous user