- Joined
- May 17, 2007
- Messages
- 106
Hi, there
I've some problem when choosing hero after choose it's hell lag for short time, is (Owner of (Buying unit)) leaks? Thanks
I've some problem when choosing hero after choose it's hell lag for short time, is (Owner of (Buying unit)) leaks? Thanks
-
Special Operator
-
Events
- Unit - A unit Sells a unit
-
Conditions
- (Unit-type of (Sold unit)) Equal to Special Operator
-
Actions
- Set Sniper = (Sold unit)
- Camera - Set the camera bounds for (Owner of (Buying unit)) to (Playable map area)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Owner of (Buying unit)) Equal to Player 1 (Red)
- (Owner of (Buying unit)) Equal to Player 2 (Blue)
- (Owner of (Buying unit)) Equal to Player 4 (Purple)
- (Owner of (Buying unit)) Equal to Player 5 (Yellow)
-
Conditions
-
Or - Any (Conditions) are true
-
Then - Actions
- Set ABTempRevivePoint = (Random point in Hero Spawn T1 <gen>)
- Unit - Move (Buying unit) instantly to ABTempRevivePoint
- Unit - Move (Sold unit) instantly to ABTempRevivePoint, facing Default building facing degrees
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (No Tower Mode Check <gen> is on) Equal to False
-
Then - Actions
- Unit - Create 1 Peasant for (Owner of (Buying unit)) at ABTempRevivePoint facing Default building facing degrees
- Else - Actions
-
If - Conditions
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Owner of (Buying unit)) Equal to Player 6 (Orange)
- (Owner of (Buying unit)) Equal to Player 7 (Green)
- (Owner of (Buying unit)) Equal to Player 10 (Light Blue)
- (Owner of (Buying unit)) Equal to Player 12 (Brown)
-
Conditions
-
Or - Any (Conditions) are true
-
Then - Actions
- Set ABTempRevivePoint = (Random point in Hero Spawn T2 <gen>)
- Unit - Move (Buying unit) instantly to ABTempRevivePoint
- Unit - Move (Sold unit) instantly to ABTempRevivePoint, facing Default building facing degrees
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (No Tower Mode Check <gen> is on) Equal to False
-
Then - Actions
- Unit - Create 1 Peasant for (Owner of (Buying unit)) at ABTempRevivePoint facing Default building facing degrees
- Else - Actions
-
If - Conditions
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Owner of (Buying unit)) Equal to Player 3 (Teal)
-
Then - Actions
- Set ABTempRevivePoint = (Random point in Region 034 <gen>)
- Unit - Move (Buying unit) instantly to ABTempRevivePoint
- Unit - Move (Sold unit) instantly to ABTempRevivePoint, facing Default building facing degrees
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (No Tower Mode Check <gen> is on) Equal to False
-
Then - Actions
- Unit - Create 1 Peasant for (Owner of (Buying unit)) at ABTempRevivePoint facing Default building facing degrees
- Else - Actions
-
If - Conditions
- Player - Set the max research level of Legendary Creature Power to 1 for (Owner of (Buying unit))
- Else - Actions
-
If - Conditions
- Unit Group - Add Sniper to ItemPickerGroup
- Set ABTempRevivePoint = (Position of (Sold unit))
- Camera - Pan camera for (Owner of (Buying unit)) to ABTempRevivePoint over 0.00 seconds
- Selection - Select (Sold unit) for (Owner of (Buying unit))
- Custom script: call RemoveLocation(udg_ABTempRevivePoint)
- Player - Set the max research level of Life Bonus to 10 for (Owner of (Buying unit))
- Player - Set the max research level of Life Regeneration to 5 for (Owner of (Buying unit))
- Player - Set the max research level of Mana Regeneration to 10 for (Owner of (Buying unit))
-
Events