summaryrefslogtreecommitdiff
path: root/world/map/npc/045-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/045-1')
-rw-r--r--world/map/npc/045-1/_import.txt1
-rw-r--r--world/map/npc/045-1/pyramid.txt12
2 files changed, 13 insertions, 0 deletions
diff --git a/world/map/npc/045-1/_import.txt b/world/map/npc/045-1/_import.txt
index 591b3e37..cfeef2df 100644
--- a/world/map/npc/045-1/_import.txt
+++ b/world/map/npc/045-1/_import.txt
@@ -5,3 +5,4 @@ npc: npc/045-1/_mobs.txt
npc: npc/045-1/_nodes.txt
npc: npc/045-1/_warps.txt
npc: npc/045-1/mapflags.txt
+npc: npc/045-1/pyramid.txt
diff --git a/world/map/npc/045-1/pyramid.txt b/world/map/npc/045-1/pyramid.txt
new file mode 100644
index 00000000..7944954e
--- /dev/null
+++ b/world/map/npc/045-1/pyramid.txt
@@ -0,0 +1,12 @@
+// Author: Jesusalva
+
+045-1,99,33,0|script|Pyramid#N|32767,0,0
+{
+ if (countitem(SandCutter) < 1) goto L_Warrior;
+ warp "058-2", 65, 198;
+ end;
+
+L_Warrior:
+ message strcharinfo(0), "To enter this pyramid, you must obtain the weapon of a true warrior.";
+ end;
+}