• 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] Focus Skill Trigger

Status
Not open for further replies.
Level 25
Joined
Oct 18, 2008
Messages
945
base it on bloodlust (or frenzy if u want it to target the caster automatically) with negative attack speed value. then make another spell based on claws of attack ability.

  • Trigger1
  • Events:
    • Unit starts the effect of an ability
  • Conditions:
    • Ability being cast equal to Focus
  • Actions:
    • Add ClawAbility to (Casting Unit)
    • Add (Casting Unit) to UnitGroupVar
  • Trigger2
  • Events:
    • Every 0.06 seconds
  • Conditions:
  • Actions:
    • Pick every unit in UnitGroupVar and do multiple actions:
      • If, Then, Else
        • If - Conditions
          • (Picked Unit) has buff Focus Equal to False
        • Then:
          • Remove ClawAbility from (Casting Unit)
          • Remove (Picked Unit) From UnitGroupVar
        • Else:
 
Status
Not open for further replies.
Top