summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHello=) <hello@themanaworld.org>2024-12-07 11:05:49 +0300
committerHello TMW <hello@themanaworld.org>2024-12-13 10:33:54 +0000
commitb098ecc78d414fe73b9314dfa298df572eb94e31 (patch)
treeb033c68056a2d4e7a9c15ac965155e047de35a32
parent0ea8890e2f68d7c82219d7bd4de935ccc420f19a (diff)
downloadserverdata-b098ecc78d414fe73b9314dfa298df572eb94e31.tar.gz
serverdata-b098ecc78d414fe73b9314dfa298df572eb94e31.tar.bz2
serverdata-b098ecc78d414fe73b9314dfa298df572eb94e31.tar.xz
serverdata-b098ecc78d414fe73b9314dfa298df572eb94e31.zip
Remove BlueSlime -> SlimeBlast split, too easy slime to kill and can cause issues in Sages quest
-rw-r--r--world/map/npc/functions/spawns_on_mobkill.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/world/map/npc/functions/spawns_on_mobkill.txt b/world/map/npc/functions/spawns_on_mobkill.txt
index 3c55b822..4d8dc81b 100644
--- a/world/map/npc/functions/spawns_on_mobkill.txt
+++ b/world/map/npc/functions/spawns_on_mobkill.txt
@@ -7,7 +7,6 @@ function|script|spawns_on_mobkill
{
if (@mobID == SeaSlimeMother) goto L_SplitSea;
if (@mobID == GreenSlimeMother) goto L_SplitGreen;
- if (@mobID == BlueSlime) goto L_SplitBlue;
if (@mobID == Tormenta) goto L_TorWitchDead;
if (@mobID == Luvia) goto L_LuvWitchDead;
return;
@@ -20,10 +19,6 @@ L_SplitGreen:
void call("spawn_mobs_around", getmap(), @mobX, @mobY, AngryGreenSlime, rand(8, 20));
return;
-L_SplitBlue:
- void call("spawn_mobs_around", getmap(), @mobX, @mobY, SlimeBlast, rand(1, 6));
- return;
-
L_TorWitchDead:
void call("spawn_mobs_around", getmap(), @mobX, @mobY, VoidBat, rand(7, 12));
void call("spawn_mobs_around", getmap(), @mobX, @mobY, DemonicSpirit, rand(5, 10));