sickboy791 Posted April 17, 2023 Posted April 17, 2023 i made an conjuration spell that summons a zaz slave with a staightjacket on standing in flames fighting for me and should esplode when spell ends or actor dies.... how do i add an explosion impact when it dies or spell ends? do i need a script ? i tried to use the flaming familar script on that actor but it doesn´t work.  llsxplodequestion.mp4  Â
traison Posted April 18, 2023 Posted April 18, 2023 Name the script you tried to use and I'll look into it.
sickboy791 Posted April 18, 2023 Author Posted April 18, 2023 5 hours ago, traison said: Name the script you tried to use and I'll look into it. hey, thanks for your answer !  spellsummondraugrbomb , thats the name of the script i wanted to use, but i guess thats for one specific actor only, i cant open the source Spoiler i reverted that it didn´t work, now i think that has to be done within the MagikEffect ? with a new script because such thing doesn´t exist? Spoiler i also watched a video on youtube, she explains how to make npc´s dance burn and explode by wearing a coat but i haven´t figured it out yet...it beginns 37:30 Spoiler 37:30 so , i just want the summoned creature cast or hit by fireball explosion when spell ends, 30sec like the flaming thrall you can get from anska?
traison Posted April 19, 2023 Posted April 19, 2023 The fireball explosion in spellsummondraugrbomb is only played in OnLoad and OnHit: EVENT onHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) IF(doOnce) SELF.placeAtMe(fireballExplosion) Â I'm not familiar with the mechanics behind summonable actors. But this script does not appear to be suitable for you as-is. Personally I would attempt to do something in the OnDying event, because summons tend to play their death sounds when the time runs out - I'm assuming the game kills them. Â Maybe test the attached script, see if it matches your requirements. dfh.7z 1
Tlam99 Posted April 19, 2023 Posted April 19, 2023 (edited) There is dlc1 blood infection spell, (search for dlc1blood plaque script or similar) Does exactly what you want. Just replace the dark explosion by your explosion. Edited April 19, 2023 by Tlam99 1
sickboy791 Posted April 19, 2023 Author Posted April 19, 2023 6 hours ago, traison said: The fireball explosion in spellsummondraugrbomb is only played in OnLoad and OnHit: EVENT onHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) IF(doOnce) SELF.placeAtMe(fireballExplosion)  I'm not familiar with the mechanics behind summonable actors. But this script does not appear to be suitable for you as-is. Personally I would attempt to do something in the OnDying event, because summons tend to play their death sounds when the time runs out - I'm assuming the game kills them.  Maybe test the attached script, see if it matches your requirements. dfh.7z 1.27 kB · 1 download thank you for this, first i was hapyy like child , but it doesn´t seem to work, actor just disappears after 3 seconds 6 hours ago, Tlam99 said: There is dlc1 blood infection spell, (search for dlc1blood plaque script or similar) Does exactly what you want. Just replace the dark explosion by your explosion.  i found this one : DLC1nVampireBloodPlagueSCRIPT , it makes her use fireballspells and she seems to be stronger, but didn´t explode i think i go with this one this is also cool stuff..  thank you both for your help
sickboy791 Posted April 19, 2023 Author Posted April 19, 2023 8 hours ago, traison said: Maybe test the attached script, see if it matches your requirements. dfh.7z 1.27 kB · 1 download this goes into "actor´s script" right ? not the magic effect? i tried both on a new game. i don´t know why it won´t explode, it looks like it should there is "atronachunsummondeathfxs" in the properties, don´t know if i need this?
traison Posted April 20, 2023 Posted April 20, 2023 Simplified the script, nothing but explosion on death now. You may want to use it together with another script for additional effects.   10 hours ago, sickboy791 said: this goes into "actor´s script" right ? not the magic effect?  The source (psc) has the answer to this: Scriptname DFHSummonFlamingSlaveBomb Extends Actor  dfh.7z 1
sickboy791 Posted April 20, 2023 Author Posted April 20, 2023 (edited) 8 hours ago, traison said: Simplified the script, nothing but explosion on death now. You may want to use it together with another script for additional effects.    The source (psc) has the answer to this: Scriptname DFHSummonFlamingSlaveBomb Extends Actor  dfh.7z 754 B · 1 download hmm, no , that didn´t do it, no explosion, on death or spellend, maybe beccause the actor is already dead (summoned) and script statrts on death?  can you make this on hit event? please? ? Edited April 20, 2023 by sickboy791
sickboy791 Posted April 21, 2023 Author Posted April 21, 2023 nothing happens. maybe i messed something up and have to make the spell from scratch
traison Posted April 21, 2023 Posted April 21, 2023 If I were you I'd start by copying the flaming familiar spell and everything that goes with it (mgef, actor, ...). Test it, and once it works like the original spell, change the actor race and appearance. Test again. When everything else works, add a script to do the effects that can't be done from the CK. If its unclear which events are relevant, add them all to a script and have each print a line with Debug.Notification. Once you know which event(s) you can use, add the effects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now