summaryrefslogtreecommitdiff
path: root/npc/000-1/chest.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-07-01 16:25:27 +0200
committerReid <reidyaro@gmail.com>2012-07-01 16:25:27 +0200
commit2abb75d7cda9f483f76b5bf2645a125f05355d92 (patch)
tree7d9df757eaba9d3b9206daca4efd06e221418335 /npc/000-1/chest.txt
parent08ce25425e9ded586c7f44c0be851ca7f2afd6e6 (diff)
downloadserverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.gz
serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.bz2
serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.xz
serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.zip
Rename Box NPC to Chest.
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r--npc/000-1/chest.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index d8cef032..515d547d 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -13,7 +13,11 @@
set @q, geta(ShipQuests, ShipQuests_TreasureChest);
if (getnpcdir ("") == 4) goto l_Give;
+ set @a, getnpcdir;
+ mes @a;
setnpcdir 2;
+ set @a, getnpcdir;
+ mes @a;
initnpctimer;
startnpctimer;
close;
@@ -27,6 +31,8 @@ l_Give:
l_Close:
setnpcdir 6;
+ set @a, getnpcdir;
+ mes @a;
initnpctimer;
startnpctimer;
close;