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

Increasing Attack Speed

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
Is there in Warcraft any spell passively that increases attack speed for a hero ?btw is possible increase attack speed of an unit using tiggers?
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
Is there in Warcraft any spell passively that increases attack speed for a hero ?btw is possible increase attack speed of an unit using tiggers?

object editor->abilities->special->items->Item Attack Speed Bonus (Gloves of Haste)

with trigger max u can add ability with attack speed and remove it later, its look like a buff

also have aura what pasivly increase the attack speed like endurance aura etc, but this item ability is the only passive what only increase the attack speed passivle only to 1 unit and also could stacking

(2*ability with 15% attackspeed =30%)
 
Level 9
Joined
Nov 19, 2011
Messages
516
If I remember well gloves of haste bonus is hidden skill, so use it if you don't want to see icon. Other way use aura and use trigger to 'stack' it.

  • Stack
    • Events
      • Your Event
    • Conditions
      • Your Conditions
    • Actions
      • Unit - Incres Level of (Haste Aura) for Triggering Unit
Be sure that aura got some levels!
 
Is there in Warcraft any spell passively that increases attack speed for a hero ?btw is possible increase attack speed of an unit using tiggers?
  • Unit - Set Attack Interval of (Picked unit) to (Real((Integer(9.00)))) for weapon index: (Integer(0.00))
Real is the attack interval and Integer as weapon index. You need to convert both.
 
Status
Not open for further replies.
Top