Stun Snippet Linked List v1.0

  • Like
Reactions: Rheiko
Stun Snippet Linked List
IMPORT GUIDE :
1. Enable "Tick the Automatically create unknown variables ..." located at File>Preference>General
2. Import TimedSpecialEffect Linked List v2.x (along with requirements of it) and PauseUnitEx to your map if any of them is not yet imported.
3. Copy the StunSnippetLL Folder in the Trigger Editor
4. Configure the SSLLConfig trigger according to the comments provided
5. Follow the information section for more details
SNIPPET INFORMATION :
A stun snippet I wrote for the ease of creating stuns with the new BlzUnitPauseEx native. This system easily stuns a unit over a set duration with specific SFX so people can make variations of their stun (freeze, shocked, etc) with ease. This is a variant using the TimedSpecialEffect LinkedList, which is meant to be compatible with the TimedSpecialEffect v2.x versions due to code overhaul; old version (one written with TimedSpecialEffect v1.x) will require a total importing of requirements if the TimedSpecialEffect LinkedList variant is the only variant used in your map.

In order to stun a unit, set the following variables:
  • Actions
    • -------- Source Unit - optional --------
    • Set StunS_SourceUnit = No unit
    • -------- Target Unit to be stunned --------
    • Set StunS_TargetUnit = No unit
    • -------- Duration of the stun --------
    • Set StunS_Duration = 1.00
    • -------- Loop timeout --------
    • Set StunS_Timeout = 1.00
    • -------- SFX --------
    • Set StunS_SFX = <Empty String>
    • -------- SFX Attach --------
    • Set StunS_SFX_Attach = <Empty String>
    • -------- REGISTER --------
    • Trigger - Run StunS_RegisterT (checking conditions)
Since this is meant as a snippet for quick stunning, I do not provide additional utilities like Stun Engine or Stun System. The only addition I provided as of current is the SFX control, which is something that I personally need for future use.
MEDIA SHOWCASE :
CHANGELOG :
Version 1.0: Released

CREDIT :
Contents

Stun Snippet Linked List (Map)

Reviews
Rheiko
This is a linked list implementation of Stun Snippet v1.3 using Timed Special Effect Linked List v2.1.1.1. From my testing, everything works perfectly as expected. Approved.
Top