summaryrefslogtreecommitdiff
path: root/npc/011-4
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-4
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/011-4')
-rw-r--r--npc/011-4/_import.txt6
-rw-r--r--npc/011-4/_mobs.txt9
-rw-r--r--npc/011-4/_warps.txt13
-rwxr-xr-xnpc/011-4/bl_barrier.txt24
-rwxr-xr-xnpc/011-4/mapflags.txt1
5 files changed, 53 insertions, 0 deletions
diff --git a/npc/011-4/_import.txt b/npc/011-4/_import.txt
new file mode 100644
index 00000000..fbb867b2
--- /dev/null
+++ b/npc/011-4/_import.txt
@@ -0,0 +1,6 @@
+// Map 011-4: Lake Cave
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/011-4/_mobs.txt",
+"npc/011-4/_warps.txt",
+"npc/011-4/bl_barrier.txt",
+"npc/011-4/mapflags.txt",
diff --git a/npc/011-4/_mobs.txt b/npc/011-4/_mobs.txt
new file mode 100644
index 00000000..225f623a
--- /dev/null
+++ b/npc/011-4/_mobs.txt
@@ -0,0 +1,9 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 011-4: Lake Cave mobs
+011-4,52,30,19,19 monster PumpkinMob 1019,1,100000,30000
+011-4,93,114,19,19 monster Dummy 1021,1,100000,30000
+011-4,0,0,0,0 monster Dummy 1021,40,0,0
+011-4,0,0,0,0 monster PumpkinMob 1019,15,0,0
+011-4,60,78,28,37 monster Beehive 1056,10,100000,30000
+011-4,63,21,55,17 monster Beehive 1056,10,100000,30000
+011-4,0,0,0,0 monster Manana Tree 1017,20,180000,40000
diff --git a/npc/011-4/_warps.txt b/npc/011-4/_warps.txt
new file mode 100644
index 00000000..8a512935
--- /dev/null
+++ b/npc/011-4/_warps.txt
@@ -0,0 +1,13 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 011-4: Lake Cave warps
+011-4,73,8,0 warp #011-4_73_8 0,0,011-3,31,16
+011-4,129,86,0 warp #011-4_129_86 0,0,009-3,20,56
+011-4,39,35,0 warp #011-4_39_35 0,0,011-6,47,184
+011-4,16,57,0 warp #011-4_16_57 0,0,011-6,24,205
+011-4,89,20,0 warp #011-4_89_20 0,0,011-6,97,168
+011-4,105,32,0 warp #011-4_105_32 0,0,011-6,114,183
+011-4,114,61,0 warp #011-4_114_61 0,0,011-6,123,212
+011-4,86,75,0 warp #011-4_86_75 0,0,011-6,95,226
+011-4,62,86,0 warp #011-4_62_86 0,0,011-6,68,234
+011-4,32,5,0 warp #011-4_32_5 1,0,011-6,186,181
+011-4,45,118,0 warp #011-4_45_118 0,0,011-6,266,181
diff --git a/npc/011-4/bl_barrier.txt b/npc/011-4/bl_barrier.txt
new file mode 100755
index 00000000..4f6512aa
--- /dev/null
+++ b/npc/011-4/bl_barrier.txt
@@ -0,0 +1,24 @@
+
+011-4,111,121,0 script #BL_Barrier NPC45,0,0,{
+ @state = ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT);
+
+ if (@state >= 6) goto L_Cave_Abandoned;
+ if (@state >= 4) goto L_Lord_Barrier_Open;
+
+ message strcharinfo(0), "This entrance appears to be locked.";
+ goto L_End;
+
+L_Cave_Abandoned:
+ message strcharinfo(0), "This place looks like it was abandoned.";
+ warp "011-6",251,275;
+ goto L_End;
+
+L_Lord_Barrier_Open:
+ message strcharinfo(0), "You insert the silver arrow key and unlock the entrance.";
+ warp "011-6",251,275;
+ goto L_End;
+
+L_End:
+ @state = 0;
+ end;
+}
diff --git a/npc/011-4/mapflags.txt b/npc/011-4/mapflags.txt
new file mode 100755
index 00000000..b9eb6c70
--- /dev/null
+++ b/npc/011-4/mapflags.txt
@@ -0,0 +1 @@
+//011-4 mapflag resave 011-1,103,34