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/013-3_Cave/barrier.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/013-3_Cave') diff --git a/npc/013-3_Cave/barrier.txt b/npc/013-3_Cave/barrier.txt index 16f78946..4831e66d 100644 --- a/npc/013-3_Cave/barrier.txt +++ b/npc/013-3_Cave/barrier.txt @@ -1,6 +1,6 @@ // -013-3.gat,71,21,0 script #DemonMineBarrier1 127,1,1,{ +013-3.gat,71,21,0 script #DemonMineBarrier1 0,1,1,{ if (QUEST_demon_mines >= 2) close; if (QUEST_demon_mines == 1 && countitem(1198) >= 1) goto L_Has_Jack_O_Soul; -- cgit v1.2.3-60-g2f50