diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-12 13:55:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-12 13:55:01 -0300 |
commit | 94cb0f53a1f329790e62aac7e3d63903e72c8ea8 (patch) | |
tree | b55b545fafa4dbf7c7ce28739b5cad3c4406bc23 /npc | |
parent | a970678cb764e34b913ad349752f39cf951e5103 (diff) | |
download | serverdata-94cb0f53a1f329790e62aac7e3d63903e72c8ea8.tar.gz serverdata-94cb0f53a1f329790e62aac7e3d63903e72c8ea8.tar.bz2 serverdata-94cb0f53a1f329790e62aac7e3d63903e72c8ea8.tar.xz serverdata-94cb0f53a1f329790e62aac7e3d63903e72c8ea8.zip |
Add debug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 5 |
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; |