summaryrefslogtreecommitdiff
path: root/world/map/npc/052-2
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-19 20:06:30 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-19 20:06:30 -0700
commitae194001586f5cc7dc680f56a1aed5c453c7e72d (patch)
tree077d45b7f448f8f30285237184a7a1b4d13be045 /world/map/npc/052-2
parente12af34ecdedca9a83e5bf8100e4bf721ec85697 (diff)
downloadserverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.gz
serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.bz2
serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.xz
serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.zip
Give every NPC a unique name
Diffstat (limited to 'world/map/npc/052-2')
-rw-r--r--world/map/npc/052-2/chest.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/052-2/chest.txt b/world/map/npc/052-2/chest.txt
index f1c9872e..59fe8ae4 100644
--- a/world/map/npc/052-2/chest.txt
+++ b/world/map/npc/052-2/chest.txt
@@ -12,7 +12,7 @@
// 3: player choosed to leave the room
//-----------------------------------------------------------------------------
-052-2.gat,136,73,0|script|Chest|111,
+052-2.gat,136,73,0|script|Chest#illia|111,
{
set @step, 8;
if ($@illia_progress < @step) goto L_ShouldNotBeHere;
@@ -139,11 +139,11 @@ L_PrepareLeaving:
L_Leave:
set @illia_got_rewards, 3;
set @illia_current_num_rewards, 0;
- addtimer 1000, "Chest::OnMsg1";
- addtimer 4000, "Chest::OnMsg2";
- addtimer 7000, "Chest::OnMsg3";
- addtimer 9000, "Chest::OnFx";
- addtimer 10000, "Chest::OnRing";
+ addtimer 1000, "Chest#illia::OnMsg1";
+ addtimer 4000, "Chest#illia::OnMsg2";
+ addtimer 7000, "Chest#illia::OnMsg3";
+ addtimer 9000, "Chest#illia::OnFx";
+ addtimer 10000, "Chest#illia::OnRing";
close;
OnMsg1: