diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 14:19:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 14:19:31 -0300 |
commit | f88650226142ac850e7e7c016b1d07dacbee0653 (patch) | |
tree | 5102e9d875eeac0447948f661baf72cf6bbaf973 /npc/004-1/anwar.txt | |
parent | feb9b355245febf0584a10535032c618e000254b (diff) | |
download | serverdata-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/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 8 |
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; |