diff options
Diffstat (limited to 'world/map/npc/xmas/2012')
-rw-r--r-- | world/map/npc/xmas/2012/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/xmas/2012/monsters.txt | 8 |
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; +} |