diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 13:04:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 13:04:21 -0300 |
commit | 10a68cb129598466af9ca2d8e7a7e6202c2dab17 (patch) | |
tree | 0a543416fa7320fad711a03b8d8d107e3282fee9 /npc/004-2/pachua.txt | |
parent | 7ce9e264c5892a40532d87e81fee7500d048bcae (diff) | |
download | serverdata-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/pachua.txt')
-rw-r--r-- | npc/004-2/pachua.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |