• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Remove Naga submerge???

Status
Not open for further replies.
Not sure if it will work, but you could try to make the unit play different animation when it starts casting morph ability.

the thing is.. after casting the morph ability... it plays the animation submerge even after attacking an enemy.. "attack animation , submerge, attack animation ,submerge" <<<this is my problem.
 
Level 28
Joined
Sep 26, 2009
Messages
2,520
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.
 
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