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

[Trigger] Gains ability on X Level

Status
Not open for further replies.
Level 4
Joined
Aug 13, 2008
Messages
47
Im trying to construct a spellbook system just like defiance, forlorn, and cursed heroes. I've made a lot of the spells but im not sure how to make the hero gain their unique abilities on specific levels. Anyone help?
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
  • Leveling
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Level of (Triggering unit)) Equal to (==) 5
      • (Unit-type of (Triggering unit)) Equal to (==) Footman
    • Actions
      • Unit - Add Avatar to (Triggering unit)
Simple ;)
If you want to have as much(or more) spells as in defiance, you need to look up spellbooks(particularly disabled spellbooks and spellbooks with same Base Order ID).
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
Can be different:
instead of adding up an ability, you can increase the level of a spell book based ability.
P.s. A bit complicated system can be made so that you do not have to create 100 triggers. You would need 1 trigger(or 2 at most).
 
Status
Not open for further replies.
Top