• 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] Help Please, (Unit Cause damage, Action)

Status
Not open for further replies.
Level 4
Joined
Dec 8, 2007
Messages
86
  • Streba
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Streba
        • Then - Actions
          • Unit - Move (Casting unit) instantly to (Position of (Target unit of ability being cast))
          • Unit - Order (Casting unit) to Attack (Target unit of ability being cast)
          • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing 150.00 damage of attack type Spells and damage type Normal
        • Else - Actions
I want the Last to be something like
  • this
    • Events
    • Conditions
    • Actions
      • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing (150.00 x 1.00) damage of attack type Spells and damage type Normal
Except i want it to be:
  • this
    • Events
    • Conditions
    • Actions
      • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing (150.00 x Level of Ability) damage of attack type Spells and damage type Normal
Now, i do not know how to... Please help me!
 
Status
Not open for further replies.
Top