summaryrefslogtreecommitdiff
path: root/npc/011-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/011-3
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/011-3')
-rw-r--r--npc/011-3/_import.txt6
-rw-r--r--npc/011-3/_mobs.txt4
-rw-r--r--npc/011-3/_warps.txt3
-rwxr-xr-xnpc/011-3/hermit.txt64
-rwxr-xr-xnpc/011-3/mapflags.txt1
5 files changed, 78 insertions, 0 deletions
diff --git a/npc/011-3/_import.txt b/npc/011-3/_import.txt
new file mode 100644
index 00000000..1a659519
--- /dev/null
+++ b/npc/011-3/_import.txt
@@ -0,0 +1,6 @@
+// Map 011-3: Hermit's Cave
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/011-3/_mobs.txt",
+"npc/011-3/_warps.txt",
+"npc/011-3/hermit.txt",
+"npc/011-3/mapflags.txt",
diff --git a/npc/011-3/_mobs.txt b/npc/011-3/_mobs.txt
new file mode 100644
index 00000000..190bd43c
--- /dev/null
+++ b/npc/011-3/_mobs.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 011-3: Hermit's Cave mobs
+011-3,0,0,0,0 monster Manana Tree 1017,10,0,0
+011-3,0,0,0,0 monster Mana Bug 1035,3,60000,30000
diff --git a/npc/011-3/_warps.txt b/npc/011-3/_warps.txt
new file mode 100644
index 00000000..c7c117e6
--- /dev/null
+++ b/npc/011-3/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 011-3: Hermit's Cave warps
+011-3,31,14,0 warp #011-3_31_14 0,0,011-4,73,10
diff --git a/npc/011-3/hermit.txt b/npc/011-3/hermit.txt
new file mode 100755
index 00000000..8b1eeb74
--- /dev/null
+++ b/npc/011-3/hermit.txt
@@ -0,0 +1,64 @@
+
+011-3,30,23,0 script Arkim NPC116,{
+ mes "[Arkim the Hermit]";
+ mes "\"Do you want to go back outside?\"";
+ if (@knowhermitstory == 1) goto L_Short_Menu;
+ menu
+ "Yes, please!", L_Sure,
+ "Not yet.", L_close,
+ "Actually... Why do you live here?", L_Interested;
+
+L_Short_Menu:
+ menu
+ "Yes, please!", L_Sure,
+ "Not yet.", L_close,
+ "What was that deal you were offering?", L_Quest;
+
+L_Sure:
+ warp "011-1", 60, 95;
+ close;
+
+L_Interested:
+ mes "[Arkim the Hermit]";
+ mes "\"Oh my, never really thought about it!\"";
+ next;
+ mes "[Arkim the Hermit]";
+ mes "\"I guess mostly I enjoy experimenting with the bats here.\"";
+ menu
+ "I see...", L_close,
+ "What type of experimenting?", L_Experiment;
+
+L_Experiment:
+ mes "[Arkim the Hermit]";
+ mes "\"Never really thought about it either...\"";
+ next;
+ mes "You watch as the hermit's old, lazy eyes open wide, and the old man comes alive with energy.";
+ next;
+ mes "[Arkim the Hermit]";
+ mes "\"I GUESS I REALLY LIKE CUTTING THEM UP TO SEE HOW THEY WORK!! HAHAHA!\"";
+ menu
+ "YOU'RE CRAZY!", L_close,
+ "Right... me too! Can I help?", L_Quest;
+
+L_close:
+ close;
+
+L_Quest:
+ @knowhermitstory = 1;
+
+ @dq_level = 20;
+ @dq_cost = 4;
+ @dq_count = 3;
+ @dq_name$ = "BatWing";
+ @dq_friendly_name$ = "bat wings";
+ @dq_money = 600;
+ @dq_exp = 100;
+
+ callfunc "DailyQuest";
+
+ next;
+
+ mes "[Arkim the Hermit]";
+ mes "\"And remember: never lend your toothbrush to a slime!\"";
+ close;
+}
diff --git a/npc/011-3/mapflags.txt b/npc/011-3/mapflags.txt
new file mode 100755
index 00000000..2b696f6d
--- /dev/null
+++ b/npc/011-3/mapflags.txt
@@ -0,0 +1 @@
+//011-3 mapflag resave 011-1,103,34