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"
 
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.
Back
Top