summaryrefslogtreecommitdiff
path: root/npc/080-1/final.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-05 22:24:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-05 22:24:14 -0300
commit39c68b2d7115684a179b5511753b56836197185f (patch)
tree6914aa272b9b5d3929c04a488224370f4d1c3893 /npc/080-1/final.txt
parent126ad1152902c460acbca1b64c17c0c680a3dfce (diff)
downloadserverdata-39c68b2d7115684a179b5511753b56836197185f.tar.gz
serverdata-39c68b2d7115684a179b5511753b56836197185f.tar.bz2
serverdata-39c68b2d7115684a179b5511753b56836197185f.tar.xz
serverdata-39c68b2d7115684a179b5511753b56836197185f.zip
When completing a puzzle, renew the instance.
Create placeholders for Gak and Alissa.
Diffstat (limited to 'npc/080-1/final.txt')
-rw-r--r--npc/080-1/final.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
new file mode 100644
index 00000000..c389aa99
--- /dev/null
+++ b/npc/080-1/final.txt
@@ -0,0 +1,35 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Mysterious Glade (Final fights, cutscene & final shops)
+
+080-1,98,41,0 script Alissa#ED2 NPC106,{
+ end;
+OnInstanceInit:
+ disablenpc .name$;
+ end;
+OnInit:
+ .distance=4;
+ end;
+}
+
+080-1,97,41,0 script Gak#X21 NPC183,{
+ end;
+
+OnInit:
+ .distance=4;
+ end;
+}
+
+// But then, Gak *did* "kidnap" a zealite specialist, right?
+080-1,83,136,0 script #X21BarrierF NPC_HIDDEN,3,0,{
+ if (!'XMAS21FINAL)
+ npctalkonce strcharinfo(0) + " : " + l("This clearly is not a real gate; Most likely an illusion to prevent access. I should be able to dispel it by killing the guardians.");
+ // TODO: Verify again if all guardians are dead
+ end;
+OnInit:
+ .distance=1;
+ end;
+}
+