diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:29:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-05 00:29:24 -0300 |
commit | 724689654645963229a431708f292664cbe8a998 (patch) | |
tree | 3f18a324b5b7eb9cbbbf68f7b2a716323e3f7e10 /npc/012-2/rakinorf.txt | |
parent | 440c958e87d78795af82d565dc6d936cb7ed0c1c (diff) | |
download | serverdata-724689654645963229a431708f292664cbe8a998.tar.gz serverdata-724689654645963229a431708f292664cbe8a998.tar.bz2 serverdata-724689654645963229a431708f292664cbe8a998.tar.xz serverdata-724689654645963229a431708f292664cbe8a998.zip |
Anise Inc. (024-15)
Diffstat (limited to 'npc/012-2/rakinorf.txt')
-rw-r--r-- | npc/012-2/rakinorf.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 5a8dd3283..1bd547a07 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -93,6 +93,7 @@ L_MainStory: rif(.@n2 == 4, l("Where can I find the previous mayor?")), rif(.@n2 == 6, l("Airlia told me you should lend me a Return Potion.")), rif(.@n2 == 7, l("I think I'm ready.")), + rif(.@n == 6 && countitem(BrokenWarpCrystal), l("The warp crystal broke.")), //rif(.@n == 6 && (!countitem(ReturnPotion)||@returnpotion_expiredate<gettimetick(2)), l("I need more return potions.")), l("Ok, thanks."); @@ -258,8 +259,15 @@ L_MainStory: mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining."); break; - /* case 9: + mesn; + mesq l("I don't have a spare. They're *hic* done by ANISE INC., their headquarters are in Frostia."); + next; + mesn; + mesq l("Frostia is a *hic* town way way north of here. They *hic* hate humans, so... Good luck?"); + break; + /* + case 10: if (countitem(ReturnPotion)) delitem ReturnPotion, countitem(ReturnPotion); inventoryplace ReturnPotion, 5; |