From 4aea0b65e71a99023e656b43bfb810db6788bf51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 14:01:26 -0300 Subject: I won't need these debug markers anymore. Hopefully. --- npc/annuals/xmas/2021.txt | 6 ------ 1 file changed, 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; -- cgit v1.2.3-60-g2f50