summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-12 18:47:09 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-17 16:26:32 -0300
commit17a02df998aeb2dfe5046f5aaf24f9d027883c90 (patch)
treef40be7ea5b010a3876acce92c55bfd5e16fe2394
parentcbe1713d810e8e9ea9080b0b8b66536a8db8e7bc (diff)
downloadserverdata-17a02df998aeb2dfe5046f5aaf24f9d027883c90.tar.gz
serverdata-17a02df998aeb2dfe5046f5aaf24f9d027883c90.tar.bz2
serverdata-17a02df998aeb2dfe5046f5aaf24f9d027883c90.tar.xz
serverdata-17a02df998aeb2dfe5046f5aaf24f9d027883c90.zip
This is the minimum necessary for the sword quests.
m---------tools0
-rw-r--r--world/map/data/resnametable.txt2
-rw-r--r--world/map/npc/043-1/_import.txt1
-rw-r--r--world/map/npc/043-1/pyramid.txt12
-rw-r--r--world/map/npc/045-1/_import.txt1
-rw-r--r--world/map/npc/045-1/pyramid.txt12
-rw-r--r--world/map/npc/058-1/_import.txt1
-rw-r--r--world/map/npc/058-1/_warps.txt2
-rw-r--r--world/map/npc/058-1/griffen.txt8
-rw-r--r--world/map/npc/058-2/_import.txt1
-rw-r--r--world/map/npc/058-2/_warps.txt2
-rw-r--r--world/map/npc/058-2/griffen.txt8
12 files changed, 48 insertions, 2 deletions
diff --git a/tools b/tools
-Subproject 58a23ddadfc9afc4573601d9b950a38c1607e1e
+Subproject 243f612b787142780a8ac072ba775edbe2fec35
diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt
index 80749643..cfebd318 100644
--- a/world/map/data/resnametable.txt
+++ b/world/map/data/resnametable.txt
@@ -115,6 +115,8 @@
055-3#055-3.wlk#
056-2#056-2.wlk#
057-1#057-1.wlk#
+058-1#058-1.wlk#
+058-2#058-2.wlk#
069-2#069-2.wlk#
070-1#070-1.wlk#
070-3#070-3.wlk#
diff --git a/world/map/npc/043-1/_import.txt b/world/map/npc/043-1/_import.txt
index 79f05acf..1d46f4ee 100644
--- a/world/map/npc/043-1/_import.txt
+++ b/world/map/npc/043-1/_import.txt
@@ -5,3 +5,4 @@ npc: npc/043-1/_mobs.txt
npc: npc/043-1/_nodes.txt
npc: npc/043-1/_warps.txt
npc: npc/043-1/mapflags.txt
+npc: npc/043-1/pyramid.txt
diff --git a/world/map/npc/043-1/pyramid.txt b/world/map/npc/043-1/pyramid.txt
new file mode 100644
index 00000000..a3f35ccc
--- /dev/null
+++ b/world/map/npc/043-1/pyramid.txt
@@ -0,0 +1,12 @@
+// Author: Jesusalva
+
+043-1,68,113,0|script|Pyramid#T|32767,0,0
+{
+ if (countitem(SandCutter) < 1) goto L_Warrior;
+ warp "058-1", 65, 198;
+ end;
+
+L_Warrior:
+ message strcharinfo(0), "To enter this pyramid, you must obtain the weapon of a true warrior.";
+ end;
+}
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;
+}
diff --git a/world/map/npc/058-1/_import.txt b/world/map/npc/058-1/_import.txt
index 5c67f5c1..f20d8766 100644
--- a/world/map/npc/058-1/_import.txt
+++ b/world/map/npc/058-1/_import.txt
@@ -4,3 +4,4 @@ map: 058-1
npc: npc/058-1/_mobs.txt
npc: npc/058-1/_nodes.txt
npc: npc/058-1/_warps.txt
+npc: npc/058-1/griffen.txt
diff --git a/world/map/npc/058-1/_warps.txt b/world/map/npc/058-1/_warps.txt
index 58196d47..bfbf011c 100644
--- a/world/map/npc/058-1/_warps.txt
+++ b/world/map/npc/058-1/_warps.txt
@@ -1,4 +1,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Pyramid B1F warps
-058-1,65,199|warp|-1,-1,001-1,99,99
+058-1,65,199|warp|-1,-1,043-1,68,114
diff --git a/world/map/npc/058-1/griffen.txt b/world/map/npc/058-1/griffen.txt
new file mode 100644
index 00000000..f98a5ecb
--- /dev/null
+++ b/world/map/npc/058-1/griffen.txt
@@ -0,0 +1,8 @@
+// Author: Jesusalva
+
+058-1,67,20,0|script|Griffen#T|194
+{
+ mes "[Griffen]";
+ mes "\"Grark!\"";
+ close;
+}
diff --git a/world/map/npc/058-2/_import.txt b/world/map/npc/058-2/_import.txt
index 559a6acf..4eda6315 100644
--- a/world/map/npc/058-2/_import.txt
+++ b/world/map/npc/058-2/_import.txt
@@ -4,3 +4,4 @@ map: 058-2
npc: npc/058-2/_mobs.txt
npc: npc/058-2/_nodes.txt
npc: npc/058-2/_warps.txt
+npc: npc/058-2/griffen.txt
diff --git a/world/map/npc/058-2/_warps.txt b/world/map/npc/058-2/_warps.txt
index 958f67b4..a115e5a8 100644
--- a/world/map/npc/058-2/_warps.txt
+++ b/world/map/npc/058-2/_warps.txt
@@ -1,4 +1,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Pyramid B1F warps
-058-2,65,199|warp|-1,-1,001-1,99,99
+058-2,65,199|warp|-1,-1,045-1,99,34
diff --git a/world/map/npc/058-2/griffen.txt b/world/map/npc/058-2/griffen.txt
new file mode 100644
index 00000000..2301784d
--- /dev/null
+++ b/world/map/npc/058-2/griffen.txt
@@ -0,0 +1,8 @@
+// Author: Jesusalva
+
+058-2,67,20,0|script|Griffen#K|194
+{
+ mes "[Griffen]";
+ mes "\"Grark!\"";
+ close;
+}