From 94cb0f53a1f329790e62aac7e3d63903e72c8ea8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 13:55:01 -0300 Subject: Add debug --- npc/annuals/xmas/2021.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index e4ee1761..df1b5319 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -172,13 +172,16 @@ function script X21INIT { sleep2(50); .@me = getcharid(3); 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 (X21TYPE() == IOT_PARTY) "#XMAS21Core"::spawn2(Koyntety, 70, 250, 99, 265, 1, .@mapa$, true); @@ -186,6 +189,7 @@ 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$); //? @@ -222,6 +226,7 @@ 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