• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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