summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-10 20:13:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-10 20:13:22 -0300
commit1134c4addcd4a69b886613fd53145b2241b38c0a (patch)
tree0a96b1f3c2195d9c11f4547219d618b47b164a27
parent663b284860416b72c8dcee5604aab281855e4675 (diff)
downloadserverdata-1134c4addcd4a69b886613fd53145b2241b38c0a.tar.gz
serverdata-1134c4addcd4a69b886613fd53145b2241b38c0a.tar.bz2
serverdata-1134c4addcd4a69b886613fd53145b2241b38c0a.tar.xz
serverdata-1134c4addcd4a69b886613fd53145b2241b38c0a.zip
Dracula's Fortress, first level
-rw-r--r--npc/029-0/mobs.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt
index b35138188..b549d97f4 100644
--- a/npc/029-0/mobs.txt
+++ b/npc/029-0/mobs.txt
@@ -41,6 +41,7 @@ function SFsetup1 {
areamonster("029-1", 15, 15, 77, 120, strmobinfo(1, Scar), Scar, 60, .e1$);
areamonster("029-1", 15, 15, 255, 255, strmobinfo(1, Crafty), Crafty, 320, .e1$);
areamonster("029-1", 15, 15, 255, 255, strmobinfo(1, GiantMutatedBat), GiantMutatedBat, 30, .e1$);
+ areamonster("029-1", 15, 15, 255, 255, strmobinfo(1, Scar), Scar, 100, .e1$);
areamonster("029-1", 195, 15, 290, 100, strmobinfo(1, Forain), Forain, 54, .e1$);
areamonster("029-1", 77, 15, 195, 75, strmobinfo(1, GreenDragon), GreenDragon, 45, .e1$);
areamonster("029-1", 75, 75, 205, 100, strmobinfo(1, EliteDuck), EliteDuck, 40, .e1$);
@@ -55,30 +56,50 @@ function SFsetup1 {
}
function SFsetup2 {
+ areamonster("029-2", 20, 28, 51, 33, strmobinfo(1, BlackMamba), BlackMamba, 15, .e2$);
+ areamonster("029-2", 20, 34, 51, 42, strmobinfo(1, GreenSkullSlime), GreenSkullSlime, 20, .e2$);
+ areamonster("029-2", 20, 42, 32, 70, strmobinfo(1, Centaur), Centaur, 15, .e2$);
+ areamonster("029-2", 39, 42, 51, 70, strmobinfo(1, TerraniteProtector), TerraniteProtector, 15, .e2$);
+ areamonster("029-2", 32, 42, 40, 70, strmobinfo(1, GoboBear), GoboBear, 13, .e2$);
+ areamonster("029-2", 20, 20, 35, 70, strmobinfo(1, Moonshroom), TerraniteProtector, 5, .e2$);
+ // MAP BOSS
+ monster("029-2", 46, 68, "Level Boss", YetiKing, 1, .e2$);
return;
}
function SFsetup3 {
+ // MAP BOSS
+ monster("029-3", 82, 89, "Level Boss", FallenKing2, 1, .e3$);
return;
}
function SFsetup4 {
+ // MAP BOSS
+ monster("029-4", 73, 77, "Level Boss", PsiConscience, 1, .e4$);
return;
}
function SFsetup5 {
+ // MAP BOSS
+ monster("029-5", 70, 26, "Level Boss", TerraniteKing, 1, .e5$);
return;
}
function SFsetup6 {
+ // MAP BOSS
+ monster("029-6", 31, 91, "Level Boss", PinkieEmperor, 1, .e6$);
return;
}
function SFsetup7 {
+ // MAP BOSS
+ monster("029-7", 66, 35, "Level Boss", PanthomLord, 1, .e7$);
return;
}
function SFsetup8 {
+ // MAP BOSS
+ monster("029-8", 206, 149, "Level Boss", Tortuga, 1, .e8$);
return;
}