diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 03:37:26 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 03:37:26 -0200 |
commit | 43f03e78ae72cf295811e2d1e4bcd9c2fddbdade (patch) | |
tree | 0aeb88d7ef731b2f3335364bdf016beba0c2ccc0 /npc/012-7 | |
parent | 49d9c08644da68eef6f5e60eaf8a9dcf6653533f (diff) | |
download | serverdata-43f03e78ae72cf295811e2d1e4bcd9c2fddbdade.tar.gz serverdata-43f03e78ae72cf295811e2d1e4bcd9c2fddbdade.tar.bz2 serverdata-43f03e78ae72cf295811e2d1e4bcd9c2fddbdade.tar.xz serverdata-43f03e78ae72cf295811e2d1e4bcd9c2fddbdade.zip |
Rakinorf is complete. Hehehe. Good luck!
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index 21f408833..424ba4e18 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -116,6 +116,34 @@ L_In4: L_In5: mesn; mesq l("Go away."); + next; + mesn strcharinfo(0); + mesq l("I can't. Rakinorf told me I should bring this matter to you instead."); + next; + mesn; + mesq l("That lazy mayor... He can't do anything on his own!! Sure, what do you need?"); + next; + mesn strcharinfo(0); + mesc l("You explain to Airlia about you wanting to travel to Halinarzo to find clues."); + next; + mesn; + mesq l("What, only that? Well, this is actually simpler than it looks."); + next; + mesn; + mesq l("Basically, there's no sea route to Halinarzo. You must head southeast of Tulimshar."); + next; + mesn; + mesq l("Halinarzo lies past the Canyon, but the @@ there are level @@.", getmonsterlink(Snake), strmobinfo(3, Snake)); + next; + mesn; + mesq l("So, you would die a few thousands of times before ever reaching Halinarzo."); + next; + mesn; + mesq l("But with a @@, when you are about to die, you can warp back to Soul Menhir and bypass death penalty.", getitemlink(ReturnPotion)); + next; + mesn; + mesq l("That's a super rare potion, and it expires after some time. Take care!"); + setq2 General_Narrator, 6; close; OnInit: |