From 2592f3b4329519124d456d8cb95758225e2da4ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Mar 2013 01:17:20 +0300 Subject: Change invisible npc id from 127 to 400. 127 - invisible unselectable npc (fake npc used by server) 400 - invisible selectable npc --- world/map/npc/xmas/2011/bodyguards.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/xmas/2011/bodyguards.txt') diff --git a/world/map/npc/xmas/2011/bodyguards.txt b/world/map/npc/xmas/2011/bodyguards.txt index 6f2a84c7..acabe022 100644 --- a/world/map/npc/xmas/2011/bodyguards.txt +++ b/world/map/npc/xmas/2011/bodyguards.txt @@ -102,7 +102,7 @@ L_NoEvent: } // door to Santa's room -030-2.gat,78,87,0|script|#door|127,1,1{ +030-2.gat,78,87,0|script|#door|400,1,1{ if ((gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_reward_start_day) || (gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day)) @@ -115,7 +115,7 @@ L_RewardTime: } // entrance of the building -030-1.gat,99,53,0|script|#Door|127,1,1,{ +030-1.gat,99,53,0|script|#Door|400,1,1,{ if (!(gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_start_day) && !(gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day)) -- cgit v1.2.3-60-g2f50