From 9440fc85a916712f89a25299019e5b0a1cf32bb5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Jul 2020 10:30:35 -0300 Subject: Improved placeholder for Enrique --- npc/027-0/_import.txt | 1 + npc/027-0/enrique.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ npc/027-1/_warps.txt | 1 + 3 files changed, 55 insertions(+) diff --git a/npc/027-0/_import.txt b/npc/027-0/_import.txt index 06a62a4f6..000690756 100644 --- a/npc/027-0/_import.txt +++ b/npc/027-0/_import.txt @@ -1,3 +1,4 @@ // Map 027-0: Administration Building // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/027-0/_warps.txt", "npc/027-0/enrique.txt", diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt index 282f3781d..f39ae5409 100644 --- a/npc/027-0/enrique.txt +++ b/npc/027-0/enrique.txt @@ -7,6 +7,59 @@ 027-0,46,25,0 script Enrique NPC_BLACKALCHEMIST,{ mesn; mesq l("Hello. I am Enrique, headmaster of The Academy."); + if (!MAGIC_LVL) + close; + do + { + next; + select + l("Thanks!"), + l("What is the Academy?"), + l("What are Magic Skill Points?"), + l("What are Research Points"); + mes ""; + switch (@menu) { + case 1: + goodbye(); + break; + case 2: + mesn; + mesq l("The Academy Island is situated east of Land of Fire Village."); + next; + mesn; + mesq l("It was built by The Alliance, and can be accessed by a ship in Tulimshar."); + next; + mesn; + mesq l("As you may be aware, the Magic Council is in Tulim, after all."); + next; + mesn; + mesq l("Here you can find professors, academics and researchers. Feel free to enroll in any class as well."); + break; + case 3: + mesn; + mesq l("Simply put, they are raw power."); + next; + mesn; + mesq l("There is only so much magical power your body can handle without breaking."); + next; + mesn; + mesq l("By \"breaking\", I do not mean death. It is something worse."); + next; + mesn; + mesq l("How to expand this limit? Well, you'll need to touch a Mana Stone. If you can handle more raw power, your limit will extend."); + next; + mesn; + mesq l("It also increases naturally as you grow, albeit less."); + next; + mesn; + mesq l("Keep in mind, we at the Academy do not have a Mana Stone."); + break; + case 4: + mesn; + mesq l("It is something not yet fully implemented."); + break; + } + } while (@menu != 1); close; OnInit: diff --git a/npc/027-1/_warps.txt b/npc/027-1/_warps.txt index 52016a986..22e4143e4 100644 --- a/npc/027-1/_warps.txt +++ b/npc/027-1/_warps.txt @@ -1,6 +1,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 027-1: The Academy Island warps 027-1,90,156,0 warp #027-1_90_156 5,0,003-1,59,59 +027-1,90,39,0 warp #027-1_90_39 1,0,027-0,65,35 027-1,73,53,0 warp #027-1_73_53 0,0,027-2,28,28 027-1,77,65,0 warp #027-1_77_65 0,0,027-2,32,42 027-1,107,59,0 warp #027-1_107_59 0,0,027-4,29,34 -- cgit v1.2.3-60-g2f50