- Joined
- Mar 16, 2008
- Messages
- 824
It's < 1 second lag spike map wide for all players. I think it's the create event Action. Does anyone know how to stop the lag spikes? Thank you for any insight.
-
Yellow Hero Trained
-
Events
-
Unit - Altar of Knights 0352 <gen> Finishes training a unit
-
-
Conditions
-
Actions
-
Set VariableSet Yellow_Hero = (Trained unit)
-
Trigger - Add to Blank Ankh Used Yellow <gen> the event (Unit - Yellow_Hero's life becomes Less than or equal to 100.00)
-
Leaderboard - Change the value for Player 5 (Yellow) in Alliances_Leaderboard to 1
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 5 (Yellow) is in Group1Red.) Equal to True
-
-
Then - Actions
-
Unit - Change color of Yellow_Hero to Red
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 5 (Yellow) is in Group2Blue.) Equal to True
-
-
Then - Actions
-
Unit - Change color of Yellow_Hero to Blue
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 5 (Yellow) is in Group3Teal.) Equal to True
-
-
Then - Actions
-
Unit - Change color of Yellow_Hero to Teal
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 5 (Yellow) is in Group4Purp.) Equal to True
-
-
Then - Actions
-
Unit - Change color of Yellow_Hero to Purple
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 5 (Yellow) is in Black_Group_Var.) Equal to True
-
-
Then - Actions
-
Unit - Change color of Yellow_Hero to Coal
-
-
Else - Actions
-
-
Trigger - Turn on Yellow Hero Revives <gen>
-
Trigger - Turn off (This trigger)
-
-