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

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,099
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