summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/annuals/xmas/2021.txt5
1 files changed, 5 insertions, 0 deletions
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;