• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Dummy not casting spells

Status
Not open for further replies.
Level 16
Joined
Oct 17, 2009
Messages
1,579
Help me!
My dummy unit isn't casting his spells.
Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacked unit) has buff Bleeding (Pause)) Equal to True
    • Actions
      • Special Effect - Create a special effect attached to the chest of (Attacked unit) using Objects\Spawnmodels\Human\HumanBlood\BloodElfSpellThiefBlood.mdl
      • Special Effect - Destroy (Last created special effect)
      • Set temp_loc = (Position of (Attacking unit))
      • Unit - Create 1 DummyUnit for (Owner of (Triggering unit)) at temp_loc facing (Facing of (Triggering unit)) degrees
      • Unit - Add Bleeding to (Last created unit)
      • Unit - Set level of Bleeding for (Last created unit) to (Level of Fatal Blows for (Casting unit))
      • Unit - Order (Last created unit) to Night Elf Warden - Shadow Strike (Attacked unit)
      • Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
      • Custom script: call RemoveLocation(udg_temp_loc)
 
Status
Not open for further replies.
Top