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

Help!spell with atributes!!!

Status
Not open for further replies.
Level 16
Joined
Jul 21, 2008
Messages
1,121
  • Mighty Attack
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Mighty Attack
    • Actions
      • Set TempPoint = (Position of (Target unit of ability being cast))
      • Unit - Create 1 Dummy for (Owner of (Triggering unit)) at TempPoint facing Default building facing degrees
      • Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
      • -------- Using Integer conversion to convert skill points into real --------
      • Unit - Cause (Last created unit) to damage (Target unit of ability being cast), dealing (50.00 + (Real((Strength of (Triggering unit) (Include bonuses))))) damage of attack type Magic and damage type Magic
      • Custom script: call RemoveLocation ( udg_TempPoint )
 
Status
Not open for further replies.
Top