Creating a spell that spawns a portal

Post » Sun Jul 24, 2016 5:42 am

Hey modders,



I'm looking for some help with part of a player home I'm making.


I would like the home to be entered via a summonable portal.


How can I make a spell that will spawn an object at a target location (where I'm aiming, just like a summon creature spell)?

User avatar
Skrapp Stephens
 
Posts: 3350
Joined: Mon Aug 06, 2007 5:04 am

Post » Sat Jul 23, 2016 11:14 pm

Your spell would have to fire a projectile (this can be made invisible). The projectile would have an explosion attached to it (which can also be made invisible). On that explosion object, you can attach the object to spawn.

User avatar
Charity Hughes
 
Posts: 3408
Joined: Sat Mar 17, 2007 3:22 pm

Post » Sat Jul 23, 2016 9:18 pm

I tried adding a placed object for the explosion(I used a basket as a test), but when testing it in-game, no object is placed. Is there something I'm missing?



Here's the explosion>https://gyazo.com/fa55346172338f7d845431769ea4d889



Here's the magic effect>https://gyazo.com/65b95a2d40b25e9ac9b92eb05e973ecb

User avatar
Ice Fire
 
Posts: 3394
Joined: Fri Nov 16, 2007 3:27 am

Post » Sun Jul 24, 2016 11:57 am

Create your own projectile and attach the explosion to that rather than the magic effect.

User avatar
brian adkins
 
Posts: 3452
Joined: Mon Oct 01, 2007 8:51 am

Post » Sun Jul 24, 2016 11:25 am

Ah, that did it. Thank you!

User avatar
Cartoon
 
Posts: 3350
Joined: Mon Jun 25, 2007 4:31 pm


Return to V - Skyrim