diff options
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; |