summaryrefslogtreecommitdiff
path: root/npc/001-10/scripts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-10/scripts.txt')
-rw-r--r--npc/001-10/scripts.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt
index d6a38fe8e..46909b8a2 100644
--- a/npc/001-10/scripts.txt
+++ b/npc/001-10/scripts.txt
@@ -65,6 +65,18 @@ OnSDeath:
spawner("#CODMASTER::OnSDeath", 0, 129, 200, 150);
end;
+OnCDeath:
+ spawner("#CODMASTER::OnCDeath", 73, 45, 132, 86);
+ end;
+
+OnWDeath:
+ spawner("#CODMASTER::OnWDeath", 10, 25, 72, 122);
+ end;
+
+OnEDeath:
+ spawner("#CODMASTER::OnEDeath", 160, 45, 190, 130);
+ end;
+
OnDeath:
spawner("#CODMASTER::OnDeath");
end;
@@ -75,9 +87,12 @@ OnDeath:
OnInit:
areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 10, "#CODMASTER::OnBatDeath");
- spawner("#CODMASTER::OnDeath", 0, 0, 200, 150, 15);
- spawner("#CODMASTER::OnNDeath", 0, 10, 200, 25, 6);
- spawner("#CODMASTER::OnSDeath", 0, 129, 200, 150, 4);
+ spawner("#CODMASTER::OnDeath", 0, 0, 200, 150, 3);
+ spawner("#CODMASTER::OnNDeath", 0, 10, 200, 25, 5);
+ spawner("#CODMASTER::OnSDeath", 0, 129, 200, 150, 3);
+ spawner("#CODMASTER::OnCDeath", 73, 45, 132, 86, 4);
+ spawner("#CODMASTER::OnWDeath", 10, 25, 72, 122, 5);
+ spawner("#CODMASTER::OnEDeath", 160, 45, 190, 130, 4);
end;
}