summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authoromatt <m.vuoso@laposte.net>2016-08-07 22:27:49 +0200
committeromatt <m.vuoso@laposte.net>2016-11-05 02:27:55 +0100
commitc2d88645247d31a5b7736a65afabb6d951aa2cb5 (patch)
tree363834f727cddb460cd2c34e80fe2cbfe4fcb5e7 /npc/000-1
parent6adf32ca56941699b9736e5f9d57790aa800198f (diff)
downloadserverdata-c2d88645247d31a5b7736a65afabb6d951aa2cb5.tar.gz
serverdata-c2d88645247d31a5b7736a65afabb6d951aa2cb5.tar.bz2
serverdata-c2d88645247d31a5b7736a65afabb6d951aa2cb5.tar.xz
serverdata-c2d88645247d31a5b7736a65afabb6d951aa2cb5.zip
chest 000-1, typo name, add sound
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/chest.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index c69dc2ac..9e623aa8 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -11,12 +11,13 @@
// 0 Treasure Chest has not been opened yet.
// 1 Treasure Chest has been opened.
-000-1,83,70,0 script #chest NPC_CHEST,{
+000-1,83,70,0 script Chest#000-1 NPC_CHEST,{
if (.dir != 4)
{
.dir = 2;
initnpctimer;
startnpctimer;
+ misceffect 24;
close;
}
@@ -33,6 +34,7 @@
.dir = 6;
initnpctimer;
startnpctimer;
+ misceffect 25;
close;
OnTimer160: