• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Model - Animation problem

Status
Not open for further replies.
Level 12
Joined
Feb 22, 2010
Messages
1,115
I put 3 seconds casting time to summon water elemental skill(or another skill nvm) with this trigger.
  • cast
    • Events
      • Unit - A unit Begins channeling an ability
    • Conditions
    • Actions
      • Animation - Play (Triggering unit)'s channel animation
When my hero has archmage model it plays animation correctly, but when I change model to bloodmage the trigger doesn't work unless I put a wait action.

  • cast
    • Events
      • Unit - A unit Begins channeling an ability
    • Conditions
    • Actions
      • Wait 0.00 seconds
      • Animation - Play (Triggering unit)'s channel animation
How to prevent this?
 
Animation you write from object editor doesn't play during casting time.Problem is bloodmage again.
 
Archmage is fine, he is playing animations even I don't put any animation names from object editor.But I need bloodmage to play animation during casting time, spell channel didn't work.
 
I tought about this method too, but all units in map use this casting system so I didn't want to use many timers and look for an alternate simple solution, thanks anyway.

Actually I just realized while writing this post, not all units going to be bloodmage.I hope there is no other models with similar problems.
 
Thanks for the unit group idea(It will help me about a few other things with this kind of timers).Problem solved.But I still wonder what is wrong with this model.
 
Status
Not open for further replies.
Back
Top