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

"Unit - A unit Finishes casting an ability" Does not work with AI? even for dummy casters?

Status
Not open for further replies.
Level 16
Joined
May 2, 2011
Messages
1,345
Hello,

when there is no AI on the map, the trigger fires, but when there is AI, the trigger Unit - A unit Finishes casting an ability
refuses to work.

Can the AI stop the animation even for dummy caster with Locust ability?

  • AdditionalEnchantedSummonForHardDifficulty
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Dummy_Spawner (Caster)
    • Actions
      • Quest - Display to (All players) the Quest Update message: SUMMONING FAILED?
it works fine in generic test map where there is no AI, but it doesnt work in my map :(
 
Last edited:
Status
Not open for further replies.
Top