summaryrefslogtreecommitdiff
path: root/npc/029-0/mobs.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-10 22:00:38 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-10 22:00:38 -0300
commitcd3860a5a6ae51acf4c1c68612101a8c339565cf (patch)
tree4ae1898d22ec24d5516d40fd0754f759f2a8371a /npc/029-0/mobs.txt
parent0addef5c2b5b21b52c507858753a607dfb6c4317 (diff)
downloadserverdata-cd3860a5a6ae51acf4c1c68612101a8c339565cf.tar.gz
serverdata-cd3860a5a6ae51acf4c1c68612101a8c339565cf.tar.bz2
serverdata-cd3860a5a6ae51acf4c1c68612101a8c339565cf.tar.xz
serverdata-cd3860a5a6ae51acf4c1c68612101a8c339565cf.zip
Add mobs to some more areas
Diffstat (limited to 'npc/029-0/mobs.txt')
-rw-r--r--npc/029-0/mobs.txt33
1 files changed, 23 insertions, 10 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt
index e8635c85b..73b1223ee 100644
--- a/npc/029-0/mobs.txt
+++ b/npc/029-0/mobs.txt
@@ -38,7 +38,7 @@ OnInit:
end;
function SFspawn {
- .@am=($FIRESOFSTEAM > getarg(8) ? (getarg(6)*6/10) : getarg(6));
+ .@am=($FIRESOFSTEAM > getarg(8) && !$@GM_OVERRIDE ? (getarg(6)*6/10) : getarg(6));
debugmes "Spawning %d/%d mobs on %s", .@am, getarg(6), getarg(0);
areamonster(getarg(0), getarg(1), getarg(2), getarg(3), getarg(4),
strmobinfo(1, getarg(5)), getarg(5), .@am,
@@ -78,22 +78,35 @@ function SFsetup2 {
}
function SFsetup3 {
- SFspawn("029-3", 20, 20, 130, 100, DustGatling, 60, .e3$, 3);
- SFspawn("029-3", 20, 20, 130, 100, Scar, 60, .e3$, 3);
+ SFspawn("029-3", 20, 20, 130, 100, DustGatling, 40, .e3$, 3);
+ SFspawn("029-3", 20, 20, 130, 100, Scar, 50, .e3$, 3);
+ SFspawn("029-3", 20, 20, 130, 100, Skeleton, 80, .e3$, 3);
SFspawn("029-3", 20, 20, 130, 100, GreenSkullSlime, 20, .e3$, 3);
- SFspawn("029-3", 20, 20, 48, 62, Troll, 35, .e3$, 3);
- SFspawn("029-3", 20, 62, 53, 100, Michel, 35, .e3$, 3);
- SFspawn("029-3", 47, 20, 72, 50, LavaSkullSlime, 35, .e3$, 3);
- SFspawn("029-3", 72, 20, 130, 50, ShadowPixie, 25, .e3$, 3);
- SFspawn("029-3", 67, 49, 130, 64, GoboBear, 35, .e3$, 3);
- SFspawn("029-3", 67, 62, 99, 100, BlackMamba, 35, .e3$, 3);
- SFspawn("029-3", 100, 62, 130, 100, JackO, 35, .e3$, 3);
+ SFspawn("029-3", 20, 20, 48, 62, Troll, 25, .e3$, 3);
+ SFspawn("029-3", 20, 62, 53, 100, Michel, 30, .e3$, 3);
+ SFspawn("029-3", 47, 20, 72, 50, LavaSkullSlime, 25, .e3$, 3);
+ SFspawn("029-3", 72, 20, 130, 50, ShadowPixie, 18, .e3$, 3);
+ SFspawn("029-3", 67, 49, 130, 64, GoboBear, 25, .e3$, 3);
+ SFspawn("029-3", 67, 62, 99, 100, BlackMamba, 30, .e3$, 3);
+ SFspawn("029-3", 100, 62, 130, 100, JackO, 30, .e3$, 3);
// MAP BOSS
monster("029-3", 82, 89, "Level Boss", FallenKing2, 1, .e3$);
return;
}
function SFsetup4 {
+ SFspawn("029-4", 20, 20, 130, 100, DustRifle, 40, .e4$, 4);
+ SFspawn("029-4", 20, 20, 130, 100, Skeleton, 60, .e4$, 4);
+ SFspawn("029-4", 20, 20, 130, 100, ArmoredSkeleton, 20, .e4$, 4);
+
+ SFspawn("029-4", 38, 22, 120, 28, FireSkull, 30, .e4$, 4);
+ SFspawn("029-4", 38, 30, 128, 44, GreenSkullSlime, 30, .e4$, 4);
+ SFspawn("029-4", 20, 22, 35, 68, BlackSkullSlime, 30, .e4$, 4);
+ SFspawn("029-4", 37, 44, 128, 60, Reaper, 24, .e4$, 4);
+ SFspawn("029-4", 88, 60, 128, 85, Jhon, 20, .e4$, 4);
+ SFspawn("029-4", 20, 69, 60, 101, Mandragora, 20, .e4$, 4);
+ SFspawn("029-4", 62, 61, 86, 92, JackO, 15, .e4$, 4); // BOSS
+ SFspawn("029-4", 60, 94, 128, 101, NulityPixie, 15, .e4$, 4);
// MAP BOSS
monster("029-4", 73, 77, "Level Boss", PsiConscience, 1, .e4$);
return;