summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 21:00:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 21:00:16 -0300
commit4f87977035126d5a4181fe11d651f2adc0a3399c (patch)
tree9309a0657bb10303ed68d4a214596b83e4ae0d09
parentbb80326d58849bc55e4f6cf87631587bfc122f41 (diff)
downloadserverdata-4f87977035126d5a4181fe11d651f2adc0a3399c.tar.gz
serverdata-4f87977035126d5a4181fe11d651f2adc0a3399c.tar.bz2
serverdata-4f87977035126d5a4181fe11d651f2adc0a3399c.tar.xz
serverdata-4f87977035126d5a4181fe11d651f2adc0a3399c.zip
You now get a [Scholarship Badge] for free with Recepcionist.
Along a nice tutorial!
-rw-r--r--npc/003-0/recepcionist.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt
index db2ae6d98..7bd39ef0f 100644
--- a/npc/003-0/recepcionist.txt
+++ b/npc/003-0/recepcionist.txt
@@ -15,6 +15,8 @@
next;
mesn;
mesq l("I hope our new campus get built soon. It'll be much better than here.");
+ if (!MGQUEST)
+ goto L_Prologue;
if (!MAGIC_LVL)
close;
next;
@@ -36,6 +38,33 @@
goodbye;
close;
+//////////////
+/* Prologue */
+//////////////
+L_Prologue:
+ next;
+ mesn l("Magic Academy Tutorial");
+ mesc l("The Magic Academy System is responsible for learning most skills ingame. For that, you need two things: Magic Skill Points and a reagent.");
+ next;
+ mesn l("Magic Academy Tutorial");
+ mesc l("The reagent is always the same for the same class. If you do not have enough reagents but have an @@, it'll be used to continue.", getitemlink(ScholarshipBadge));
+ next;
+ mesn l("Magic Academy Tutorial");
+ mesc l("Magic Skill Points can be obtained in three ways: By touching a Mana Stone, by signing up in a Special Class (if you have enough magic power) and by having high amounts of Job Level.");
+ next;
+ mesn l("Magic Academy Tutorial");
+ mesc l("Upgrading a skill level can be done the same away and will always cost a single Magic Skill Point. Job Level points are obtained only after Lv @@, and is a single point each @@ levels.", 15+12, 12);
+ next;
+ inventoryplace ScholarshipBadge, 1;
+ mesn;
+ mesq l("That being said, I'll give you an @@, which allows you to learn a skill even if you can't pay for it.", getitemlink(ScholarshipBadge));
+ next;
+ mesn;
+ mesq l("Please note unless you have Magic Powers, obtained from the Mana Seed, all you will be able to learn are small tricks, so please make a wise choice.");
+ MGQUEST=true;
+ getitem ScholarshipBadge, 1;
+ close;
+
////////////////
/* First Tier */
////////////////