• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Remove Naga submerge???

Status
Not open for further replies.
Level 25
Joined
Sep 26, 2009
Messages
2,378
Isn't the unit submerged all the time? Naga units have both attack animations for when they are in water and out of water.

Place the unit into which naga morph ingame - maybe the unit itself is badly set up?
Else I would guess the spell forces the unit to play its alternate/swim animations.

You could try this:
  • trigger
    • Events
      • Unit - A unit Stops casting an ability
    • Conditions
      • (Ability being cast) Equal to Morph
    • Actions
      • Animation - Remove the swim animation tag to (Triggering unit)
      • Animation - Remove the alternate animation tag to (Triggering unit)
I can't guarantee it will work, though.
 
Level 13
Joined
Dec 21, 2010
Messages
541
Isn't the unit submerged all the time? Naga units have both attack animations for when they are in water and out of water.

Place the unit into which naga morph ingame - maybe the unit itself is badly set up?
Else I would guess the spell forces the unit to play its alternate/swim animations.

You could try this:
  • trigger
    • Events
      • Unit - A unit Stops casting an ability
    • Conditions
      • (Ability being cast) Equal to Morph
    • Actions
      • Animation - Remove the swim animation tag to (Triggering unit)
      • Animation - Remove the alternate animation tag to (Triggering unit)
I can't guarantee it will work, though.

yes, but I morphed it with a ground unit which is not in the water..

does removing animation tag removes the animation from the unit permanently in game? or do I have to put that trigger whenever it cast the morph ability?
 
Status
Not open for further replies.
Top