• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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