diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-25 22:06:24 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-25 22:06:24 +0100 |
commit | b7f4e4910162a09dd7dce68c45b54b10b126b6da (patch) | |
tree | 2ed1df55356cc5e9335c2bb3f077db720e0f8358 /world/map/npc/051-3 | |
parent | 2592f3b4329519124d456d8cb95758225e2da4ea (diff) | |
download | serverdata-b7f4e4910162a09dd7dce68c45b54b10b126b6da.tar.gz serverdata-b7f4e4910162a09dd7dce68c45b54b10b126b6da.tar.bz2 serverdata-b7f4e4910162a09dd7dce68c45b54b10b126b6da.tar.xz serverdata-b7f4e4910162a09dd7dce68c45b54b10b126b6da.zip |
Switch all npcs back to 127 that the player can't 'talk' to.
Diffstat (limited to 'world/map/npc/051-3')
-rw-r--r-- | world/map/npc/051-3/ambush.txt | 6 | ||||
-rw-r--r-- | world/map/npc/051-3/janitor.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/051-3/ambush.txt b/world/map/npc/051-3/ambush.txt index aa6d8c4b..74e1ced7 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|400,{ +051-3.gat,1,1,0|script|#BndtTl|127,{ end; OnCommandAmbush: @@ -137,7 +137,7 @@ L_CaptureHelper3: } -051-3.gat,29,94,0|script|Sneaky Bandit|400,{ +051-3.gat,29,94,0|script|Sneaky Bandit|127,{ end; OnCommandTalk: @@ -156,7 +156,7 @@ OnTimer3600: } -051-3.gat,33,95,0|script|Another Sneaky Bandit|400,{ +051-3.gat,33,95,0|script|Another Sneaky Bandit|127,{ end; OnCommandTalk: diff --git a/world/map/npc/051-3/janitor.txt b/world/map/npc/051-3/janitor.txt index 93b9c2c7..5dfb1c30 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|400,{ +051-3.gat,1,1,0|script|#IlliaJanitor2|127,{ end; OnCommandClean: |