summaryrefslogtreecommitdiff
path: root/world/map/npc/052-1
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-01-14 22:49:52 -0500
committermekolat <mekolat@gmail.com>2015-01-14 22:49:52 -0500
commit87c2cf5320f52c8a9756b28975f0169d66c26138 (patch)
tree1091bf4bda3b1d33c5948035441fb72f2d9866f2 /world/map/npc/052-1
parent3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff)
downloadserverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.gz
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.bz2
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.xz
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.zip
cmdothernpc => donpcevent
Diffstat (limited to 'world/map/npc/052-1')
-rw-r--r--world/map/npc/052-1/channelling.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/052-1/channelling.txt b/world/map/npc/052-1/channelling.txt
index 33a0aa51..d9c7b826 100644
--- a/world/map/npc/052-1/channelling.txt
+++ b/world/map/npc/052-1/channelling.txt
@@ -125,7 +125,7 @@ function|script|StartChannelling
set $@illia_magic_power_status, 1;
message strcharinfo(0), "Ok, let's stay focused now!";
- cmdothernpc "#Power Circle", "St";
+ donpcevent "#Power Circle::OnCommandSt";
close;
}
@@ -174,7 +174,7 @@ OnTimer10000:
OnTimer11000:
setnpctimer 0;
// Spawn monsters (demonic spirits) near the enchanted door
- cmdothernpc "#Enchanted Door", "DS";
+ donpcevent "#Enchanted Door::OnCommandDS";
end;
S_ItemSpawn:
@@ -284,7 +284,7 @@ L_ChannellingComplete:
// Effect to display the disenchant is cast
misceffect FX_CHANNELLING_CAST;
// move away the enchanted door
- cmdothernpc "#Enchanted Door2", "Destroy";
+ donpcevent "#Enchanted Door2::OnCommandDestroy";
disablenpc "#Enchanted Door";
end;