Unstable Concoction
Based on Channel.
When it goes into effect, a unit (e01N) is created on top of the target unit. Then the variables Caster (the dummy) and Target are saved to the game cache. A new timed trigger is created every 0.1 seconds, and the newly created unit also has a 6 seconds timed life, then its pathing is removed, it's set to invulnerable and gains Aloc. Now, another trigger is created which can be called by either every 0.5 seconds or when a spell has finished casted. Finally the Hero, Target and Caster units are saved to the cache.
The trigger that is run every 0.1 seconds: Recovers Caster and Target from the cache, checks if the enemy has less than 1 life, or it is not visible, the timer is paused. If neither of those two conditions is met, then set the Caster's X and Y to be equal to the Target's X and Y. This is done to gain vision of the enemy unit.
The trigger that is run every 0.5 seconds: Checks if it has been called because the unit finished the spell cast of Unstable Concoction, if its true then recover Hero, Target and Caster from the game cache, create a unit (e00C) on top of the hero, add a Storm Bolt ability (A0JD) with its level equal to the number of times this trigger has been called-1 (with 1 being the lowest). Then it is told to use it on Target. Finally the unit is given Aloc, and given a timed life of 2 seconds. Then if the Caster unit is still alive, kill it then disable the trigger. Do note that there's an if at the beginning of this trigger, if it's not met then this trigger does nothing.
Hmm, a 2 seconds timed life of the dummy unit casting the storm bolt means that if the enemy is over 3000 units from you the "XXX has commited suicide" may happen. It needs a running hero at 522 speed (5 seconds channel: 2610 units, add casting range + buffer + the time spent to get to the enemy hero and you can see it can travel over 3000 units)