• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] I want to create smarter hero upgrading.

Status
Not open for further replies.
Hey, I want to make my heroes be able to upgrade their stats(by choosing what upgrade to learn from the spell book on every new level). I want them to have upgradable critical strike, chance to evade, armor bonus, damage bonus, and int/str/agi bonus. I can use attribute bonsu for attributes, I used a damage bonus ability from an item and the rest - crit, armor, evasion - they are not hidden - they appear as green icon. Maybe there is soem ability in the editor that will be hidden when learnt?

Also, I wonder will thsi work If i put these 3 abilities in spell book and disable the spell book. Will their level increase when you learn them from your hero spell book?
 
Level 11
Joined
May 16, 2016
Messages
730
Also, I wonder will thsi work If i put these 3 abilities in spell book and disable the spell book. Will their level increase when you learn them from your hero spell book?
Critical, evade abilities doesn't stacked. You need:
1. Create crit/evade abilities with (1 - XX) ability level.
2. Create a spell book with 1 ability level.
3. Disable the spell book only,
4. After using skill up event just increase level of Crit/evade by 1
To gain int/str/agi bonuses you need to do the same, but use Rexxar's ability.
 
Status
Not open for further replies.
Top