summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-27 11:52:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-27 11:52:20 -0300
commit19c34ece2c92f1da477a8b06c3e26f39c14ebdec (patch)
tree45418112f74e5524d04985c699a9f15ebcfff949 /npc/025-1
parent2a571c4e2b08f59ce583f64a8f73fdf5c8ab2260 (diff)
downloadserverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.gz
serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.bz2
serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.xz
serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.zip
Boss fanfare: Terogan, Night Dragon, Monster Army Generic Officers, Monster Admiral, Monster Governor, Pinkie Emperor, Frostia's Generic Yeti, Monster King's Illusion, Moubootaur (Sealed), Monster King (original), Luvia Gemini [hack], Pirate Captain Marley, Masked Assassin, Platinum Queen (Soul Eater), Dusty People's Boss, Demure Queen of Dragons, Tulimshar's Generic Assassin, The Icicle.
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 85b4c74d2..7b1d76839 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -459,12 +459,13 @@ OnConquest:
if (playerattached()) {
getexp 500000, 100000;
getitem StrangeCoin, rand2(40,50);
+ specialeffect(FX_FANFARE, AREA, getcharid(3));
}
// Experience injection to the survivors
maptimer("025-1", 10, "Gate#F::OnConBonus");
stopnpctimer;
// Begin Fires of Steam if needed
- if ($MK_TEMPVAR == MK_FIRESOFSTEAM_START) {
+ if (!$FIRESOFSTEAM && $MK_TEMPVAR >= MK_FIRESOFSTEAM_START) {
kamibroadcast("Andrei Sakar : It has been about three months since we begun battling for control overthe Fortress Town.");
sleep(5000);
kamibroadcast("Andrei Sakar : Since this begun, however, we've heard nothing of Artis Town.");