summaryrefslogtreecommitdiff
path: root/world/map/npc/036-2
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-08-22 13:15:27 -0400
committermekolat <mekolat@gmail.com>2014-08-23 00:27:09 -0400
commitbba3c7e48ba43bd215bdcf8a3df739838e28e36e (patch)
tree7d4a418f9ef127d084aca2754bd145b0f63e2d22 /world/map/npc/036-2
parent9155f3ab07e3eedaf5f32cca1c1545978620c8c9 (diff)
downloadserverdata-bba3c7e48ba43bd215bdcf8a3df739838e28e36e.tar.gz
serverdata-bba3c7e48ba43bd215bdcf8a3df739838e28e36e.tar.bz2
serverdata-bba3c7e48ba43bd215bdcf8a3df739838e28e36e.tar.xz
serverdata-bba3c7e48ba43bd215bdcf8a3df739838e28e36e.zip
make the ferry less spammy
Diffstat (limited to 'world/map/npc/036-2')
-rw-r--r--world/map/npc/036-2/_import.txt1
-rw-r--r--world/map/npc/036-2/emblems.txt31
2 files changed, 32 insertions, 0 deletions
diff --git a/world/map/npc/036-2/_import.txt b/world/map/npc/036-2/_import.txt
index b151f381..174946f7 100644
--- a/world/map/npc/036-2/_import.txt
+++ b/world/map/npc/036-2/_import.txt
@@ -7,3 +7,4 @@ npc: npc/036-2/casino.txt
npc: npc/036-2/koga-candor.txt
npc: npc/036-2/mapflags.txt
npc: npc/036-2/shops.txt
+npc: npc/036-2/emblems.txt
diff --git a/world/map/npc/036-2/emblems.txt b/world/map/npc/036-2/emblems.txt
new file mode 100644
index 00000000..c3fbc18a
--- /dev/null
+++ b/world/map/npc/036-2/emblems.txt
@@ -0,0 +1,31 @@
+036-2.gat,29,27,0|script|#k2city1e|410,
+{
+ end;
+ OnInit:
+ disablenpc "#k2city1e";
+ end;
+}
+036-2.gat,29,27,0|script|#k2city1d|411,
+{
+ end;
+}
+
+036-2.gat,31,27,0|script|#k2city2e|416,
+{
+ end;
+ OnInit:
+ disablenpc "#k2city2e";
+ end;
+}
+036-2.gat,31,27,0|script|#k2city2d|417,
+{
+ end;
+}
+
+036-2.gat,32,27,0|script|#k2sound|127,
+{
+ end;
+ OnCommandDing:
+ misceffect 402;
+ end;
+}