• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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