• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] How to shrink unit with spell?

Status
Not open for further replies.
Level 19
Joined
Jul 2, 2011
Messages
2,161
use blood lust.

create a negative scale blood lust
and
then create a positive scale blood lust.

simple as that

or you can create 1 spell that makes the unit big and small. if the spell is first used on the person, then it makes them small, if used again it makes them big.

do this by creating a trig assigned to that spell.

generic unit event, ability cast
ability being cast equals bloodlust
if unit animation size equals default unit target of ability size, then change animation size to 50% default unit target of ability animation size, else set unit target of ability to size default size of target of ability...

do you understand?
 
You can also use a size management trigger system to scale the unit. This has to be designed to interact with scaling sources in a constructive way that when the scaling is removed it resizes the unit correctly.

Is this a ready system or I have to create it?

EDIT: It's OK, I can use bloodlust dummy!
 
Status
Not open for further replies.
Top