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/051-3/ambush.txt | 6 +++--- world/map/npc/051-3/janitor.txt | 2 +- world/map/npc/051-3/locks.txt | 8 ++++---- world/map/npc/051-3/reinforcements.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'world/map/npc/051-3') diff --git a/world/map/npc/051-3/ambush.txt b/world/map/npc/051-3/ambush.txt index 74e1ced7..aa6d8c4b 100644 --- a/world/map/npc/051-3/ambush.txt +++ b/world/map/npc/051-3/ambush.txt @@ -49,7 +49,7 @@ L_ShouldNotBeHere: end; } -051-3.gat,1,1,0|script|#BndtTl|127,{ +051-3.gat,1,1,0|script|#BndtTl|400,{ end; OnCommandAmbush: @@ -137,7 +137,7 @@ L_CaptureHelper3: } -051-3.gat,29,94,0|script|Sneaky Bandit|127,{ +051-3.gat,29,94,0|script|Sneaky Bandit|400,{ end; OnCommandTalk: @@ -156,7 +156,7 @@ OnTimer3600: } -051-3.gat,33,95,0|script|Another Sneaky Bandit|127,{ +051-3.gat,33,95,0|script|Another Sneaky Bandit|400,{ end; OnCommandTalk: diff --git a/world/map/npc/051-3/janitor.txt b/world/map/npc/051-3/janitor.txt index 5dfb1c30..93b9c2c7 100644 --- a/world/map/npc/051-3/janitor.txt +++ b/world/map/npc/051-3/janitor.txt @@ -1,5 +1,5 @@ // Bandit cave janitor -051-3.gat,1,1,0|script|#IlliaJanitor2|127,{ +051-3.gat,1,1,0|script|#IlliaJanitor2|400,{ end; OnCommandClean: diff --git a/world/map/npc/051-3/locks.txt b/world/map/npc/051-3/locks.txt index 242532ae..1d89bbf8 100644 --- a/world/map/npc/051-3/locks.txt +++ b/world/map/npc/051-3/locks.txt @@ -1,4 +1,4 @@ -051-3.gat,69,107,0|script|Jail Lock 1|127,{ +051-3.gat,69,107,0|script|Jail Lock 1|400,{ if (isin("051-3.gat", 69, 108, 73, 111)) goto L_Do_Lock_Picking; end; @@ -17,7 +17,7 @@ L_OpenDoor: close; } -051-3.gat,64,100,0|script|Jail Lock 2|127,{ +051-3.gat,64,100,0|script|Jail Lock 2|400,{ if (isin("051-3.gat", 64, 101, 66, 104)) goto L_Do_Lock_Picking; end; @@ -34,7 +34,7 @@ L_OpenDoor: close; } -051-3.gat,62,100,0|script|Jail Lock 3|127,{ +051-3.gat,62,100,0|script|Jail Lock 3|400,{ if (isin("051-3.gat", 61, 101, 62, 104)) goto L_Do_Lock_Picking; end; @@ -51,7 +51,7 @@ L_OpenDoor: close; } -051-3.gat,58,100,0|script|Jail Lock 4|127,{ +051-3.gat,58,100,0|script|Jail Lock 4|400,{ if (isin("051-3.gat", 57, 101, 58, 104)) goto L_Do_Lock_Picking; end; diff --git a/world/map/npc/051-3/reinforcements.txt b/world/map/npc/051-3/reinforcements.txt index 0d1f0d79..b29a072d 100644 --- a/world/map/npc/051-3/reinforcements.txt +++ b/world/map/npc/051-3/reinforcements.txt @@ -14,7 +14,7 @@ L_ShouldNotBeHere: end; } -051-3.gat,37,24,0|script|Door|127,{ +051-3.gat,37,24,0|script|Door|400,{ set @step, 2; if ($@illia_progress < @step) goto L_ShouldNotBeHere; -- cgit v1.2.3-60-g2f50