Spell: Eruption
Base: Healing Ward
Dummy units: Volcano, has an Eruption spell (0 mana 0 cooldown).
Dummy Spells: Erupt spell, based off tinker's Cluster Rockets.
Description: Healing ward spell was modified to summon a volcano dummy instead of healing ward. Volcano has 5 sec animation during which it slowly raises from underground. When it is fully emerged, volcano dummy casts dummy ability Erupt to cause damage around it.
That's how it looks:
Trigger Code(GUI only):
Translation:
This trigger was reported to cause disconnect to players, whose heroes cast the Eruption Skill. All the testing indicates, that no other triggers/skills cause disconnect. Any assistance on how to resolve the issue is appreciated!
Base: Healing Ward
Dummy units: Volcano, has an Eruption spell (0 mana 0 cooldown).
Dummy Spells: Erupt spell, based off tinker's Cluster Rockets.
Description: Healing ward spell was modified to summon a volcano dummy instead of healing ward. Volcano has 5 sec animation during which it slowly raises from underground. When it is fully emerged, volcano dummy casts dummy ability Erupt to cause damage around it.
That's how it looks:
Trigger Code(GUI only):
Translation:
- Generic Unit Event - A unit summons a unit
- Condition - Unit type of summoned unit equals Volcano
- Set variable erupVolcano = summoned unit
- Environment - create deformation
- Wait 5 seconds
- Unit - order erupVolcano to Tinker(Neutral) - Cluster Rockets(Position of erupVolcano)
This trigger was reported to cause disconnect to players, whose heroes cast the Eruption Skill. All the testing indicates, that no other triggers/skills cause disconnect. Any assistance on how to resolve the issue is appreciated!