summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-07 22:41:49 -0700
committerJared Adams <jaxad0127@gmail.com>2009-03-07 22:41:49 -0700
commit29ba73d418f5b8a800fd1f7aae3457fe67cd1f22 (patch)
tree3d7cd89a7383ad84064f2e69531120de0b0b5187 /npc
parenta9322f124050f01101bb5c43886a666016fd73a2 (diff)
downloadserverdata-29ba73d418f5b8a800fd1f7aae3457fe67cd1f22.tar.gz
serverdata-29ba73d418f5b8a800fd1f7aae3457fe67cd1f22.tar.bz2
serverdata-29ba73d418f5b8a800fd1f7aae3457fe67cd1f22.tar.xz
serverdata-29ba73d418f5b8a800fd1f7aae3457fe67cd1f22.zip
Adjust the barrier int he magic school
THe explaination is now handled better
Diffstat (limited to 'npc')
-rw-r--r--npc/024-2_Tulimshar_Magic_School/barrier.txt3
-rw-r--r--npc/024-2_Tulimshar_Magic_School/tyer.txt9
2 files changed, 7 insertions, 5 deletions
diff --git a/npc/024-2_Tulimshar_Magic_School/barrier.txt b/npc/024-2_Tulimshar_Magic_School/barrier.txt
index eda8e173..6450d5ad 100644
--- a/npc/024-2_Tulimshar_Magic_School/barrier.txt
+++ b/npc/024-2_Tulimshar_Magic_School/barrier.txt
@@ -5,8 +5,7 @@
close;
L_PushBack:
+ doevent "Tyer::OnBarrier";
warp "024-2.gat", 34, 24;
- mes "[Tyer]";
- mes "\"You're still too young to go in there.\"";
close;
}
diff --git a/npc/024-2_Tulimshar_Magic_School/tyer.txt b/npc/024-2_Tulimshar_Magic_School/tyer.txt
index 6594cc76..f46190f2 100644
--- a/npc/024-2_Tulimshar_Magic_School/tyer.txt
+++ b/npc/024-2_Tulimshar_Magic_School/tyer.txt
@@ -3,13 +3,16 @@
024-2.gat,36,21,0 script Tyer 157,{
mes "[Tyer]";
mes "\"Hello.\"";
+ close;
- if (BaseLevel >= 40) close;
+OnBarrier:
+ mes "[Tyer]";
+ mes "\"You're still too young to go in there.\"";
next;
menu
- "Hello", -,
- "What do you mean I'm too young to go in there?", L_Explain;
+ "What do you mean I'm too young to go in there?", L_Explain,
+ "Ah, right.", -;
close;
L_Explain: