- Joined
- Sep 24, 2007
- Messages
- 303
First of all, I don't even know if it's infinite loop bug, but I dunno what else could be.
Trigger 1
Now what's wrong?
In SINGLE PLAYER everything works fine.
In MULTIPLAYER all players that select those units, EXCEPT the host get DISCONNECTED.
Now that's what I don't understand. Wtf? If it would be infinite loop it would shut down w3 and report error, but it discs. Also, the host is intact like playing in single player that works w/o a problem.
ANy ideas?
Trigger 1
-
selection system
-

Events
-


Player - Player 1 (Red) Selects a unit
-


Player - Player 2 (Blue) Selects a unit
-


Player - Player 3 (Teal) Selects a unit
-


Player - Player 4 (Purple) Selects a unit
-


Player - Player 5 (Yellow) Selects a unit
-


Player - Player 7 (Green) Selects a unit
-


Player - Player 8 (Pink) Selects a unit
-


Player - Player 9 (Gray) Selects a unit
-


Player - Player 10 (Light Blue) Selects a unit
-


Player - Player 11 (Dark Green) Selects a unit
-
-

Conditions
-


SelectionCheck[(Player number of (Triggering player))] Equal to (==) True
-



Multiple ConditionsOr - Any (Conditions) are true
-




Conditions
-





(Unit-type of (Triggering unit)) Equal to (==) Footman
-





(Unit-type of (Triggering unit)) Equal to (==) Rohan knight
-





(Unit-type of (Triggering unit)) Equal to (==) Archer
-





(Unit-type of (Triggering unit)) Equal to (==) Grunt
-





(Unit-type of (Triggering unit)) Equal to (==) Raider
-





(Unit-type of (Triggering unit)) Equal to (==) Heavy Catapult
-





(Unit-type of (Triggering unit)) Equal to (==) Catapult
-





(Unit-type of (Triggering unit)) Equal to (==) Beast Rider
-





(Unit-type of (Triggering unit)) Equal to (==) Gryphon Rider
-
-
-
-
-

Actions
-


Set SelectionCheck[(Player number of (Triggering player))] = False
-


Selection - Select UnitGroup[(Custom value of (Triggering unit))] for (Triggering player)
-


Countdown Timer - Start SelectionTimer[(Player number of (Triggering player))] as a One-shot timer that will expire in 0.30 seconds
-
-
-
timer cd 1
-

Events
-


Time - SelectionTimer[1] expires
-
-

Conditions
-

Actions
-


Set SelectionCheck[1] = True
-
-
Now what's wrong?
In SINGLE PLAYER everything works fine.
In MULTIPLAYER all players that select those units, EXCEPT the host get DISCONNECTED.
Now that's what I don't understand. Wtf? If it would be infinite loop it would shut down w3 and report error, but it discs. Also, the host is intact like playing in single player that works w/o a problem.
ANy ideas?














