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/018-3/bookcase.txt | 2 +- world/map/npc/018-3/sword.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/018-3') diff --git a/world/map/npc/018-3/bookcase.txt b/world/map/npc/018-3/bookcase.txt index 38af0d0e..72716754 100644 --- a/world/map/npc/018-3/bookcase.txt +++ b/world/map/npc/018-3/bookcase.txt @@ -1,6 +1,6 @@ // -018-3.gat,75,123,0|script|#DemonMineBookcase1|127,{ +018-3.gat,75,123,0|script|#DemonMineBookcase1|400,{ callfunc "ClearVariables"; set @state, ((QUEST_Hurnscald & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT); diff --git a/world/map/npc/018-3/sword.txt b/world/map/npc/018-3/sword.txt index 48150330..703890f3 100644 --- a/world/map/npc/018-3/sword.txt +++ b/world/map/npc/018-3/sword.txt @@ -1,4 +1,4 @@ -018-3.gat,71,127,0|script|#DemonSword#_M|127,{ +018-3.gat,71,127,0|script|#DemonSword#_M|400,{ if (getskilllv(SKILL_MAGIC)) goto L_message; close; -- cgit v1.2.3-60-g2f50