diff options
Diffstat (limited to 'world/map/npc/019-1')
-rw-r--r-- | world/map/npc/019-1/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/019-1/_mobs.txt | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/world/map/npc/019-1/_import.txt b/world/map/npc/019-1/_import.txt index 37c9e91c..cf294dcd 100644 --- a/world/map/npc/019-1/_import.txt +++ b/world/map/npc/019-1/_import.txt @@ -3,6 +3,6 @@ map: 019-1.gat npc: npc/019-1/_mobs.txt npc: npc/019-1/_warps.txt +npc: npc/019-1/mobmanager.txt npc: npc/019-1/santa_helper.txt npc: npc/019-1/snowman.txt -npc: npc/019-1/mobmanager.txt diff --git a/world/map/npc/019-1/_mobs.txt b/world/map/npc/019-1/_mobs.txt index 150c88f6..9684ef1f 100644 --- a/world/map/npc/019-1/_mobs.txt +++ b/world/map/npc/019-1/_mobs.txt @@ -2,21 +2,9 @@ // Snow Field mobs 019-1.gat,0,0,0,0|monster|Fluffy|1020,100,100000,30000,Mob019-1::On1020 -019-1.gat,0,0,0,0|monster|Santa Slime|1015,10,0,0,Mob019-1::On1015 -019-1.gat,0,0,0,0|monster|Rudolph Slime|1016,25,0,0,Mob019-1::On1016 019-1.gat,0,0,0|script|Mob019-1|-1,{ -On1015: - set @mobID, 1015; - callfunc "MobPoints"; - end; - -On1016: - set @mobID, 1016; - callfunc "MobPoints"; - end; - On1020: set @mobID, 1020; callfunc "MobPoints"; |