Jump to content

How does the Whirlwind Sprint effect work?


Shotsordsoo

Recommended Posts

Posted

I'm always curious about how this shout works. So today a check CK and finally I found three magic effect ,which names voicesprint1\2\3 .

The problem is ,the effect archetype of these three effects are Script ,but there are no Script within  Papyrus Script .So how does the game know how to perform when player use that shout?

Posted

WWsprint works via AnimationEvents.

For recreating WWSprint use this script on self-applied magic effect

Event OnEffectStart(Actor akTarget, Actor akCaster)   
 
Debug.SendAnimationEvent(akTarget, "ShoutStart")
Debug.SendAnimationEvent(akTarget, "ShoutSprintShortStart")   ;or ShoutSprintMediumStart

EndEvent
  • 3 years later...
Posted

Hmmm.... wonder if this effect could be mounted on a creature? I mean the fire shout spell is already mounted on several werewolf Daedroths. So in theory it should be easy to replace it with this sprint spell instead? Wonder if it would actually work ?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...