Hello, I've got yet another problem. Can somebody tell me what do those fatal errors mean or how to solve the problem?
It occurs when two specific skills are used right after one another Warcraft crashes.
Error happens when "Glacial Shards"(second trigger) skill is used on enemies and right after that Freezing Orb(second trigger) skill is casted on same target.
Clip showing using the skills(it cuts at the point when the error happens, my bandicam stoped recording)
https://drive.google.com/file/d/0BwcoxL_cC6AlM3lIM2NoUVlXanM/view?usp=sharing
Skills:
(i'm sorry if the triggers are hard to read, my worldedit is in polish ;/)
1st one based on Cluster Rockets
It occurs when two specific skills are used right after one another Warcraft crashes.


Error happens when "Glacial Shards"(second trigger) skill is used on enemies and right after that Freezing Orb(second trigger) skill is casted on same target.
Clip showing using the skills(it cuts at the point when the error happens, my bandicam stoped recording)
https://drive.google.com/file/d/0BwcoxL_cC6AlM3lIM2NoUVlXanM/view?usp=sharing
Skills:
(i'm sorry if the triggers are hard to read, my worldedit is in polish ;/)
1st one based on Cluster Rockets
-
Freezing Orb
-
Wydarzenia
-
Jednostka - A unit Rozpoczyna działanie zdolności
-
-
Warunki
-
(Ability being cast) RĂłwna siÄ™ (Ma)Freezing Orb
-
-
Akcje
-
Jednostka - Create 1 Dummy for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Domyślna orientacja budynku degrees
-
Set FODummy = (Last created unit)
-
Wait 0.75 seconds
-
Jednostka - Add a 1.50 second OgĂłlny expiration timer to FODummy
-
Set FOTempPoint = (Position of FODummy)
-
Jednostka - Add Freezing Orb - Stun to FODummy
-
Jednostka - Set level of Freezing Orb - Stun for FODummy to (Level of (Ma)Freezing Orb for (Triggering unit))
-
Jednostka - Order FODummy to Specjalne Czarownik - Inferno (Target point of ability being cast)
-
Jednostka - Add Freezing Nova to FODummy
-
Jednostka - Set level of Freezing Nova for FODummy to (Level of (Ma)Freezing Orb for (Triggering unit))
-
Jednostka - Order FODummy to Neutralny - Władca Otchłani - Zew Grozy
-
Efekt specjalny - Create a special effect at FOTempPoint using Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl
-
Efekt specjalny - Destroy (Last created special effect)
-
Set FOTempGroup = (Units within 200.00 of FOTempPoint matching ((((Matching unit) is alive) RĂłwna siÄ™ TAK) and ((((Matching unit) is Prastary) RĂłwna siÄ™ NIE) and (((Owner of (Triggering unit)) is an enemy of (Owner of (Matching unit))) RĂłwna siÄ™ TAK))))
-
Grupa jednostek - Pick every unit in FOTempGroup and do (Actions)
-
Pętla - Akcje
-
Jednostka - Cause (Triggering unit) to damage (Picked unit), dealing (((4.00 x (Real((Level of (Ma)Freezing Orb for (Triggering unit))))) x (Real(Inteligance[(Player number of (Owner of (Triggering unit)))]))) + Spellpower[(Player number of (Owner of (Triggering unit)))]) damage of attack type Zaklęcia and damage type Zimno
-
-
-
Custom script: call RemoveLocation (udg_FOTempPoint)
-
Custom script: call DestroyGroup (udg_FOTempGroup)
-
Set FODummy = Brak jednostki
-
-
-
Glacial Shards
-
Wydarzenia
-
Jednostka - A unit Rozpoczyna działanie zdolności
-
-
Warunki
-
(Ability being cast) RĂłwna siÄ™ (Ma)Glacial Shards
-
-
Akcje
-
Jednostka - Create 1 Dummy for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Domyślna orientacja budynku degrees
-
Set GSDummy = (Last created unit)
-
Jednostka - Add a 1.50 second OgĂłlny expiration timer to GSDummy
-
Set GSTempPoint = (Position of GSDummy)
-
Jednostka - Add Freezing Orb - Stun to GSDummy
-
Jednostka - Set level of Freezing Orb - Stun for GSDummy to (Level of (Ma)Glacial Shards for (Triggering unit))
-
Jednostka - Order GSDummy to Specjalne Czarownik - Inferno (Target point of ability being cast)
-
Jednostka - Add Freezing Nova to GSDummy
-
Jednostka - Set level of Freezing Nova for GSDummy to (Level of (Ma)Glacial Shards for (Triggering unit))
-
Jednostka - Order GSDummy to Neutralny - Władca Otchłani - Zew Grozy
-
Set GSTempGroup = (Units within 400.00 of FOTempPoint matching ((((Matching unit) is alive) RĂłwna siÄ™ TAK) and ((((Matching unit) is Prastary) RĂłwna siÄ™ NIE) and (((Owner of (Triggering unit)) is an enemy of (Owner of (Matching unit))) RĂłwna siÄ™ TAK))))
-
Grupa jednostek - Pick every unit in GSTempGroup and do (Actions)
-
Pętla - Akcje
-
Jednostka - Cause (Triggering unit) to damage (Picked unit), dealing (((3.00 x (Real((Level of (Ma)Glacial Shards for (Triggering unit))))) x (Real(Inteligance[(Player number of (Owner of (Triggering unit)))]))) + Spellpower[(Player number of (Owner of (Triggering unit)))]) damage of attack type Zaklęcia and damage type Zimno
-
-
-
Custom script: call RemoveLocation (udg_GSTempPoint)
-
Custom script: call DestroyGroup (udg_GSTempGroup)
-
Set GSDummy = Brak jednostki
-
-
Last edited: