summaryrefslogtreecommitdiff
path: root/npc/029-0/sakar.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-10 15:52:38 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-10 15:52:38 -0300
commitfbe42e219c9c3bc092d54f5da68d9fb320af1690 (patch)
treedcccd28ba407f866da2d140d241cf950038670f5 /npc/029-0/sakar.txt
parent74a5f40b495b76c57d4e5e9fd222f58f5ac29fd3 (diff)
downloadserverdata-fbe42e219c9c3bc092d54f5da68d9fb320af1690.tar.gz
serverdata-fbe42e219c9c3bc092d54f5da68d9fb320af1690.tar.bz2
serverdata-fbe42e219c9c3bc092d54f5da68d9fb320af1690.tar.xz
serverdata-fbe42e219c9c3bc092d54f5da68d9fb320af1690.zip
Fires of Steam - The Death of Andrei Sakar (initial version)
Unfinished
Diffstat (limited to 'npc/029-0/sakar.txt')
-rw-r--r--npc/029-0/sakar.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/npc/029-0/sakar.txt b/npc/029-0/sakar.txt
new file mode 100644
index 000000000..17be8e3d1
--- /dev/null
+++ b/npc/029-0/sakar.txt
@@ -0,0 +1,53 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Fires of Steam: The Death of Andrei Sakar
+
+//////////////////////////////////////////
+// Andrei Sakar Instances
+
+029-8,50,173,0 script Andrei Sakar#FoS298 NPC_ANDREI,{
+ mesn;
+ mesq l("Do you want to return?");
+ next;
+ select
+ l("No, thanks."),
+ l("Yes, I would like to go back to the Swamps."),
+ l("Yes, I would like to go back to Artis.");
+ mes "";
+ closeclientdialog;
+ switch (@menu) {
+ case 2:
+ cwarp "029-7", 87, 56;
+ case 3:
+ cwarp "029-0", 90, 31;
+ }
+ close;
+OnInit:
+ .distance=5;
+ end;
+}
+
+029-8,50,173,0 script Andrei Sakar#FoS298 NPC_ANDREI,{
+ mesn;
+ mesq l("Do you want to advance?");
+ next;
+ select
+ l("No, thanks."),
+ l("Yes, I would like to explore!"),
+ rif($FIRESOFSTEAM >= 8, l("Yes, I would like to go to Asphodel Moors!"));
+ mes "";
+ closeclientdialog;
+ switch (@menu) {
+ case 2:
+ cwarp "029-1", 32, 91;
+ case 3:
+ cwarp "029-8", 51, 174;
+ }
+ close;
+OnInit:
+ .distance=5;
+ end;
+}
+