diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 00:52:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 00:52:51 -0300 |
commit | 31e445ce35851843d5fbea379a837b353143f5da (patch) | |
tree | e9531a6c14f46763769713c9faea8db28f738648 /npc/003-0 | |
parent | 2e98d5124092c2688943020e0f3c24779a6af827 (diff) | |
download | serverdata-31e445ce35851843d5fbea379a837b353143f5da.tar.gz serverdata-31e445ce35851843d5fbea379a837b353143f5da.tar.bz2 serverdata-31e445ce35851843d5fbea379a837b353143f5da.tar.xz serverdata-31e445ce35851843d5fbea379a837b353143f5da.zip |
Magic Academy is once again connected.
And forget my promise of splitting the NPCs, this will have to wait D:
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 5f6ee6870..630eccaa3 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -150,3 +150,13 @@ OnInit: end; } + +003-0,48,24,0 script #MagicAcademy NPC_HIDDEN,1,0,{ + end; + +OnTouch: + if (MAGIC_LVL) + warp "027-1", any(89,90), 155; + end; +} + |