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

weu range increase

Status
Not open for further replies.
Level 10
Joined
Jul 2, 2004
Messages
690
ok so i tried to add a unit's attack by doing a following trigger.
Code:
bowmastery
    Events
        Unit - A unit Learns a skill
    Conditions
        (Learned Hero Skill) Equal to Bow Mastery
    Actions
        Advanced - For (Owner of (Learning Hero)) Increase range for all units that use the Human Upgrade Set 1 by 25

but what happens is that it only increases the range by 25 ONCE. at level 1, to be exact. i tried making the upgrade to 6 levels but didnt work. some help?
 
Level 2
Joined
Apr 10, 2004
Messages
21
you need to make a new skill per each level u want of your spell. Example.. Bowmaster lvl1 Bow mastery vl 2... etc.
 
Level 2
Joined
Apr 10, 2004
Messages
21
Yea im using WEU too but you need to make a new skill for every level you want of it and replace by the new skil every level of it..understand?
 
Level 10
Joined
Jul 2, 2004
Messages
690
there is surely a different way of doing it. yours is too simple and i already know of it.
 
Status
Not open for further replies.
Top