diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 12:35:20 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 15:51:58 +0100 |
commit | bbb8f464d3e34eb1edb751c48bb562991c5d95a9 (patch) | |
tree | dc1981b74f424b86842f12d709859e3659547948 /world/map/npc/019-1 | |
parent | b771141707e400648c76fc3bf3843d67a841922c (diff) | |
download | serverdata-bbb8f464d3e34eb1edb751c48bb562991c5d95a9.tar.gz serverdata-bbb8f464d3e34eb1edb751c48bb562991c5d95a9.tar.bz2 serverdata-bbb8f464d3e34eb1edb751c48bb562991c5d95a9.tar.xz serverdata-bbb8f464d3e34eb1edb751c48bb562991c5d95a9.zip |
Running converter:
- remove Santa Slime spawns.
- add White and Blue Slimes
- adapt some map names
- open warp from 031-3 to 044-1
Submodule pointer updated.
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"; |