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

Spells learn at certain level automatically

Status
Not open for further replies.
Level 4
Joined
Nov 24, 2012
Messages
68
hey everyone, my first post. And I have a question about a trigger I want to make for my map. So, I want to make a trigger that a certain hero will learn a certain ability when reaching this level.

For example, my hero will learn a spell only when he is level 25.
Sorry for making this sound hard to understand but. What I want is my hero to learn a spell at level 25 so that he has 6 spells total. 5 of them he upgrades and the last one he gains for reaching the max level.

Thanks
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
  • Learn Ability At Specific Level
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Hero level of (Triggering unit)) Equal to 25
    • Actions
      • Unit - Add YourAbility to (Triggering unit)
So does this spell only have 1 level, right ?
 
Status
Not open for further replies.
Top