• 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 With Spell

Status
Not open for further replies.
Level 3
Joined
Oct 4, 2007
Messages
27
I need Help:
I want to make a Spell That makes Agi x 2 And i dont finde thath in Editor :(

Thx for Help:wthumbsup:
 
Level 29
Joined
Jul 29, 2007
Messages
5,174
Since (really sad :wthumbsdown:(cool first christmass smily used)) we can't put variables into abilities damage section, you must make your ability do 0 damage and then instead add a action like this that happens when the unit's doing his ability

  • Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Center of (Playable map area)), dealing (Real((Strength of (Triggering unit) (Include bonuses)))) damage of attack type Spells and damage type Normal
Or you could use the "cause unit to damage unit" with the same thing.
 
Level 6
Joined
Nov 28, 2007
Messages
203
Do you mean that the unit should do agility *2 damage or do you mean that it should double the hero's agility?
here's the double agi trigger
  • Spell
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Double Agility
    • Actions
      • Hero - Modify Agility of (Casting unit): Set to ((Agility of (Casting unit) (Exclude bonuses)) x 2)
 
Status
Not open for further replies.
Top