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/001-1_Tulimshar/rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/rules.txt b/npc/001-1_Tulimshar/rules.txt index 1a0f3b82..bc82a994 100644 --- a/npc/001-1_Tulimshar/rules.txt +++ b/npc/001-1_Tulimshar/rules.txt @@ -1,6 +1,6 @@ // -001-1.gat,29,28,0 script #Rules 127,1,1,{ +001-1.gat,29,28,0 script #Rules 0,1,1,{ if (TUT_var & 1 == 1) close; callfunc "GameRules"; mes "Ian, the trainer, can help you get to know the game."; -- cgit v1.2.3-60-g2f50