From 5043315e96c04dd3e1c6c026aa910613fb8c79df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 21:17:51 -0300 Subject: Not needed on live but needed on all forks --- npc/017-10/airship.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/017-10/airship.txt b/npc/017-10/airship.txt index eb5fb47e5..cebfa62ee 100644 --- a/npc/017-10/airship.txt +++ b/npc/017-10/airship.txt @@ -13,6 +13,12 @@ OnTouch: mesc l(".:: Fortress Island ::."), 1; mes ""; + if ($GAME_STORYLINE < 3) { + mesc l("Travel to this area is impossible, due to the hordes of Monster Armies."), 1; + mes ""; + mesc l("If only we defeated their generals and put the army in disarray... It would be possible to visit there."); + close; + } if (BaseLevel < 70) { mesc l("This area is only for level 70 upwards."), 1; close; -- cgit v1.2.3-60-g2f50