summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-30 13:25:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-30 13:25:42 -0300
commit38686dc46272352e56d0f667ff6e7fa19915a2ae (patch)
tree9537636bdad980d53d657ed8eb5ddfe244ab3787 /npc/003-1
parentaeb6d2ac17761eb7c4cb26e18b1b25719876d143 (diff)
downloadserverdata-38686dc46272352e56d0f667ff6e7fa19915a2ae.tar.gz
serverdata-38686dc46272352e56d0f667ff6e7fa19915a2ae.tar.bz2
serverdata-38686dc46272352e56d0f667ff6e7fa19915a2ae.tar.xz
serverdata-38686dc46272352e56d0f667ff6e7fa19915a2ae.zip
Alvasus Quest, Originals by @Pookie , modified by Jesusalva to his liking
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/aahna.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index 895d1e4cc..fa35bfa57 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -1,16 +1,32 @@
// TMW-2 Script
// Author:
// Jesusalva
+// Pookie
// Description:
// This NPC serves no purpose currently. She is here to make Tulimshar more crowded.
+// Now a believer to announce Halinarzo and Alvasus Quest.
003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{
mesn;
mesq l("Hello, What a lovely day for a stroll.");
+ next;
+ mesn;
+ mesq l("I heard every Sunday there's a party at Halinarzo Church, but to get there you need to pass through the Desert Canyon.");
+ next;
+ mesn;
+ mesq l("I hope one day, they decide build a church here. It's a pain to travel there every time...");
close;
OnInit:
.sex = G_FEMALE;
.distance = 5;
end;
+
+OnSun0000:
+ disablenpc .name$;
+ end;
+
+OnMon0000:
+ enablenpc .name$;
+ end;
}