summaryrefslogtreecommitdiff
path: root/npc/042-10/ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-10/ctrl.txt')
-rw-r--r--npc/042-10/ctrl.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt
index 2d6084b34..d257c3e16 100644
--- a/npc/042-10/ctrl.txt
+++ b/npc/042-10/ctrl.txt
@@ -307,7 +307,7 @@ OnTimer60000:
explode(.@map$, .map$, "@");
.@g=atoi(.@map$[1]);
if (.@g < 1) {
- debugmes "[ERROR] [KAMELOT] Unable to recharge katazuli for Kamelot %s", .map$;
+ consolewarn "[ERROR] [KAMELOT] Unable to recharge katazuli for Kamelot %s", .map$;
.@g=0;
}
@@ -390,7 +390,7 @@ OnTimer60000:
explode(.@map$, .map$, "@");
.@g=atoi(.@map$[1]);
if (.@g < 1) {
- debugmes "[ERROR] [KAMELOT] Unable to recharge katazuli for Kamelot %s", .map$;
+ consolewarn "[ERROR] [KAMELOT] Unable to recharge katazuli for Kamelot %s", .map$;
.@g=0;
}
@@ -604,7 +604,7 @@ OnRespawn:
explode(.@map$, .map$, "@");
.@g=atoi(.@map$[1]);
if (.@g < 1) {
- debugmes "[ERROR] [KAMELOT] Unable to respawn for Kamelot %s", .map$;
+ consolewarn "[ERROR] [KAMELOT] Unable to respawn for Kamelot %s", .map$;
.@g=0;
}
KamelotCaveSpawn(1, 20, 20, 160, 140, $KAMELOT_MX[.@g]+10, .@map$[0]);
@@ -614,7 +614,7 @@ OnInstanceInit:
explode(.@map$, .map$, "@");
.@g=atoi(.@map$[1]);
if (.@g < 1) {
- debugmes "[ERROR] [KAMELOT] Unable to spawn for Kamelot %s", .map$;
+ consolewarn "[ERROR] [KAMELOT] Unable to spawn for Kamelot %s", .map$;
.@g=0;
}
.@pc=$KAMELOT_PC[.@g]+1;