C
C[a]sKet_90
Guest
Hi, just wondering how to get spells like this, (similar to the ones in Defi4nc3, and the backstab ability in Dota. A tutorial or trigger code would really help me, thanks
Events - A unit starts the effects of ability (I think thats it)
Conditions - Ability being cast equal to "Dmg3x"
Actions - Set Str3x = Integer(Hero Strength of casting unit x 3)
- Set life of target unit of ability being cast to life of target unit of ability being cast - Str3x
Actually, hero attributes are integers, not reals.Pawnable said:It has to do with a Real value.
corvusHaunt said:Actually, hero attributes are integers, not reals.
@casket
If you already posted a topic on something, then bump that instead of making a new one. If you don't know where it is, use the Search tool. Thank you
Unit - Set life of (Target unit of ability being cast) to (Life of (Target unit of ability being cast))
Event - A unit starts the effects of an ability
Conditiond Ability Being cast equal to 3x strength
Actions - Set Str3x = strength of casting unit x 3
- Set life of target unit of ability being cast to life of target unit of ability being cast - Str3x