- Joined
- Oct 8, 2007
- Messages
- 41
First of all i want to thank everyone who tries to answer my questions.
FIRST QUESTION
My first Question is i have a Ability and change the maxlife kinda data meaning: Data-Max Life Gained [wateva number]
and i changed it to have a few levels and i set each level to have more Max Life.
I also have a trigger sorta like this and this:
Basicly i would like to know why the max life gained didnt increase with level although i has set it that way.
SECOND QUESTION
My second question which has nearly nothing to do with my first one, is what is the difference between Unit Abilities and Item Abilities?
FIRST QUESTION
My first Question is i have a Ability and change the maxlife kinda data meaning: Data-Max Life Gained [wateva number]
and i changed it to have a few levels and i set each level to have more Max Life.
I also have a trigger sorta like this and this:
-
Giant Growth
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Giant Growth
-
Actions
- Custom script: local unit udg_ggrowth
- Set ggrowth = (Target unit of ability being cast)
- Unit - Add Giant Growth dmg (+20) to ggrowth
- Unit - Add Giant growth life (Lesser) to ggrowth
- Wait 20.00 seconds
- Unit - Remove Giant Growth dmg (+20) from ggrowth
- Unit - Remove Giant growth life (Lesser) from ggrowth
- Set ggrowth = No unit
-
Events
-
Giant Growth Up
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- ((Ability being cast) Equal to Giant Growth ) and (((Target unit of ability being cast) has buff Giant Growth ) Equal to True)
-
Actions
- Custom script: local unit udg_ggrowth
- Set ggrowth = (Target unit of ability being cast)
- Unit - Increase level of Giant Growth dmg (+20) for ggrowth
- Unit - Increase level of Giant growth life (Lesser) for ggrowth
- Wait 20.00 seconds
- Unit - Remove Giant Growth dmg (+20) from ggrowth
- Unit - Remove Giant growth life (Lesser) from ggrowth
- Set ggrowth = No unit
-
Events
Basicly i would like to know why the max life gained didnt increase with level although i has set it that way.
SECOND QUESTION
My second question which has nearly nothing to do with my first one, is what is the difference between Unit Abilities and Item Abilities?