summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-28 22:46:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-28 22:46:34 -0300
commit82a4dfe38e5c441fad1b466b0980167874112804 (patch)
treee0cd872dbeb85ab0a2cdfb3c775d7083f26ee0bf /npc
parentb5d08e5b92d47b92c6d50672a51b7c5b55e79f4c (diff)
downloadserverdata-82a4dfe38e5c441fad1b466b0980167874112804.tar.gz
serverdata-82a4dfe38e5c441fad1b466b0980167874112804.tar.bz2
serverdata-82a4dfe38e5c441fad1b466b0980167874112804.tar.xz
serverdata-82a4dfe38e5c441fad1b466b0980167874112804.zip
Add some spawns to Aethyra, the Frontier Town
Diffstat (limited to 'npc')
-rw-r--r--npc/annuals/xmas/2021.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 4a73c35e..57d1ef9f 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -159,6 +159,15 @@ function script X21INIT {
"#XMAS21Core"::spawn(Pinkie, 18, .@mapd$);
"#XMAS21Core"::spawn(Hyvern, 3, .@mapd$);
+ /* Aethyra - Frontier Town */
+ "#XMAS21Core"::spawn(Fluffy, 16, "081-1");
+ "#XMAS21Core"::spawn(Poltergeist, 7, "081-1");
+ "#XMAS21Core"::spawn(Wisp, 7, "081-1");
+ "#XMAS21Core"::spawn(Spectre, 7, "081-1");
+ "#XMAS21Core"::spawn(WhiteSlime, 12, "081-1");
+ "#XMAS21Core"::spawn(SantaSlime, 3, "081-1");
+ "#XMAS21Core"::spawn(Moggun, 18, "081-1");
+
}
if (instance_id() >= 0)
instance_set_timeout(1800, 1800);