- Joined
- Jul 25, 2009
- Messages
- 194
So I'm trying to fix one of my old maps which is pretty well known for desyncing. Was wondering if any of these triggers could possibly cause a desync and under what circumstances?
-
prevent double uu
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to |cff00fa9aUltimate Upgrade|r
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Custom value of (Triggering unit)) Equal to 666
-
-
Then - Actions
-
Item - Remove (Item being manipulated)
-
-
Else - Actions
-
Unit - Set the custom value of (Hero manipulating item) to 666
-
-
-
-
-
Undead Gold Income
-
Events
-
Time - Every 4.60 seconds of game time
-
-
Conditions
-
AAA_TurnOffEvents Equal to False
-
-
Actions
-
Player Group - Pick every player in Evil and do (Actions)
-
Loop - Actions
-
If (((Picked player) slot status) Equal to Is playing) then do (Player - Set (Picked player) Current gold to (((Picked player) Current gold) + 1)) else do (Do nothing)
-
-
-
-