diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-25 16:54:57 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-25 16:54:57 +0100 |
commit | 4594c392072680830070e530f27d577aa1b10b6f (patch) | |
tree | dd48b423cb497faaa93103c6939ebb721b0a03fc /npc | |
parent | 7bb024a2e1524339a1e9c15cccd9b1c51fc42bca (diff) | |
download | serverdata-4594c392072680830070e530f27d577aa1b10b6f.tar.gz serverdata-4594c392072680830070e530f27d577aa1b10b6f.tar.bz2 serverdata-4594c392072680830070e530f27d577aa1b10b6f.tar.xz serverdata-4594c392072680830070e530f27d577aa1b10b6f.zip |
barrrel now spawn house maggot
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-3/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-3/_mobs.txt b/npc/005-3/_mobs.txt index 5b8cc1a28..02272b984 100644 --- a/npc/005-3/_mobs.txt +++ b/npc/005-3/_mobs.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 005-3: Storage House mobs -005-3,34,37,10,3 monster Cave Maggot 1027,8,35000,300000 +005-3,34,37,10,3 monster House Maggot 1084,8,40000,300000 diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index 8c347678e..6dbd26f64 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -31,7 +31,7 @@ function script CheckBarrel { goto L_Loop;
L_BarrelTally:
- areamonster "005-3", 24, 34, 45, 42, "Cave Maggot", 1027, 1;
+ areamonster "005-3", 24, 34, 45, 42, "House Maggot", 1084, 1;
if (@barrel_count == 8)
{
message strcharinfo(0), "You found the bug bomb.";
|