Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
So I have my trigger, I know that the trigger is starting, but it is not killing the target unit of ability being cast. It isnt even setting the point for the target unit of abiltiy being cast. Is there something im doing wrong here?
Rob
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Rob (A) (ensare)
Or - Any (Conditions) are true
Conditions
(Unit-type of (Target unit of ability being cast)) Equal to Civilian (Male 2)(editor)
(Unit-type of (Target unit of ability being cast)) Equal to Civilian (Female)(editor)
(Unit-type of (Target unit of ability being cast)) Equal to Civilian (Male)(editor)
(Unit-type of (Target unit of ability being cast)) Equal to Scientist
(Unit-type of (Target unit of ability being cast)) Equal to Child (2)(editor)
(Unit-type of (Target unit of ability being cast)) Equal to Child (editor)
Actions
Unit - Pause (Triggering unit)
Unit - Unpause (Triggering unit)
Hero - Add 50 experience to (Triggering unit), Show level-up graphics
Unit - Kill (Target unit of ability being cast)
Set Point = (Position of (Target unit of ability being cast))
Set Cannibalize_Dummy_Ability = Wrathful Spirits dummy ability (acid bomb)
Item - Create 50 Dollars at Point
Set Cannibalize_Caster = (Triggering unit)
Unit - Create 1 Cannibalize Dummy for (Owner of (Casting unit)) at Point facing (Facing of (Triggering unit)) degrees
Set CannibalizeDummy = (Last created unit)
Unit - Add a 1.30 second Generic expiration timer to CannibalizeDummy
Unit - Add Cannibalize Dummy Ability to (Last created unit)
Unit - Order CannibalizeDummy to Neutral Alchemist - Acid Bomb Cannibalize_Caster
Unit - Create 1 Spirit for Player 11 (Dark Green) at ((Position of (Triggering unit)) offset by (500.00, 500.00)) facing Default building facing degrees
Unit - Order (Last created unit) to Attack-Move To (Position of (Triggering unit))
Unit - Create 1 Spirit for Player 11 (Dark Green) at ((Position of (Triggering unit)) offset by (500.00, 500.00)) facing Default building facing degrees
Unit - Order (Last created unit) to Attack-Move To (Position of (Triggering unit))
Unit - Create 1 Spirit for Player 11 (Dark Green) at ((Position of (Triggering unit)) offset by (500.00, 500.00)) facing Default building facing degrees
Unit - Order (Last created unit) to Attack-Move To (Position of (Triggering unit))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.