summaryrefslogtreecommitdiff
path: root/npc/025-2/guard.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 03:58:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 03:58:49 -0300
commit99f3f84befda9bd286a59b5bb9792b7948b2ae91 (patch)
tree87a6a4b0e8db56fb6d6751256f654ca23dedc48e /npc/025-2/guard.txt
parent185f8fdf2cd8e3d07eeea2a22bd6904710e86e48 (diff)
downloadserverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.gz
serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.bz2
serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.tar.xz
serverdata-99f3f84befda9bd286a59b5bb9792b7948b2ae91.zip
Move Phoenix Rebirth inside Fortress Town. Lockdown whole Fortress Island.
Diffstat (limited to 'npc/025-2/guard.txt')
-rw-r--r--npc/025-2/guard.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/npc/025-2/guard.txt b/npc/025-2/guard.txt
new file mode 100644
index 000000000..93839a2a3
--- /dev/null
+++ b/npc/025-2/guard.txt
@@ -0,0 +1,24 @@
+// TMW-2 Script.
+// Author:
+// Jesusalva
+// Notes:
+// Generic Guard from the Alliance
+
+025-2,108,23,0 script Alliance Guard NPC_BRGUARD_BOW,{
+ .@q=getq(General_Narrator);
+ if (.@q >= 21)
+ goto L_ShortSummary;
+ setpcblock(255, true);
+ mesn;
+ mesq l("Hey %s, I was informed about your arrival. You are here, good!");
+ setpcblock(255, false);
+ close;
+
+L_ShortSummary:
+ .@open$=l("We have set some stalls which should be useful if you plan into raiding the Impregnable Fortress.");
+ .@lock$=l("It is locked but %s should be able to coordinate a raid on it.", $MOST_HEROIC$);
+ mesn;
+ mesq l("Past this point is the Fortress Island. %s Even so, be careful, the town should not exist.", ($FORTRESS_STATE ? .@open$ : .@lock$));
+ close;
+}
+