Ok this is the skill im trying to create..... it works like mana shield but for summonables.
What this means is the summons do not take damage but the main hero loses mana whenever the summonable takes damage. If mana falls below a certain point the summonable dies.
What I have so far (and not working or i wouldnt be here)
Also The skill is having some issues with eh casting...It doesn't work unless I cast another skill I have already finished first
What this means is the summons do not take damage but the main hero loses mana whenever the summonable takes damage. If mana falls below a certain point the summonable dies.
What I have so far (and not working or i wouldnt be here)
Also The skill is having some issues with eh casting...It doesn't work unless I cast another skill I have already finished first
-
Unit 2
-
Events
- Unit - Priestess of the Moon 0000 <gen>'s mana becomes Greater than or equal to 50.00
-
Conditions
- (Attacked unit) Equal to varg
-
Actions
- Set sloop = (Damage taken)
- Unit - Set life of varg to (sloop + (Life of varg))
- Unit - Set mana of Priestess of the Moon 0000 <gen> to ((Mana of Priestess of the Moon 0000 <gen>) - sloop)
-
Events
-
unit 1
-
Events
- Unit - Priestess of the Moon 0000 <gen>'s mana becomes Greater than or equal to 50.00
-
Conditions
- (Attacked unit) Equal to Worv
-
Actions
- Set loop = (Damage taken)
- Unit - Set life of Worv to (loop + (Life of Worv))
- Unit - Set mana of Priestess of the Moon 0000 <gen> to ((Mana of Priestess of the Moon 0000 <gen>) - loop)
-
Events
-
wolves create
-
Events
- Unit - A unit owned by Player 1 (Red) Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Wolves
-
Actions
- Unit - Kill varg
- Unit - Kill Worv
- Set timer_2 = 0
- Wait until (timer_2 Equal to 2), checking every 0.10 seconds
- Unit - Create 1 Varg (Level 3) for Player 1 (Red) at (Position of Priestess of the Moon 0000 <gen>) facing (Position of Priestess of the Moon 0000 <gen>)
- Set varg = (Last created unit)
- Unit - Create 1 Worven (Level 3) for Player 1 (Red) at (Position of Priestess of the Moon 0000 <gen>) facing (Position of Priestess of the Moon 0000 <gen>)
- Set Worv = (Last created unit)
-
Events