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