Hola!, como dice la descripción cree un detonador para pausar todas las unidades creando un efecto de parar el tiempo.
El problema: Tambien pausa a la unidad que usa el spell, como puedo arreglarlo, aqui el detonador:
[GUI]Reloj de Arena de Cronos
Acontecimientos
Unidad - A unit Inicia el efecto de una habilidad
Condiciones
(Ability being cast) Igual a |c00FF0000Reloj de Arena de Cronos|r
Acciones
Set Reloj_Cast = (Position of (Casting unit))
Set Reloj_AOE = 800.00
Set Reloj_Caster = (Casting unit)
Set GrupoReloj = (Units within Reloj_AOE of Reloj_Cast)
Grupo de unidad - Remove Reloj_Caster from GrupoReloj
Grupo de unidad - Pick every unit in GrupoReloj and do (Actions)
Bucle: Acciones
Efecto especial - Create a special effect attached to the origin of (Picked unit) using Abilities\Spells\NightElf\Blink\BlinkTarget.mdl
Efecto especial - Create a special effect at Reloj_Cast using Abilities\Spells\Undead\ReplenishMana\ReplenishManaCasterOverhead.mdl
Set Reloj_Pos = (Position of (Picked unit))
Animación - Change (Picked unit)'s animation speed to 0.00% of its original speed
Unidad - Activar pausa (Picked unit)
Unidad - Activar pausa the expiration timer for (Picked unit)
Custom script: call RemoveLocation (udg_Reloj_Pos)
Cuenta atrás del reloj - Start Reloj_Time as a Un tiro timer that will expire in 4.00 seconds
Detonador - Turn on Reloj de Arena de Cronos Timer
[/GUI]
[GUI]Reloj de Arena de Cronos Timer
Acontecimientos
Tiempo - Reloj_Time expires
Condiciones
Acciones
Grupo de unidad - Pick every unit in GrupoReloj and do (Actions)
Bucle: Acciones
Efecto especial - Create a special effect attached to the origin of (Picked unit) using Abilities\Spells\NightElf\Blink\BlinkTarget.mdl
Set Reloj_Pos = (Position of (Picked unit))
Animación - Change (Picked unit)'s animation speed to 100.00% of its original speed
Unidad - Desactivar pausa (Picked unit)
Unidad - Desactivar pausa the expiration timer for (Picked unit)
Custom script: call RemoveLocation (udg_Reloj_Pos)
Custom script: call DestroyGroup (udg_GrupoReloj)
[/GUI]
Muchas gracias por la ayuda!