diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:13:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:13:59 -0300 |
commit | 906ba6620ea4a764da6492c97e7e1140d9274362 (patch) | |
tree | 6071f50aefc668c4c2b9495a34801b47a758e868 /npc/012-7 | |
parent | 8d75327ac0f9ca8d480703ca06640b4a604385ee (diff) | |
download | serverdata-906ba6620ea4a764da6492c97e7e1140d9274362.tar.gz serverdata-906ba6620ea4a764da6492c97e7e1140d9274362.tar.bz2 serverdata-906ba6620ea4a764da6492c97e7e1140d9274362.tar.xz serverdata-906ba6620ea4a764da6492c97e7e1140d9274362.zip |
Import an extra quest node for Scythe from TMW-BR team. Bug Fixes.
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index 8bb42507b..5df3201c1 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -10,17 +10,19 @@ if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); if (strcharinfo(0) == $MOST_HEROIC$) next; if (.@q1 == 4) goto L_Letter; + mesn; mesq l("Oh, a visitor. Welcome to the city hall. Please, enjoy your stay."); close; L_Letter: + mesn; mesq l("You're the savior of Hurnscald crops. Half from the world would die from famine, weren't for you."); next; mesn; mesq l("We're currently the biggest exporter of food. We may be a small town, but Tulimshar and Halinarzo can barely hold themselves."); next; mesn; - mesq l("Here, take this Scythe. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you."); + mesq l("Here, take this @@. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you.", getitemlink(Scythe)); setq HurnscaldQuest_Farmers, 5; getitem Scythe, 1; getexp 0, 100; |