summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-12-01 11:54:43 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-12-01 18:25:40 +0100
commitb364d4837397d8fc5d298eda30fac2dca79dc3d1 (patch)
tree50147fea59802524fda54195f13c72d41eb3a71f
parentd328d77f6601645e15890a4e48431bec44c0716a (diff)
downloadserverdata-b364d4837397d8fc5d298eda30fac2dca79dc3d1.tar.gz
serverdata-b364d4837397d8fc5d298eda30fac2dca79dc3d1.tar.bz2
serverdata-b364d4837397d8fc5d298eda30fac2dca79dc3d1.tar.xz
serverdata-b364d4837397d8fc5d298eda30fac2dca79dc3d1.zip
Christmas Event 2012: add a spawn of Santa Slimes to 030-1.
-rw-r--r--world/map/npc/xmas/2012/_import.txt1
-rw-r--r--world/map/npc/xmas/2012/monsters.txt8
2 files changed, 9 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/_import.txt b/world/map/npc/xmas/2012/_import.txt
index b60fd5a9..871334e0 100644
--- a/world/map/npc/xmas/2012/_import.txt
+++ b/world/map/npc/xmas/2012/_import.txt
@@ -8,6 +8,7 @@ npc: npc/xmas/2012/helpersSaddleRug.txt
npc: npc/xmas/2012/helpersStorage.txt
npc: npc/xmas/2012/helpersTalisman.txt
npc: npc/xmas/2012/guardOfHonor.txt
+npc: npc/xmas/2012/monsters.txt
npc: npc/xmas/2012/reinbooFlightProblems.txt
npc: npc/xmas/2012/reinboos.txt
npc: npc/xmas/2012/reinboosTransport.txt
diff --git a/world/map/npc/xmas/2012/monsters.txt b/world/map/npc/xmas/2012/monsters.txt
new file mode 100644
index 00000000..8207861b
--- /dev/null
+++ b/world/map/npc/xmas/2012/monsters.txt
@@ -0,0 +1,8 @@
+030-1.gat,0,0,0,0|monster|Santa Slime|1015,4,100000,30000,Mob030-1::On1015
+
+030-1.gat,0,0,0|script|SantaSlime030-1|-1,{
+On1015:
+ set @mobID, 1015;
+ callfunc "MobPoints";
+ end;
+}