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

Transforming Problem

Status
Not open for further replies.
Level 1
Joined
Jan 26, 2009
Messages
1
Hi everyone,

I'm new on this page, so greetings to all of you...

I just began to edit wc3 with the editor. But now i got a problem:
I want to have a hero that can transform into 3 different forms. Each of this form should have its unique 3 abilities but should still be able to transform into the other 3 forms. It happened that the abilities of the other transformations were in the hero ability slots when i used a transformation that shouldn't let the hero get this abilities. Sorry for my bad English.

Thx for helping,
StefiStefStef =)) :pal:
 
If you only want the transformed entities to have different abilities, you can add/remove abilities and change the model.

If you want more, you can store the items and exp into a local struct or array, remove the unit, create a new unit, add the items in that struct to the unit as well as the exp and you're done.

Those are just a few ways of changing a unit ^_-
 
Status
Not open for further replies.
Top