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

A unit with multiple transformations

Status
Not open for further replies.
Level 1
Joined
Jan 24, 2017
Messages
1
Hello, so i tried to make a unit that can transform into different units so I gave it three custom skills all based on druid's bear form (X= the skill is supposed make the unit into a Log, Y= skill that will make it turn into a Rock, Z= skill will make it turn into a Wood Stump).
My problem is:
when I use X skill it works properly but when I use it again the unit turns into a Rock.
now when I use Y same problem with the X skill this time into turn into a Log.
then when I use Z skill it turns into a Log or a Rock but never turns into a Wood Stump.
can you help me how to solve this?

thanks in advance.
 
Level 8
Joined
Jan 28, 2016
Messages
486
You can't give the same spell to a unit more than once because abilities with the same order IDs don't stack. You'll need to base two of the spells off other transformation abilities (Crow Form, Stone Form, etc.).
 
Status
Not open for further replies.
Top