• 🏆 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!

[General] Speeding up Bladestorm ability

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
you can probably do a trigger so that when your abil is cast you speed up the animation speed of the unit
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
Illidans got the point ...
When are you keep asking for this ?

Sooner or later, you're gonna start doing things by yourselves you know...

And doesn't have to create a new thread every single day...

By the way:
  • Animation - Change *YourUnit* animation speed to X% of its original speed
It's under Animation - Change Unit Animation Speed
 
Level 30
Joined
Jul 31, 2010
Messages
5,246
Illidans got the point ...
No he doesn't, and especially that "point", also I only opened up these such threads because I do not know how to code or work this triggers and I want to learn how you guys do it, not taking it for granted.

okay enough with that by-person-level comments, this is my what I did

  • Animation Speed
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Bladestorm (woh)
    • Actions
      • Animation - Change (Casting unit)'s animation speed to 150.00% of its original speed
      • Wait 5.00 game-time seconds
      • Animation - Change (Casting unit)'s animation speed to 100.00% of its original speed
tell me if this is a cheap-shot idea but theirs a problem, when the bladestorm is being cast and you start moving it, the whirlwind's animation returns back to its original animation speed, so what do I do now?

I'll try doing some stuff about it, let me know what you had in mind
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
IF the spell lets the caster to move around (by using trigger), it has no problem with it.

But your spell lets the caster to let controlled, by their own players ?

Hmmm, it seems that the animation is reset back when it is moving, but if stop again, the animation will go fast back.
 
Status
Not open for further replies.
Top