summaryrefslogtreecommitdiff
path: root/npc/025-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-28 21:03:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-28 21:03:37 -0300
commit8d77ced79825e27ef3b82933862143e57d72bfad (patch)
tree9f3a4d3fbc3a8746283fe3ac1d2f5a8698e1fc44 /npc/025-2
parent32ae550041ab332b73040058e888f35f378b6ab5 (diff)
downloadserverdata-8d77ced79825e27ef3b82933862143e57d72bfad.tar.gz
serverdata-8d77ced79825e27ef3b82933862143e57d72bfad.tar.bz2
serverdata-8d77ced79825e27ef3b82933862143e57d72bfad.tar.xz
serverdata-8d77ced79825e27ef3b82933862143e57d72bfad.zip
Fortress Island South (Lv 70+ area)
Diffstat (limited to 'npc/025-2')
-rw-r--r--npc/025-2/_import.txt3
-rw-r--r--npc/025-2/main.txt31
2 files changed, 34 insertions, 0 deletions
diff --git a/npc/025-2/_import.txt b/npc/025-2/_import.txt
new file mode 100644
index 000000000..6d385567b
--- /dev/null
+++ b/npc/025-2/_import.txt
@@ -0,0 +1,3 @@
+// Map 025-2: Fortress Island - South
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/025-2/main.txt",
diff --git a/npc/025-2/main.txt b/npc/025-2/main.txt
new file mode 100644
index 000000000..2450eb867
--- /dev/null
+++ b/npc/025-2/main.txt
@@ -0,0 +1,31 @@
+// TMW-2 Script.
+// Author:
+// Jesusalva
+// Notes:
+// Fortress Island South (Lv 70~150 Area)
+
+025-2 mapflag mask 3
+
+025-2,97,122,0 script Airship NPC_AIRSHIP,{
+ mesc l(".:: Fortress Island ::."), 1;
+ mes "";
+ mesc l("Do you want to return to Land Of Fire Village?"), 1;
+ next;
+ if (askyesno() == ASK_YES) {
+ specialeffect FX_CIRCLE, SELF, getcharid(3);
+ sleep2(5000);
+ removespecialeffect(FX_CIRCLE, SELF, getcharid(3));
+ if (ispcdead()) end;
+ warp "017-10", 64, 25;
+ closeclientdialog;
+ }
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 8;
+ end;
+
+}
+
+