Kusanagi Kuro
Hosted Project: SC
- Joined
- Mar 11, 2012
- Messages
- 708
1. How can I create a circle special effect? I mean it's only 1 special effect but with a shape of circle.
2. Can anyone show me how to deal damage base on a level of skill with For Integer Variable trigger? This is my trigger but it's not working.
And my spell isnt an AOE spell, it base on entangle root but i want it to deal AOE damage. The first question is for this spell's special effect too.
3. What ability does the Ravage skill in Dota base on?
2. Can anyone show me how to deal damage base on a level of skill with For Integer Variable trigger? This is my trigger but it's not working.
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Ice Prison
-
Actions
- Set IceTime = (Level of (Ability being cast) for (Triggering unit))
-
For each (Integer IceTime) from 1 to 3, do (Actions)
-
Loop - Actions
- Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 200.00 at (Position of (Target unit of ability being cast)), dealing (60.00 x (Real(IceTime))) damage of attack type Spells and damage type Normal
-
Loop - Actions
3. What ability does the Ravage skill in Dota base on?