From 88bc9f0a74b8400245d4f1ac327a958388b72a7f Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 12 May 2009 21:18:33 -0600 Subject: 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. --- npc/024-2_Tulimshar_Magic_School/barrier.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/024-2_Tulimshar_Magic_School/barrier.txt') 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; -- cgit v1.2.3-60-g2f50