• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

How To: Loop Unit Animation With Ability As An Event

Status
Not open for further replies.
Level 7
Joined
Feb 6, 2008
Messages
133
How To Loop Unit Animation With Ability As An Event?
  • Kishin Copy Copy 2
    • Events
      • Unit - Fei 0002 <gen> Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Kishin
    • Actions
      • Animation - Change Fei 0002 <gen>'s animation speed to 500.00% of its original speed
      • Animation - Play Fei 0002 <gen>'s Attack - 1 animation
      • Special Effect - Create a special effect at (Position of Fei 0002 <gen>) using Abilities\Spells\Human\Defend\DefendCaster.mdl
      • Sound - Play kishinattack <gen> at 100.00% volume, attached to Fei 0002 <gen>
now the problem is that when i put a periodic time on event it wont do anything so pls help
 
Level 2
Joined
Jan 22, 2008
Messages
11
Set it to - Unit starts the effect of an ability.

Your animation probably won't loop because your ability Kishin already has an animation that is played AFTER the trigger you are using occurs.
 
Level 7
Joined
Nov 13, 2006
Messages
243
remove the Attack 1 animation and leave the others

if you want to add an animation when a spell is casted go into

Object Editor - Abilities - Spell you want , and on the first line you see there add the animation attack 1 ;) this will play animation + sound + animation speed

cheers
 
Status
Not open for further replies.
Top