summaryrefslogtreecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-12 21:18:33 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-12 21:18:33 -0600
commit88bc9f0a74b8400245d4f1ac327a958388b72a7f (patch)
tree42514b344523d1b2a3a544749edb8685a6dfe5a9 /npc/024-2_Tulimshar_Magic_School
parent3657623f95258bd104b21921590c9f741121fb51 (diff)
downloadserverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.gz
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.bz2
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.xz
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.zip
Give all invisible trigger NPCs view id 0
The client completely ignores this view, which will prevent problems if you click on them by accident with older clients. I'll change eAthena to not even send view id (job) 0.
Diffstat (limited to 'npc/024-2_Tulimshar_Magic_School')
-rw-r--r--npc/024-2_Tulimshar_Magic_School/barrier.txt2
-rw-r--r--npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-2_Tulimshar_Magic_School/barrier.txt b/npc/024-2_Tulimshar_Magic_School/barrier.txt
index ffe5a3f3..ede39644 100644
--- a/npc/024-2_Tulimshar_Magic_School/barrier.txt
+++ b/npc/024-2_Tulimshar_Magic_School/barrier.txt
@@ -1,6 +1,6 @@
// A barrier in the magic school to keep less experienced players out of the canyon
-024-2.gat,31,24,0 script #MagicSchoolBarrier1#M 127,1,1,{
+024-2.gat,31,24,0 script #MagicSchoolBarrier1#M 0,1,1,{
if (BaseLevel < 40) goto L_PushBack;
close;
diff --git a/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt b/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt
index 2ae884da..ee588365 100644
--- a/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt
+++ b/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt
@@ -1,6 +1,6 @@
// A man in the magic school
-024-2.gat,33,24,0 script #Tyer_Trigger 127,1,1,{
+024-2.gat,33,24,0 script #Tyer_Trigger 0,1,1,{
if (BaseLevel >= 40) end;
mes "[Tyer]";