• 🏆 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!

[Trigger] Focus Skill Trigger

Status
Not open for further replies.
Level 23
Joined
Oct 18, 2008
Messages
938
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