summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-07 23:02:08 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-07 23:02:08 -0300
commit254fc1201a4738f9ef22e6e87b9fff3fe818b3ff (patch)
tree67b1559820eb26a474684828dd4574c9fb542a8e
parentb6eff7c9102507727c3435062c81d247fcda0630 (diff)
downloadserverdata-254fc1201a4738f9ef22e6e87b9fff3fe818b3ff.tar.gz
serverdata-254fc1201a4738f9ef22e6e87b9fff3fe818b3ff.tar.bz2
serverdata-254fc1201a4738f9ef22e6e87b9fff3fe818b3ff.tar.xz
serverdata-254fc1201a4738f9ef22e6e87b9fff3fe818b3ff.zip
Make Aahna more interesting, but entirely useless
-rw-r--r--npc/003-1/aahna.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index dd5119b8d..ea642f3ec 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -9,7 +9,15 @@
003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{
mesn;
- mesq l("Hello, What a lovely day for a stroll.");
+ // Comment on the current weather
+ .@mk = getmapmask("003-1");
+ if (.@mk & MASK_RAIN)
+ mesq l("Ugh, can you believe it is raining?! What thrash weather for a desert town!");
+ else if (.@mk & MASK_SANDSTORM)
+ mesq l("This sandstorm is horrible on my skin... I hope someday, someone invents a lotion for that.");
+ else
+ mesq l("Hello, What a lovely day for a stroll.");
+ // Inform about the Sunday-only quest.
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.");