summaryrefslogtreecommitdiff
path: root/npc/004-2
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-2
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-2')
-rw-r--r--npc/004-2/mirio.txt5
-rw-r--r--npc/004-2/pachua.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/004-2/mirio.txt b/npc/004-2/mirio.txt
index cd0cf100c..e9f9411b1 100644
--- a/npc/004-2/mirio.txt
+++ b/npc/004-2/mirio.txt
@@ -2,15 +2,16 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Part of Speed Run Quest
004-2,146,115,0 script Mirio NPC_INDIGENOUS_YOUNG,{
mesn;
- mesq l("Howdy!");
+ mesq l("Howdy! Pachua and I scout this canyon to protect our clan. I acknowledge only those whom are fast like the wind! I would love to challenge you for a race... But not today.");
close;
OnInit:
.distance = 4;
+ .sex = G_MALE;
end;
}
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt
index 9bb5f6573..fba10b11c 100644
--- a/npc/004-2/pachua.txt
+++ b/npc/004-2/pachua.txt
@@ -2,15 +2,16 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Part of Speed Run Quest,
004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{
mesn;
- mesq l("Howdy!");
+ mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!");
close;
OnInit:
.distance = 4;
+ .sex = G_MALE;
end;
}