diff options
author | mekolat <mekolat@gmail.com> | 2015-01-14 22:49:52 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-01-14 22:49:52 -0500 |
commit | 87c2cf5320f52c8a9756b28975f0169d66c26138 (patch) | |
tree | 1091bf4bda3b1d33c5948035441fb72f2d9866f2 /world/map/npc/annuals/xmas | |
parent | 3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff) | |
download | classic-serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.gz classic-serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.bz2 classic-serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.xz classic-serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.zip |
cmdothernpc => donpcevent
Diffstat (limited to 'world/map/npc/annuals/xmas')
-rw-r--r-- | world/map/npc/annuals/xmas/debug.txt | 4 | ||||
-rw-r--r-- | world/map/npc/annuals/xmas/mobmanager.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/annuals/xmas/debug.txt b/world/map/npc/annuals/xmas/debug.txt index fe0582e7..0e3c38a2 100644 --- a/world/map/npc/annuals/xmas/debug.txt +++ b/world/map/npc/annuals/xmas/debug.txt @@ -128,11 +128,11 @@ L_XmasError: L_SetNewKey: setarray $XMAS_TIME_KEY, @xmas_time_key_smonth, @xmas_time_key_srmonth, @xmas_time_key_emonth, @xmas_time_key_rsday, @xmas_time_key_reday, @xmas_time_key_year; - cmdothernpc "#XmasConfig", "RestartQuest"; + donpcevent "#XmasConfig::OnCommandRestartQuest"; goto L_Close; L_XmasChamberReset: - cmdothernpc "AniManOMat", "ChamberReset"; + donpcevent "AniManOMat::OnCommandChamberReset"; goto L_Close; L_XmasState: diff --git a/world/map/npc/annuals/xmas/mobmanager.txt b/world/map/npc/annuals/xmas/mobmanager.txt index 897054c9..d4be46dc 100644 --- a/world/map/npc/annuals/xmas/mobmanager.txt +++ b/world/map/npc/annuals/xmas/mobmanager.txt @@ -59,7 +59,7 @@ L_End: end; OnTally: - cmdothernpc "XmasSpawnManager", "Tally"; + donpcevent "XmasSpawnManager::OnCommandTally"; end; } @@ -68,7 +68,7 @@ OnTally: end; OnTally: - cmdothernpc "XmasSpawnManager", "Tally"; + donpcevent "XmasSpawnManager::OnCommandTally"; end; } @@ -77,6 +77,6 @@ OnTally: end; OnTally: - cmdothernpc "XmasSpawnManager", "Tally"; + donpcevent "XmasSpawnManager::OnCommandTally"; end; } |