diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index 7e8258c2..e4ee1761 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -170,6 +170,8 @@ function script X21INIT { /* Ensure the instance is up and running without fail */ sleep2(50); + .@me = getcharid(3); + detachrid(); /* Spawn Special Monsters */ "#XMAS21Core"::spawn(Grinchboo, 5, .@mapa$); @@ -219,6 +221,7 @@ function script X21INIT { "#XMAS21Core"::spawn(PinkFlower, 24, .@mapd$); "#XMAS21Core"::spawn(Pinkie, 18, .@mapd$); "#XMAS21Core"::spawn(Hyvern, 3, .@mapd$); + attachrid(.@me); /* The Three Guardians */ .@bon = 0; |