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

[Spell] Freeze

Status
Not open for further replies.
Level 5
Joined
Aug 14, 2020
Messages
118
well! a simple spell based on storm bolt, I want the unit to be completely freeze (animation speed to 1٪)

I used this trigger but I think I did something wrong because when the target dies the dying animation is 1٪ :(

trigger:

a unit starts effects of an ability

ability equal to freeze

set freezeT to target unit of ability being cast

set animation speed of target unit to 1٪

wait 6 second (3 for heros)

set animation speed to 100
set FreezeT to no unit


where’s my mistake?
 
Level 5
Joined
Aug 14, 2020
Messages
118
Post the trigger, at the top of the trigger copy it and paste it here between "["trigger"]" "["/trigger"]" (no quotes obviously) tags.

  • Freeze
  • Events
  • a unit starts the effect of an ability
  • Conditions
  • ability being cast equal to freeze
  • Actions
  • set freezeT to targeted unit of ability being cast
  • set animation speed of target unit to 1٪
  • wait 6 second (3 for heros)
  • set animation speed to 100
  • set FreezeT to no unit
 
Last edited:
Level 14
Joined
Nov 17, 2010
Messages
1,265
Is the dying animation at 1% speed even after the ability wears off or is it only if the unit dies during the 6 second duration?
 
Status
Not open for further replies.
Top