Moderator
M
Moderator
12th Dec 2015
IcemanBo: For too long time as NeedsFix. Rejected.
8th Jul 2011
Maker: Leaks and not MUI. You need to improve it a lot. You can ask help in the triggers and scripts subforum.
Bribe: This thing is still leaking quite heavily even with the changes you made. It's also still not MUI.
(Position of (Dying unit)) - leaks
Unit - Move Vortex_mid instantly to ((Position of Vortex_mid) offset by 2.00 towards Vortex_face degrees) facing Default building facing degrees
^ leaks x2
Unit - Move Fire1 instantly to ((Position of Vortex_mid) offset by 300.00 towards Fire_face degrees)
Unit - Move Fire2 instantly to ((Position of Vortex_mid) offset by 300.00 towards (Fire_face + 180.00) degrees)
Unit - Move Light1 instantly to ((Position of Vortex_mid) offset by 200.00 towards Light_face degrees)
Unit - Move Light2 instantly to ((Position of Vortex_mid) offset by 200.00 towards (Light_face + 120.00) degrees)
Unit - Move Light3 instantly to ((Position of Vortex_mid) offset by 200.00 towards (Light_face + 240.00) degrees)
^ leaks lots
Set TempLoc2 = (Position of Fire1)
Set TempLoc3 = (Position of Fire2)
Set TempLoc4 = (Position of Light1)
Set TempLoc5 = (Position of Light2)
Set TempLoc6 = (Position of Light3) - there is no handling for these in case the spell is cast by more than one unit at a time.
IcemanBo: For too long time as NeedsFix. Rejected.
8th Jul 2011
Maker: Leaks and not MUI. You need to improve it a lot. You can ask help in the triggers and scripts subforum.
Bribe: This thing is still leaking quite heavily even with the changes you made. It's also still not MUI.
(Position of (Dying unit)) - leaks
Unit - Move Vortex_mid instantly to ((Position of Vortex_mid) offset by 2.00 towards Vortex_face degrees) facing Default building facing degrees
^ leaks x2
Unit - Move Fire1 instantly to ((Position of Vortex_mid) offset by 300.00 towards Fire_face degrees)
Unit - Move Fire2 instantly to ((Position of Vortex_mid) offset by 300.00 towards (Fire_face + 180.00) degrees)
Unit - Move Light1 instantly to ((Position of Vortex_mid) offset by 200.00 towards Light_face degrees)
Unit - Move Light2 instantly to ((Position of Vortex_mid) offset by 200.00 towards (Light_face + 120.00) degrees)
Unit - Move Light3 instantly to ((Position of Vortex_mid) offset by 200.00 towards (Light_face + 240.00) degrees)
^ leaks lots
Set TempLoc2 = (Position of Fire1)
Set TempLoc3 = (Position of Fire2)
Set TempLoc4 = (Position of Light1)
Set TempLoc5 = (Position of Light2)
Set TempLoc6 = (Position of Light3) - there is no handling for these in case the spell is cast by more than one unit at a time.