summaryrefslogtreecommitdiff
path: root/npc/004-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-16 14:19:31 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-16 14:19:31 -0300
commitf88650226142ac850e7e7c016b1d07dacbee0653 (patch)
tree5102e9d875eeac0447948f661baf72cf6bbaf973 /npc/004-1
parentfeb9b355245febf0584a10535032c618e000254b (diff)
downloadserverdata-f88650226142ac850e7e7c016b1d07dacbee0653.tar.gz
serverdata-f88650226142ac850e7e7c016b1d07dacbee0653.tar.bz2
serverdata-f88650226142ac850e7e7c016b1d07dacbee0653.tar.xz
serverdata-f88650226142ac850e7e7c016b1d07dacbee0653.zip
Ok, Tinris part is complete.
Diffstat (limited to 'npc/004-1')
-rw-r--r--npc/004-1/anwar.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt
index f2ad12c83..10d2d5830 100644
--- a/npc/004-1/anwar.txt
+++ b/npc/004-1/anwar.txt
@@ -13,8 +13,8 @@
if (.@q >= 13) goto L_GiveEomie;
if (.@q >= 11) goto L_GiveTinris;
if (.@q == 10) goto L_GiftMaterial;
- if (.@q >= 5) goto L_SecondTry;
*/
+ if (.@q >= 5) goto L_SecondTry;
if (.@q >= 1) goto L_FirstTry;
mesn;
@@ -26,7 +26,7 @@
L_Sure:
mes "";
mesn;
- mesq l("Great! Eomie, the girl on Tulimshar's magic academy, is an alchemist. She makes fertilizers.");
+ mesq l("Great! Eomie, the girl on Tulimshar's magic academy, is an alchemist. She probably makes fertilizers.");
next;
mesn;
mesq l("This farm is dying due constant monster attacks, and without them, Tulimshar might face a famine.");
@@ -41,6 +41,10 @@ L_FirstTry:
mesq l("Good luck getting the fertilizer from Eomie! Many elves simply refuse to cooperate until it affects them directly.");
close;
+L_SecondTry:
+
+ close;
+
L_Weak:
hello;
end;