• 🏆 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] Triggered Critical Strike

Status
Not open for further replies.
Level 2
Joined
Apr 13, 2009
Messages
11
I'm trying to create a spell based of Critical Strike that is supposed to give the unit with the ability a small chance to give the unit he attacks a debuff which is triggered in (makes the attacked unit miss on attacks).
The problem is that I don't know how to initiate the trigger when the critical strike occurs,
I tried using
  • Untitled Trigger 001
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Critical Strike
    • Actions
but it didn't work, does anyone know what I can do?
 
Level 18
Joined
Nov 1, 2006
Messages
1,612
Try
  • Untitled Trigger 001
  • Events
    • Unit - A unit Begins Casting an ability
  • Conditions
    • (Ability being cast) Equal to Critical Strike
  • Actions

No, starts the effect of an ability > begins casting an ability.

The reason it's not picking it up is because it's a passive ability so there is no begins casting/starts the effect. I'm working on something for him that will work though.
 
Status
Not open for further replies.
Top