• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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