- Joined
- Aug 27, 2017
- Messages
- 3
-first time posting, yay-
Allright,so my trigger is
If there is any doubt, the custom buff "Nommed" is placed on the target by the same spell.
Allright,so my trigger is
-
Devour
-
Events
-
Unit - A unit Begins channeling an ability
-
-
Conditions
-
(Ability being cast) Equal to Devour (R)
-
-
Actions
-
Set Caster = (Casting unit)
-
Set TargetUnit = (Target unit of ability being cast)
-
Wait until ((TargetUnit has buff Nommed ) Equal to True), checking every 0.10 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Integer((Life of TargetUnit))) Less than or equal to 200
-
-
Then - Actions
-
Unit - Cause Caster to damage TargetUnit, dealing 99999.00 damage of attack type Spells and damage type Death
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Caster has buff Outmass (1) ) Equal to False
-
(Caster has buff Outmass (2) ) Equal to False
-
(Caster has buff Outmass (3) ) Equal to False
-
(Caster has buff Outmass (4) ) Equal to False
-
(Caster has buff Outmass (5) ) Equal to False
-
(Caster has buff Outmass (6) ) Equal to False
-
(Caster has buff Outmass (7) ) Equal to False
-
(Caster has buff Outmass (8) ) Equal to False
-
-
-
-
Then - Actions
-
Unit - Create 1 DummyUnit1 for (Owner of Caster) at (Position of Caster) facing (Position of Caster)
-
Set dummy_unit = (Last created unit)
-
Unit - Add a 2.00 second Generic expiration timer to dummy_unit
-
Unit - Order dummy_unit to Human Priest - Inner Fire Caster
-
-
Else - Actions
-
-
-
Else - Actions
-
Unit - Cause Caster to damage TargetUnit, dealing (100.00 + (20.00 x (Real((Level of Devour (R) for Caster))))) damage of attack type Spells and damage type Death
-
-
-
-
If there is any doubt, the custom buff "Nommed" is placed on the target by the same spell.
Last edited by a moderator: