Nocturnal Idle not working in Scene

Post » Fri Nov 16, 2012 2:29 pm

Hi,
I took a break from creating my mod for a while (Diablo 3) and its time to try to get it finished.

The problem I am trying to fix - Idle animation not working during scene, the scene actually starts and the actor say's his dialogue but he do not do his animation

What I am doing -
I scripted a boss fight, basic run down of it is that when the boss reaches certain percentage he will cast a spell and say something as he is casting it so the player knows to get ready for it. After the spell is cast he then should fly up in the air and start mocking the player but instead he just says his dialogue and does not do his animation (I am using the Nocturnal Idle).

I set the animation in the scene editor in the "edit response" box.
The spell he casts is also scripted, part of that spell sets the actor to ghost and removes him from combat so that nothing can interrupt the scene.

Here is a break down of the boss fight script (that triggers the scene)
Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)				   If Self.GetActorValuePercentage("health") <= 0.9 && Toggle == 0											   		  Self.Say(comecloser)														 Utility.Wait(3.5)														 lamespell.cast(self, self)																												 Toggle = 1																												 Utility.Wait(1) ;wait for actor to finish say before scene														 tauntscene.Start() ;the boss taunts/mocks the player

Thanks for any help
User avatar
lisa nuttall
 
Posts: 3277
Joined: Tue Jun 20, 2006 1:33 pm

Post » Fri Nov 16, 2012 7:13 pm

Just in case I have done a bad job in explaining what the problem is, I have made a video showing what I am asking for help with.
http://epick.org/sceneneedhelp.mp4 (12MB, duration about 1 and a half minutes)
It is footage of what the NPC is doing from the game.

thanks
User avatar
Janine Rose
 
Posts: 3428
Joined: Wed Feb 14, 2007 6:59 pm

Post » Fri Nov 16, 2012 9:34 pm

Made a Screenshot of how I set up the scene, it might help figure out what I am doing wrong.
http://epick.org/scene.jpg

Thanks
User avatar
RaeAnne
 
Posts: 3427
Joined: Sat Jun 24, 2006 6:40 pm

Post » Fri Nov 16, 2012 12:16 pm

Still have not figured this out and do not want to be forgotten about so just a little bump. Sorry
User avatar
Ricky Meehan
 
Posts: 3364
Joined: Wed Jun 27, 2007 5:42 pm


Return to V - Skyrim