• 🏆 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] Trigger problem

Status
Not open for further replies.
Level 4
Joined
Jan 25, 2009
Messages
117
I have a trigger problem. When the time becomes 13:37 my game crashes. Dunno why. Here's the trigger.

  • Events
  • Game - time becomes equal to 13.37
  • Actions
  • Game - Set time speed equal to 2% of default speed.
  • Unit Group - Pick every unit in (units owned by player 1 red) and do (Unit- Add ItemAttackspeedbonus to picked unit)
  • Unit Group - Pick every unit in (units owned by player 3 teal) and do (Unit- Add ItemAttackspeedbonus to picked unit)
  • Wait 60 seconds
  • Unit Group - Pick every unit in (units owned by player 1 red) and do (Unit- Remove ItemAttackspeedbonus from picked unit)
  • Unit Group - Pick every unit in (units owned by player 3 teal) and do (Unit- Remove ItemAttackspeedbonus from picked unit)
  • Game - Set time speed equal to 100% of default speed.
Please help me. (+ rep)

Edit: I think i accidentaly took Ignored instead of unsolved
 
Last edited:
Level 4
Joined
Jan 25, 2009
Messages
117
@septimus : where does he do that?

It's probably because your map is too leet to work.
On a more serious note: I don't see a problem at first sight. Try disabling actions until it no longer crashes. Does it still crash if you don't set time speed to 2% of default speed?

Heh i tried disabling actions before but i didnt think that the time speed would do anything becouse it worked in my other maps. But thnx!
 
Status
Not open for further replies.
Top