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

Increase random ability level.

Status
Not open for further replies.
Level 14
Joined
Aug 23, 2013
Messages
285
I wanna make a item that level up random ability level 1 that consumer-unit have.
Like Wolf Have:
Ability A: Level 1
Ability B: Level 3
Ability C: Level 1
The item will level ability A or C. if B also level 1 so i can random level up ability B.
Btw, A B C is random ability. because a type of pet can have more than 8 abilities.
 
Level 26
Joined
Aug 18, 2009
Messages
4,097
There is no function that tells you what abilities a unit possesses, only one that says if the unit has a specific ability. So you have to keep track yourself, like save the object editor values in a hashtable and wrap the unitaddability/unitremoveability-functions.
 
Status
Not open for further replies.
Top