diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:17:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:17:51 -0300 |
commit | 5043315e96c04dd3e1c6c026aa910613fb8c79df (patch) | |
tree | 3032de650efba80b80baa1d26f8eb80b7aee10c5 /npc/017-10 | |
parent | 5c76d6ed3f2cae562c9f3c6f922de5a2da0f3077 (diff) | |
download | serverdata-5043315e96c04dd3e1c6c026aa910613fb8c79df.tar.gz serverdata-5043315e96c04dd3e1c6c026aa910613fb8c79df.tar.bz2 serverdata-5043315e96c04dd3e1c6c026aa910613fb8c79df.tar.xz serverdata-5043315e96c04dd3e1c6c026aa910613fb8c79df.zip |
Not needed on live but needed on all forks
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/airship.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |