summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-01 10:52:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-01 10:52:05 -0300
commit0734904cc3306cef8c5d0eb79ef9cea835b6b922 (patch)
treeaa4984c1a0a7141854cceab81cdf5e355f425c2d
parent3060ff8efb0be0c706a22885785583b67784f3f1 (diff)
downloadserverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.gz
serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.bz2
serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.xz
serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.zip
Reduce server console spam
-rw-r--r--npc/000-1/exit.txt6
-rw-r--r--npc/009-6/doorbell.txt4
-rw-r--r--npc/009-7/doorbell.txt4
-rw-r--r--npc/012-8/doorbell.txt4
-rw-r--r--npc/017-7/doorbell.txt4
-rw-r--r--npc/017-8/doorbell.txt4
6 files changed, 13 insertions, 13 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index e006a21ab..0b1bd85b5 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -34,9 +34,9 @@ OnInit:
setarray .LOCMASTER_X, 34, 40, 26, 86, 119, 111, 56, 94;
setarray .LOCMASTER_Y, 101, 49, 30, 69, 87, 53, 62, 42;
- debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[0], .LOCMASTER_MAP$[0], .LOCMASTER_X[0], .LOCMASTER_Y[0];
- debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[2], .LOCMASTER_MAP$[2], .LOCMASTER_X[2], .LOCMASTER_Y[2];
- debugmes "Locmaster: Index 5: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[5], .LOCMASTER_MAP$[5], .LOCMASTER_X[5], .LOCMASTER_Y[5];
+ //debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[0], .LOCMASTER_MAP$[0], .LOCMASTER_X[0], .LOCMASTER_Y[0];
+ //debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[2], .LOCMASTER_MAP$[2], .LOCMASTER_X[2], .LOCMASTER_Y[2];
+ //debugmes "Locmaster: Index 5: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[5], .LOCMASTER_MAP$[5], .LOCMASTER_X[5], .LOCMASTER_Y[5];
end;
}
diff --git a/npc/009-6/doorbell.txt b/npc/009-6/doorbell.txt
index ddcf1021a..27ffb9e3b 100644
--- a/npc/009-6/doorbell.txt
+++ b/npc/009-6/doorbell.txt
@@ -279,7 +279,7 @@ OnInit:
create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20);
// Load Mobilia already existing
- debugmes "[REAL ESTATE] Now loading mobilia";
+ //debugmes "[REAL ESTATE] Now loading mobilia";
for (.@i=0; .@i < getarraysize(.layer); .@i++) {
switch (.layer[.@i]) {
case 1:
@@ -312,7 +312,7 @@ OnInit:
break;
}
}
- debugmes "Found %d valid objects", getarraysize(.valid_ids);
+ //debugmes "Found %d valid objects", getarraysize(.valid_ids);
for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) {
.@id=.valid_ids[.@j];
setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id);
diff --git a/npc/009-7/doorbell.txt b/npc/009-7/doorbell.txt
index 330375bf7..41ec0420b 100644
--- a/npc/009-7/doorbell.txt
+++ b/npc/009-7/doorbell.txt
@@ -279,7 +279,7 @@ OnInit:
create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20);
// Load Mobilia already existing
- debugmes "[REAL ESTATE] Now loading mobilia";
+ //debugmes "[REAL ESTATE] Now loading mobilia";
for (.@i=0; .@i < getarraysize(.layer); .@i++) {
switch (.layer[.@i]) {
case 1:
@@ -312,7 +312,7 @@ OnInit:
break;
}
}
- debugmes "Found %d valid objects", getarraysize(.valid_ids);
+ //debugmes "Found %d valid objects", getarraysize(.valid_ids);
for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) {
.@id=.valid_ids[.@j];
setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id);
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt
index 9c0ac250e..209bb9fad 100644
--- a/npc/012-8/doorbell.txt
+++ b/npc/012-8/doorbell.txt
@@ -286,7 +286,7 @@ OnInit:
create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20);
// Load Mobilia already existing
- debugmes "[REAL ESTATE] Now loading mobilia";
+ //debugmes "[REAL ESTATE] Now loading mobilia";
for (.@i=0; .@i < getarraysize(.layer); .@i++) {
switch (.layer[.@i]) {
case 1:
@@ -319,7 +319,7 @@ OnInit:
break;
}
}
- debugmes "Found %d valid objects", getarraysize(.valid_ids);
+ //debugmes "Found %d valid objects", getarraysize(.valid_ids);
for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) {
.@id=.valid_ids[.@j];
setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id);
diff --git a/npc/017-7/doorbell.txt b/npc/017-7/doorbell.txt
index f04a8cd2e..bee539357 100644
--- a/npc/017-7/doorbell.txt
+++ b/npc/017-7/doorbell.txt
@@ -286,7 +286,7 @@ OnInit:
create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20);
// Load Mobilia already existing
- debugmes "[REAL ESTATE] Now loading mobilia";
+ //debugmes "[REAL ESTATE] Now loading mobilia";
for (.@i=0; .@i < getarraysize(.layer); .@i++) {
switch (.layer[.@i]) {
case 1:
@@ -319,7 +319,7 @@ OnInit:
break;
}
}
- debugmes "Found %d valid objects", getarraysize(.valid_ids);
+ //debugmes "Found %d valid objects", getarraysize(.valid_ids);
for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) {
.@id=.valid_ids[.@j];
setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id);
diff --git a/npc/017-8/doorbell.txt b/npc/017-8/doorbell.txt
index b7b8f7dd4..18df81fc7 100644
--- a/npc/017-8/doorbell.txt
+++ b/npc/017-8/doorbell.txt
@@ -286,7 +286,7 @@ OnInit:
create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20);
// Load Mobilia already existing
- debugmes "[REAL ESTATE] Now loading mobilia";
+ //debugmes "[REAL ESTATE] Now loading mobilia";
for (.@i=0; .@i < getarraysize(.layer); .@i++) {
switch (.layer[.@i]) {
case 1:
@@ -319,7 +319,7 @@ OnInit:
break;
}
}
- debugmes "Found %d valid objects", getarraysize(.valid_ids);
+ //debugmes "Found %d valid objects", getarraysize(.valid_ids);
for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) {
.@id=.valid_ids[.@j];
setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id);