diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-30 17:19:55 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-02 19:22:47 -0800 |
commit | 045622fa6e515cf403ec710420746a15bcb75562 (patch) | |
tree | 9e95523c2548d3957935c9f267a3b3c09e69e94d /world/map/npc/xmas/2011/monsters.txt | |
parent | 67ec53b404beae200cebc5331cf4452223628dde (diff) | |
download | serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.gz serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.bz2 serverdata-045622fa6e515cf403ec710420746a15bcb75562.tar.xz serverdata-045622fa6e515cf403ec710420746a15bcb75562.zip |
Remove disabled magic and old holiday quests
Diffstat (limited to 'world/map/npc/xmas/2011/monsters.txt')
-rw-r--r-- | world/map/npc/xmas/2011/monsters.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/world/map/npc/xmas/2011/monsters.txt b/world/map/npc/xmas/2011/monsters.txt deleted file mode 100644 index 5f583ac5..00000000 --- a/world/map/npc/xmas/2011/monsters.txt +++ /dev/null @@ -1,33 +0,0 @@ -// This file is part of Christmas Event 2011 -// author: Jenalya - -030-2.gat,20,19,52,48|monster|SantaSlime|1015,5,120000,30000,xmasMob030-2::On1015 - -030-2.gat,0,0,0|script|xmasMob030-2|-1,{ -On1015: - set @mobID, 1015; - callfunc "MobPoints"; - end; - -} - -030-1.gat,0,0|monster|Wisp|1040,5,120000,30000,xmasMob030-1::On1040 -030-1.gat,0,0|monster|Spectre|1042,5,120000,30000,xmasMob030-1::On1042 -030-1.gat,0,0|monster|Poltergeist|1047,5,120000,30000,xmasMob030-1::On1047 - -030-1.gat,0,0,0|script|xmasMob030-1|-1,{ -On1040: - set @mobID, 1040; - callfunc "MobPoints"; - end; - -On1042: - set @mobID, 1042; - callfunc "MobPoints"; - end; - -On1047: - set @mobID, 1047; - callfunc "MobPoints"; - end; -} |