summaryrefslogtreecommitdiff
path: root/npc/027-1/laura.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 13:43:15 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 13:43:15 -0300
commitd225ececc12c224f8aa38b38588932e050bf5afd (patch)
treeb736bc84e6ac4c1ae2a5061da97e6ceb9952bfca /npc/027-1/laura.txt
parent8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2 (diff)
downloadserverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.gz
serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.bz2
serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.tar.xz
serverdata-d225ececc12c224f8aa38b38588932e050bf5afd.zip
Add the necessary NPCs to the new maps
Diffstat (limited to 'npc/027-1/laura.txt')
-rw-r--r--npc/027-1/laura.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt
index db29e3de0..8cb7734b3 100644
--- a/npc/027-1/laura.txt
+++ b/npc/027-1/laura.txt
@@ -26,6 +26,10 @@
if (MAGIC_LVL >= 3)
goto L_Tier3;
break;
+ case 3:
+ if (MAGIC_LVL >= 4)
+ goto L_Tier4;
+ break;
}
closeclientdialog;
goodbye;
@@ -321,6 +325,16 @@ L_T3_Fail:
ST_TIER=1;
close;
+L_Tier4:
+ if (!ACADEMIC_RANK) {
+ mesn;
+ mesq l("Oh hello again. This time I need you to be enrolled here, for this, you need to either get a good rank at the Magic Olympics or by contributing to the world's knowledge. Talk to headmaster if you need help.");
+ close;
+ }
+ mesn;
+ mesq l("%s! I see you are a(n) %s here, very good!", academicrank());
+ close;
+
/// Core code
OnInit:
.@npcId = getnpcid(.name$);