diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-04 21:46:40 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-04 22:02:37 +0200 |
commit | 66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf (patch) | |
tree | 5709afe96c5250b7bc36b4f18733fef782870cbb /world/map/npc/005-3/_mobs.txt | |
parent | 60758bac20b02f7313f5f9506e3b59743894030f (diff) | |
download | serverdata-66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf.tar.gz serverdata-66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf.tar.bz2 serverdata-66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf.tar.xz serverdata-66c29c2c8ac07e43cc2cb35df9ad1b2cd43d77cf.zip |
Replacing spawns from monsters.txt with spawn objects in maps.
Converter ran.
Submodule pointer updated.
Diffstat (limited to 'world/map/npc/005-3/_mobs.txt')
-rw-r--r-- | world/map/npc/005-3/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/005-3/_mobs.txt b/world/map/npc/005-3/_mobs.txt index bc9ee2dc..cb22dbbc 100644 --- a/world/map/npc/005-3/_mobs.txt +++ b/world/map/npc/005-3/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Snake pit mobs +005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob005-3::On1010 005-3.gat,0,0,0|script|Mob005-3|-1,{ +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + end; + end; } |