diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-22 21:00:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-22 21:00:16 -0300 |
commit | 4f87977035126d5a4181fe11d651f2adc0a3399c (patch) | |
tree | 9309a0657bb10303ed68d4a214596b83e4ae0d09 /npc/003-0/recepcionist.txt | |
parent | bb80326d58849bc55e4f6cf87631587bfc122f41 (diff) | |
download | serverdata-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!
Diffstat (limited to 'npc/003-0/recepcionist.txt')
-rw-r--r-- | npc/003-0/recepcionist.txt | 29 |
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 */ //////////////// |