summaryrefslogtreecommitdiff
path: root/npc/00000SAVE/010-2_Dimond/workers.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 03:55:38 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 03:55:38 -0300
commit8586a2ddff7f8c56c2836646b7ae83655bd28de5 (patch)
tree39de1bfd540ef208c0bb880c1413aa4143e7c441 /npc/00000SAVE/010-2_Dimond/workers.txt
parent125c93a03d1fcb89f5ecf81287d3f680cad5b0e0 (diff)
downloadserverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.gz
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.bz2
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.tar.xz
serverdata-8586a2ddff7f8c56c2836646b7ae83655bd28de5.zip
Bring all LoF unique scripts temporary to npc/0000SAVE folder
Diffstat (limited to 'npc/00000SAVE/010-2_Dimond/workers.txt')
-rw-r--r--npc/00000SAVE/010-2_Dimond/workers.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/00000SAVE/010-2_Dimond/workers.txt b/npc/00000SAVE/010-2_Dimond/workers.txt
new file mode 100644
index 000000000..d14a172fa
--- /dev/null
+++ b/npc/00000SAVE/010-2_Dimond/workers.txt
@@ -0,0 +1,22 @@
+
+010-2,23,70,0 script Josh NPC155,{
+ mes "[Josh]";
+ mes "\"We're working on getting the cellar pass open.\"";
+ close;
+}
+
+010-2,39,75,0 script Zack NPC155,{
+ @hw2011_npc_id = $@hw2011_npc_zack;
+ if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day)
+ goto L_TrickOrTreat;
+ goto L_Begin;
+
+L_Begin:
+ mes "[Zack]";
+ mes "\"My brother and I are fixing the cellar pass.\"";
+ close;
+
+L_TrickOrTreat:
+ callfunc "TrickOrTreat2011";
+ goto L_Begin;
+}