diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-14 21:18:58 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-14 21:18:58 +0200 |
commit | 02f46776b3446475df6b4aee5a703615e45a4e6d (patch) | |
tree | 5719d829539a12f29eeeafa82171a216fddb5c2b /world/map | |
parent | 7e60b8c07a12da0305c120a8765b0b07ce31c9eb (diff) | |
download | serverdata-02f46776b3446475df6b4aee5a703615e45a4e6d.tar.gz serverdata-02f46776b3446475df6b4aee5a703615e45a4e6d.tar.bz2 serverdata-02f46776b3446475df6b4aee5a703615e45a4e6d.tar.xz serverdata-02f46776b3446475df6b4aee5a703615e45a4e6d.zip |
Adding maggots to 042-1.
This is to make it possible to train in case the status points were distributed badly.
Converter ran.
Submodule pointer updated.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/042-1/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/042-1/_mobs.txt b/world/map/npc/042-1/_mobs.txt index 07021b21..db1aa772 100644 --- a/world/map/npc/042-1/_mobs.txt +++ b/world/map/npc/042-1/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Tulimshar Suburbs mobs +042-1.gat,0,0,0,0|monster|Maggot|1002,5,100000,30000,Mob042-1::On1002 042-1.gat,0,0,0|script|Mob042-1|-1,{ +On1002: + set @mobID, 1002; + callfunc "MobPoints"; + end; + end; } |