• 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.

Adding Skill

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
I made a tigger that is something like
  • Unit - Add "My Skill" to Last Created Unit
.
MY problem is,how can I increase level of the ability added for the unit by Tiggers?This just adds the skill to the unit and skill of level 1,I want to know how to use tiggers to increases the level of this ability,I mean,add this skill in level 2 and 3

IMPORTANT NOTE -
  • Unit - Add "My Skill Level 2" to Last Created Unit
.I didn't make it because it is a customized spell,I downloaded it from hive,if not,i could do it :"if level of ability for unit equal to 2,then Unit - Add My skill level 2"
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
For this case, it's better to Set the level, not increase it;
  • Unit - Set level of YourDummyAbility for (Last created unit) to (Level of YourCasterSpell for (Triggering unit))
Trigger above will change accordingly your dummy ability to acquire the level same as your Caster's Level of ability that triggers it.
 
Status
Not open for further replies.
Top