diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-05 19:39:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-05 19:39:49 -0300 |
commit | 9314ac33c4b62874e20d124a18b5d62ab47956cb (patch) | |
tree | 4ce5503cf11145b0f8ec1963dcb3f4df9de68a68 /npc/003-0 | |
parent | 16a21c5a86e8a338c20205368f17a74669eec188 (diff) | |
download | serverdata-9314ac33c4b62874e20d124a18b5d62ab47956cb.tar.gz serverdata-9314ac33c4b62874e20d124a18b5d62ab47956cb.tar.bz2 serverdata-9314ac33c4b62874e20d124a18b5d62ab47956cb.tar.xz serverdata-9314ac33c4b62874e20d124a18b5d62ab47956cb.zip |
Reword recepcionist, @music update
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 7bd39ef0f..e2133a2ae 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -5,13 +5,13 @@ // Magic School recepcionist (TODO: Give S. Badge) 003-0,47,44,4 script Recepcionist#003-0 NPC_FEMALE,{ - if (getskilllv(TMW2_SKILLPERMIT) == 2 && MAGIC_LVL >= 3 && ST_TIER >= 1) goto L_T3_S0; + if (MGQUEST && getskilllv(TMW2_SKILLPERMIT) == 2 && MAGIC_LVL >= 3 && ST_TIER >= 1) goto L_T3_S0; mesn; mesq l("Hello, and welcome to the Magic School of Tulimshar."); next; mesn; - mesq l("Unfortunately, we're shutting down. This building is too old."); + mesq l("Thankfully, we'll be moving soon. This building is old and the roof is falling."); next; mesn; mesq l("I hope our new campus get built soon. It'll be much better than here."); |