From f178a3bc3f08c43f148bbee9e769982a8a73656a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 13:03:01 -0300 Subject: This should fix the bug --- npc/annuals/xmas/2021.txt | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3-60-g2f50