From 9e149ea7e569b7d1d753b6157fcf32e783f1cce6 Mon Sep 17 00:00:00 2001 From: Pr0nogo Date: Sat, 20 May 2023 18:50:51 -0400 Subject: [PATCH] Sync latest iscript changes --- mpq/scripts/iscript.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index ce5ba63a..eac7f7d8 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -51886,4 +51886,27 @@ MortothrokorWalking: wait 1 move 4 wait 1 - goto MortothrokorWalking \ No newline at end of file + goto MortothrokorWalking + +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1738 Phantom Strike Proc (thingy\halmind.grp) +.headerstart +IsId 744 +Type 1 +Init PhantomStrikeProcInit +Death PhantomStrikeProcDeath +.headerend +# ----------------------------------------------------------------------------- # + +PhantomStrikeProcInit: + playfram 0x00 + wait 1 + playfram 1 + wait 1 + playfram 2 + wait 1 + playfram 3 +PhantomStrikeProcDeath: + wait 1 + end \ No newline at end of file