• 🏆 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 Problem, Game Crashes

Status
Not open for further replies.
Level 2
Joined
Dec 29, 2007
Messages
16
Does anyone know why the game crashes when I use this trigger?
  • Events
    • Unit - My Unit 0012 <gen> Begins casting an ability
  • Conditions
    • (Ability Being Cast) Equal to Fly
  • Actions
    • If (All Conditions are true) then do (Then Actions) Else do (Else Actions)
      • If - Conditions
        • (Item Carried by My Unit 0012 <gen> in slot 1) Equal to (Item carried by My Unit 0012 <gen> of type 1st Rank)
      • Then - Actions
        • Unit - Add UnitFly (1st Rank) to My Unit 0012 <gen>
        • Animation - Play My Unit 0012 <gen>'s Morph animation
        • Unit - Remove UnitFly (1st Rank) from My Unit 0012 <gen>
        • Unit - Remove Fly from My Unit 0012 <gen>
        • Unit - Add Walk to My Unit 0012 <gen>
        • Animation - Add the Animationtag - Alternate (Shifters) animation tag to My Unit 0012 <gen>
      • Else - Actions
 
Last edited:
Level 2
Joined
Dec 29, 2007
Messages
16
problem fixed, i changed the dummy ability, i made the dummy from bladestorm, changed it to fan of knives and works perfectly
 
Status
Not open for further replies.
Top