• 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.

[Trigger] problem with a spell

Status
Not open for further replies.
Level 19
Joined
Feb 15, 2008
Messages
2,184
  • Blink Strike Elrond
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to DARK STRIKE
    • Actions
      • Set TempLoc00 = (Position of (Target unit of ability being cast))
      • Unit - Create 1 Dummy Caster BLINK STRIKE Elrond for Player 1 (Red) at (Position of (Casting unit)) facing (Position of (Triggering unit))
      • Unit - Create 1 Dummy Caster BLINK STRIKE for Player 1 (Red) at (Position of (Target unit of ability being cast)) facing (Position of (Triggering unit))
      • Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 400.00 damage of attack type Spells and damage type Normal
      • Unit - Move (Triggering unit) instantly to TempLoc00
      • Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
      • Custom script: call RemoveLocation(udg_TempLoc00)
      • Special Effect - Create a special effect at (Position of (Casting unit)) using Abilities\Spells\NightElf\Blink\BlinkCaster.mdl
      • Special Effect - Create a special effect at (Position of (Target unit of ability being cast)) using Abilities\Spells\Human\Invisibility\InvisibilityTarget.mdl
i changed cooldown to 30 and when i klick on spell and select the unit it dont have cooldown at 30 .....

and when i gona learn level 2 it says requires level 3 O:
 
Status
Not open for further replies.
Top