diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-12 13:03:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-12 13:03:01 -0300 |
commit | f178a3bc3f08c43f148bbee9e769982a8a73656a (patch) | |
tree | 7526b41130dd1c3a2fd0401921cf0f55fb9be656 /npc | |
parent | 2a5522f2f2ebadaeacaa06a40b47530ae8527c32 (diff) | |
download | serverdata-f178a3bc3f08c43f148bbee9e769982a8a73656a.tar.gz serverdata-f178a3bc3f08c43f148bbee9e769982a8a73656a.tar.bz2 serverdata-f178a3bc3f08c43f148bbee9e769982a8a73656a.tar.xz serverdata-f178a3bc3f08c43f148bbee9e769982a8a73656a.zip |
This should fix the bug
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; |