Ayuda, me tira error
[gui]Silent Curse
Acontecimientos
Unidad - A unit Inicia el efecto de una habilidad
Condiciones
(Ability being cast) Igual a Silent Curse
Acciones
Set SilentCurseCast = (Casting unit)
Set SilentCursePoint = (Target point of ability being cast)
Efecto especial - Create a special effect at SilentCursePoint using war3mapImported\TimeDilationCaster.mdx
Set SpellBreakerFX[1] = (Last created special effect)
Set SilentCurseGroup = (Units within 325.00 of SilentCursePoint matching ((((Matching unit) is alive) Igual a True) and (((Matching unit) is Inmune a la magia) No igual a True)))
Grupo de unidad - Pick every unit in SilentCurseGroup and do (Actions)
Bucle: Acciones
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Si: Condiciones
((Owner of SilentCurseCast) is an enemy of (Owner of (Picked unit))) Igual a True
Entonces: Acciones
Unidad - Create 1 Spell Caster for (Owner of SilentCurseCast) at SilentCursePoint facing Vista edificio predeterminada degrees
Set SilentCurseDummy = (Last created unit)
Unidad - Add Dummy Sumurru Objetive to SilentCurseDummy
Unidad - Set level of Dummy Sumurru Objetive for SilentCurseDummy to (Level of Silent Curse for SilentCurseCast)
Unidad - Order SilentCurseDummy to Señor del fuego neutral: Quemar alma (Picked unit)
Unidad - Add a 0.20 second Genérico expiration timer to SilentCurseDummy
Custom script: call DestroyGroup(udg_SilentCurseGroup)
Otros: Acciones
Custom script: call RemoveLocation(udg_SilentCursePoint)
Detonador - Turn on Silent Curse Loop
Wait (4.00 + (1.00 x (Real((Level of Silent Curse for SilentCurseCast))))) seconds
Efecto especial - Destroy SpellBreakerFX[1]
Detonador - Turn off Silent Curse Loop
[/gui]
[gui]Silent Curse Loop
Acontecimientos
Tiempo - Every 1.00 seconds of game time
Condiciones
Acciones
Grupo de unidad - Pick every unit in (Units in (Playable map area) matching (((Matching unit) has buff Quemar almas) Igual a True)) and do (Actions)
Bucle: Acciones
Unidad - Set mana of (Picked unit) to ((Maná of (Picked unit)) - (15.00 x (Real((Level of Silent Curse for SilentCurseCast)))))
Unidad - Cause SilentCurseCast to damage (Picked unit), dealing (15.00 x (Real((Level of Silent Curse for SilentCurseCast)))) damage of attack type Conjuros and damage type Ãcido
[/gui]