summaryrefslogtreecommitdiff
path: root/world/map/npc/020-1
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-01-17 21:48:20 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-01-17 21:49:21 +0100
commit7a3545fb5d5c8964c29aa834fa1d86372721a083 (patch)
treee4f60ba7cf93be8ace791fb8bb2cb591bd8b60e2 /world/map/npc/020-1
parent920342bfc9704dd4c9299133c6b8312e46d5af78 (diff)
downloadserverdata-7a3545fb5d5c8964c29aa834fa1d86372721a083.tar.gz
serverdata-7a3545fb5d5c8964c29aa834fa1d86372721a083.tar.bz2
serverdata-7a3545fb5d5c8964c29aa834fa1d86372721a083.tar.xz
serverdata-7a3545fb5d5c8964c29aa834fa1d86372721a083.zip
Adding new monster 'White Bell' to snow maps
Converter ran, submodule pointer updated.
Diffstat (limited to 'world/map/npc/020-1')
-rw-r--r--world/map/npc/020-1/_mobs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/020-1/_mobs.txt b/world/map/npc/020-1/_mobs.txt
index 42667e01..9d266c49 100644
--- a/world/map/npc/020-1/_mobs.txt
+++ b/world/map/npc/020-1/_mobs.txt
@@ -1,8 +1,14 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Nivalis mobs
+020-1.gat,0,0,0,0|monster|White Bell|1095,3,100000,30000,Mob020-1::On1095
020-1.gat,0,0,0|script|Mob020-1|-1,{
+On1095:
+ set @mobID, 1095;
+ callfunc "MobPoints";
+ end;
+
end;
}