haganinc Posted April 6, 2012 Share Posted April 6, 2012 Anyone know how this spell is done or know what mod it comes from so I can download and play around with it? Link to comment Share on other sites More sharing options...
fg109 Posted April 6, 2012 Share Posted April 6, 2012 The author posted it on the beth forums. I think it's still being worked on. At a guess, this is what I think it does: 1. Concentration spell targeting self.2. When spell is casting, use FindRandomActorFromRef at some distance from the player.3. If the random actor is not the player, check an actor array on some quest.4. If the actor is not in the array, add him/her to the array and use PlaceAtMe to put a glowing orb at the player.6. Add the glowing orbs to a second object reference array on the quest.7. The glowing orbs have a script that has a property for holding it's target actor.8. When the player is finished casting, tell the orbs to start following their targets with TranslateTo.9. After some interval, disable and delete themselves, and clear the arrays. Link to comment Share on other sites More sharing options...
haganinc Posted April 6, 2012 Author Share Posted April 6, 2012 Oh, is that all? o_O ;D Looking at his other videos I remember his spells from Oblivion, PJ's Spell Compendium or similar. Don't see anything for Skyrim yet though, at least not here. Link to comment Share on other sites More sharing options...
Recommended Posts