summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-12 14:01:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-12 14:01:26 -0300
commit4aea0b65e71a99023e656b43bfb810db6788bf51 (patch)
treed69ac630e6a7cadf813594876b249ef5212e38bb
parentd92f82406f07d1b54f599205a33fda10f18444b2 (diff)
downloadserverdata-4aea0b65e71a99023e656b43bfb810db6788bf51.tar.gz
serverdata-4aea0b65e71a99023e656b43bfb810db6788bf51.tar.bz2
serverdata-4aea0b65e71a99023e656b43bfb810db6788bf51.tar.xz
serverdata-4aea0b65e71a99023e656b43bfb810db6788bf51.zip
I won't need these debug markers anymore. Hopefully.
-rw-r--r--npc/annuals/xmas/2021.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 208ffa86..7d1dcd2d 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -152,7 +152,6 @@ function script X21INIT {
}
.@inst = instance_create("Northern Lights", X21ID(), X21TYPE());
- debugmes "Inst returned %d", .@inst;
// Instance must be created
if (.@inst >= 0) {
// We... Could use base name, actually, but whatever
@@ -174,16 +173,13 @@ function script X21INIT {
.@me = getcharid(3);
.@te = X21TYPE();
detachrid();
- debugmes "NO RID (Me is %d)", .@me;
/* Spawn Special Monsters */
"#XMAS21Core"::spawn(Grinchboo, 5, .@mapa$);
- debugmes "Spwn code OK";
"#XMAS21Core"::spawn(Grinchboo, 3, .@mapc$);
"#XMAS21Core"::spawn(Moonshroom, 10, .@mapa$);
"#XMAS21Core"::spawn(Moonshroom, 14, .@mapc$);
"#XMAS21Core"::spawn2(BlueSpark, 47, 191, 65, 212, 2, .@mapa$);
- debugmes "Spwn Square code OK";
"#XMAS21Core"::spawn2(RedSpark, 47, 191, 65, 212, 2, .@mapa$);
if (.@te == IOT_PARTY)
"#XMAS21Core"::spawn2(Koyntety, 70, 250, 99, 265, 1, .@mapa$, true);
@@ -191,7 +187,6 @@ function script X21INIT {
"#XMAS21Core"::spawn2(ManaGuard, 70, 250, 99, 265, 1, .@mapa$, true);
/* Northern Lights Dungeon */
- debugmes "Northern Lights";
"#XMAS21Core"::spawn(WhiteSlime, 37, .@mapa$);
"#XMAS21Core"::spawn(Archant, 7, .@mapa$);
//"#XMAS21Core"::spawn(BlueSpark, 1, .@mapa$); //?
@@ -228,7 +223,6 @@ function script X21INIT {
"#XMAS21Core"::spawn(Pinkie, 18, .@mapd$);
"#XMAS21Core"::spawn(Hyvern, 3, .@mapd$);
attachrid(.@me);
- debugmes "RID ONLINE (Me is %d)", .@me;
/* The Three Guardians */
.@bon = 0;