summaryrefslogtreecommitdiff
path: root/npc/004-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 13:04:21 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 13:04:21 -0300
commit10a68cb129598466af9ca2d8e7a7e6202c2dab17 (patch)
tree0a543416fa7320fad711a03b8d8d107e3282fee9 /npc/004-3
parent7ce9e264c5892a40532d87e81fee7500d048bcae (diff)
downloadserverdata-10a68cb129598466af9ca2d8e7a7e6202c2dab17.tar.gz
serverdata-10a68cb129598466af9ca2d8e7a7e6202c2dab17.tar.bz2
serverdata-10a68cb129598466af9ca2d8e7a7e6202c2dab17.tar.xz
serverdata-10a68cb129598466af9ca2d8e7a7e6202c2dab17.zip
Fill in the Desert Placeholders with better placeholders.
There's no quests, but you can visit the wizard's tower aka. Saulc's Palace.
Diffstat (limited to 'npc/004-3')
-rw-r--r--npc/004-3/darug.txt12
-rw-r--r--npc/004-3/melune.txt8
2 files changed, 17 insertions, 3 deletions
diff --git a/npc/004-3/darug.txt b/npc/004-3/darug.txt
index 7f58b2388..badfd872c 100644
--- a/npc/004-3/darug.txt
+++ b/npc/004-3/darug.txt
@@ -2,15 +2,25 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Part of Ancient Temple Quest
004-3,81,22,0 script Darug NPC_INDIGENOUS_CHIEF,{
mesn;
mesq l("Greetings, traveler. I am Darug, chief of this clan.");
+ next;
+ mesn;
+ mesq l("Since the war outbreak, we have to keep moving constantly. Without strong walls to protect ourselves, though, our clan is on the verge of extinction.");
+ next;
+ mesn;
+ mesq l("We know a lot, but all this knowledge will part with us. We should not the only nomads, though. There should be nomads in Argaes, Kaizei, besides the citadels of Oceania and Volcania. Unfortunately, all of them are incommunicable. But so are us.");
+ next;
+ mesn;
+ mesq l("So, please, make the most of your stay and our leather works before this knowledge disappear from the world!");
close;
OnInit:
.distance = 4;
+ .sex = G_MALE;
end;
}
diff --git a/npc/004-3/melune.txt b/npc/004-3/melune.txt
index 41b3011b7..0f498fcc8 100644
--- a/npc/004-3/melune.txt
+++ b/npc/004-3/melune.txt
@@ -2,15 +2,19 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Leatherwork: Cowboy Hats and Jeans Chaps. Mother of Nowhere Family.
004-3,85,22,0 script Melune NPC_INDIGENOUS_WIFE,{
mesn;
- mesq l("Greetings, traveler.");
+ mesq l("Greetings, traveler. My name is Melune, and I'm Darug's wife.");
+ next;
+ mesn;
+ mesq l("My children and grandchildren have all moved to the Land of Fire, so the amount of leatherwork I can offer you is limited.");
close;
OnInit:
.distance = 4;
+ .sex = G_FEMALE;
end;
}