• 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.

[Solved] Grow Effect.

Status
Not open for further replies.
Level 15
Joined
Oct 29, 2012
Messages
1,474
Growth ? Is it an ability ? Use Avatar's effect in your ability
Otherwise :
  • Events
    • Unit - A Unit starts the effect of an ability
  • Conditions
    • (Ability Being Cast) Equal to Grow
  • Actions
    • Set Grower = (Triggering Unit)
    • ==== Set Special grow effect on unit ====
    • Special Effect - Create a special effect on unit 'Grower' overhead using Avatar/Effect
    • Special Effect - Destroy (Last Created Effect)
    • ==== Growing Size ====
    • Animation - Set Grower's size 150 % , 150 % of normal unit's size over 1 second
    • ==== Looking like he is growing ====
    • Animation - Player Grower's Spell Throw
 
Level 3
Joined
Jan 23, 2014
Messages
32
You can either create a dummy to cast bloodlust on your main unit (without any additional boosting effects) or you can set the unit's scaling manually through "Animation - Change Unit Size" (Trigger Editor).

It is a good idea but when the enemy use Abolish Magic to remove the buff, will return to its normal size and that's what I want to avoid.
 
Level 3
Joined
Jan 23, 2014
Messages
32
Just trigger it yourself, it's so easy. I included the preview :ogre_datass:

Questions. How do I add the option "Over 1 second"? I get no. xD

  • Avatar Cast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Avatar (TEST)
    • Actions
      • Set Avatar_Caster = (Triggering unit)
      • Special Effect - Create a special effect attached to the origin of Avatar_Caster using Abilities\Spells\Human\Avatar\AvatarCaster.mdl
      • Special Effect - Destroy (Last created special effect)
      • Animation - Change Avatar_Caster's size to (150.00%, 150.00%, 150.00%) of its original size
      • Animation - Play Avatar_Caster's morph animation
 
Level 3
Joined
Jan 23, 2014
Messages
32
There is no action with (Upon 1 second) actually, it was just a preview. You should instead make a periodic trigger with 0.05 seconds each, and increase size by bit every 0.05 seconds. Then get back to your old trigger :p

Thanks friend, i finally worked. xD
 
Status
Not open for further replies.
Top