diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-12 15:51:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-12 15:51:44 -0300 |
commit | 60b42f980d42da5a50a37b3edb7ef471bfc795ae (patch) | |
tree | e975234516c8ef5aacc60fcc78e91b53b1267390 /world/map | |
parent | 5e80b6670f5813ddeae79f9a72cc24692cafc50f (diff) | |
download | serverdata-60b42f980d42da5a50a37b3edb7ef471bfc795ae.tar.gz serverdata-60b42f980d42da5a50a37b3edb7ef471bfc795ae.tar.bz2 serverdata-60b42f980d42da5a50a37b3edb7ef471bfc795ae.tar.xz serverdata-60b42f980d42da5a50a37b3edb7ef471bfc795ae.zip |
Prevent monsters from spawning at the bottom-most line of Keshlam Maze
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/099-8/mobs.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/099-8/mobs.txt b/world/map/npc/099-8/mobs.txt index db971236..67518836 100644 --- a/world/map/npc/099-8/mobs.txt +++ b/world/map/npc/099-8/mobs.txt @@ -25,7 +25,7 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath2")+1; if ($@KeshlamMc < 360) - areamonster "099-8", 201, 20, 402, 201, "", 1141, 360-$@KeshlamMc, "Keshlam Maze::OnDeath2"; + areamonster "099-8", 201, 20, 372, 201, "", 1141, 360-$@KeshlamMc, "Keshlam Maze::OnDeath2"; set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath3")+1; if ($@KeshlamMc < 360) @@ -33,7 +33,7 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath4")+1; if ($@KeshlamMc < 360) - areamonster "099-8", 201, 201, 402, 402, "", 1141, 360-$@KeshlamMc, "Keshlam Maze::OnDeath4"; + areamonster "099-8", 201, 201, 372, 402, "", 1141, 360-$@KeshlamMc, "Keshlam Maze::OnDeath4"; // TYPE 1140, TENGU @@ -43,7 +43,7 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath6")+1; if ($@KeshlamMc < 360) - areamonster "099-8", 201, 20, 402, 201, "", 1140, 360-$@KeshlamMc, "Keshlam Maze::OnDeath6"; + areamonster "099-8", 201, 20, 372, 201, "", 1140, 360-$@KeshlamMc, "Keshlam Maze::OnDeath6"; set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath7")+1; if ($@KeshlamMc < 360) @@ -51,7 +51,7 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath8")+1; if ($@KeshlamMc < 360) - areamonster "099-8", 201, 201, 402, 402, "", 1140, 360-$@KeshlamMc, "Keshlam Maze::OnDeath8"; + areamonster "099-8", 201, 201, 372, 402, "", 1140, 360-$@KeshlamMc, "Keshlam Maze::OnDeath8"; /* @@ -63,7 +63,7 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath10")+1; if ($@KeshlamMc < 300) - areamonster "099-8", 201, 20, 402, 201, "", 1141, 300-$@KeshlamMc, "Keshlam Maze::OnDeath10"; + areamonster "099-8", 201, 20, 372, 201, "", 1141, 300-$@KeshlamMc, "Keshlam Maze::OnDeath10"; set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath11")+1; if ($@KeshlamMc < 300) @@ -71,14 +71,14 @@ L_Main: set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath12")+1; if ($@KeshlamMc < 300) - areamonster "099-8", 201, 201, 402, 402, "", 1141, 300-$@KeshlamMc, "Keshlam Maze::OnDeath12"; + areamonster "099-8", 201, 201, 372, 402, "", 1141, 300-$@KeshlamMc, "Keshlam Maze::OnDeath12"; */ // Maintain a minimal MANA SLAYER guarnition set $@KeshlamMc, mobcount("099-8", "Keshlam Maze::OnDeath13")+1; if ($@KeshlamMc < 200) - areamonster "099-8", 20, 20, 402, 402, "", 1143, 200-$@KeshlamMc, "Keshlam Maze::OnDeath13"; + areamonster "099-8", 20, 20, 372, 402, "", 1143, 200-$@KeshlamMc, "Keshlam Maze::OnDeath13"; // Extra Layer: The bonus layer |