Jump to content

The FX of Gust of Wind is partly missing when mounted


Huntiro

Recommended Posts

This bug causes some annoyed visual glitches.

Here is the fix.

 

open "spell.txt"

 

mgr.defineSpell( "dm_co_windstoss", {
    eiStateName = "cSpellCast",
    fxTypeCast = "FX_DM_WINDSTOSS_C",
    fxTypeSpell = "FX_DM_WINDSTOSS",
                                                                ---missing:    fxTypeCastSpecial = "FX_DM_WINDSTOSS_C"
    duration = 0.000000,
    animType = "ANIM_TYPE_SM06",
    animTypeApproach = "",
    animTypeRide = "",
    animTypeSpecial = "ANIM_TYPE_RIDESM06-SPECIAL",

   ...

})

 

  • Like! 1
Link to comment
2 hours ago, Huntiro said:

This bug causes some annoyed visual glitches.

Indeed. Quite a few other spells that make good use of the fxTypeCast used as fxTypeCastSpecial. Unfortunately, many don't, due to spell effect fx bone position.

Link to comment
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
Please Sign In or Sign Up