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

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