- Joined
- Nov 27, 2005
- Messages
- 19
Im trying to copy the DotA Chain Frost (Lichs ulti)
Some1 plzzzz tell me what im doing wrong:
Part 1:
E -Unit-A unit begins casting an ability
C -(Unit-type of (Casting unit)) Equal to Ice Appretice
-(Ability being cast) Equal to Chain Frost
A -Set ChainFrostJumps = 6
Part 2:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost
A -Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Position of (Targeted unit)) facing Default building facing degrees
-Unit - Add Chain Frost Blow to (Last created unit)
-Unit - Order (Last created unit) to Undead Lich - Frost Nova (Targeted unit)
Part 3:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost Blow
A -If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
ChainFrostJumps Greater than 0
Then - Actions
Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Target point of ability being cast) facing Default building facing degrees
Unit - Add Chain Frost to (Picked unit)
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Random unit from (Units within 800.00 of (Position of (Last created unit)) matching (1 Equal to 1)))
Wait 0.20 seconds
Unit - Remove (Last created unit) from the game
Set ChainFrostJumps = (ChainFrostJumps - 1)
Else - Actions
Do nothing
sry not my fault the forum text space is so small )
Some1 plzzzz tell me what im doing wrong:
Part 1:
E -Unit-A unit begins casting an ability
C -(Unit-type of (Casting unit)) Equal to Ice Appretice
-(Ability being cast) Equal to Chain Frost
A -Set ChainFrostJumps = 6
Part 2:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost
A -Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Position of (Targeted unit)) facing Default building facing degrees
-Unit - Add Chain Frost Blow to (Last created unit)
-Unit - Order (Last created unit) to Undead Lich - Frost Nova (Targeted unit)
Part 3:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost Blow
A -If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
ChainFrostJumps Greater than 0
Then - Actions
Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Target point of ability being cast) facing Default building facing degrees
Unit - Add Chain Frost to (Picked unit)
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Random unit from (Units within 800.00 of (Position of (Last created unit)) matching (1 Equal to 1)))
Wait 0.20 seconds
Unit - Remove (Last created unit) from the game
Set ChainFrostJumps = (ChainFrostJumps - 1)
Else - Actions
Do nothing
sry not my fault the forum text space is so small )