summaryrefslogtreecommitdiff
path: root/npc/004-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 11:58:43 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 11:58:43 -0300
commit7ce9e264c5892a40532d87e81fee7500d048bcae (patch)
tree3d5c8b571abda27f0f33476a39dbdbd5cc0ad0c7 /npc/004-3
parent993aa198c0ca37951d7149a636afdf5cf1defae8 (diff)
downloadserverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.gz
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.bz2
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.xz
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.zip
Placeholder for the desert folk. Needs some story fixing
Diffstat (limited to 'npc/004-3')
-rw-r--r--npc/004-3/_import.txt2
-rw-r--r--npc/004-3/darug.txt16
-rw-r--r--npc/004-3/melune.txt16
3 files changed, 34 insertions, 0 deletions
diff --git a/npc/004-3/_import.txt b/npc/004-3/_import.txt
index 38f6124d5..7cabd31e9 100644
--- a/npc/004-3/_import.txt
+++ b/npc/004-3/_import.txt
@@ -2,3 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/004-3/_mobs.txt",
"npc/004-3/_warps.txt",
+"npc/004-3/darug.txt",
+"npc/004-3/melune.txt",
diff --git a/npc/004-3/darug.txt b/npc/004-3/darug.txt
new file mode 100644
index 000000000..7f58b2388
--- /dev/null
+++ b/npc/004-3/darug.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// -
+
+004-3,81,22,0 script Darug NPC_INDIGENOUS_CHIEF,{
+ mesn;
+ mesq l("Greetings, traveler. I am Darug, chief of this clan.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+
diff --git a/npc/004-3/melune.txt b/npc/004-3/melune.txt
new file mode 100644
index 000000000..41b3011b7
--- /dev/null
+++ b/npc/004-3/melune.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// -
+
+004-3,85,22,0 script Melune NPC_INDIGENOUS_WIFE,{
+ mesn;
+ mesq l("Greetings, traveler.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+