From d050324f43f75aab9993ebeac17ee7529dfea9be Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 20 Mar 2021 14:59:15 -0300 Subject: Music Control --- npc/029-9/boss.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc') diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index 6da8083aa..ab1cee106 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -39,6 +39,7 @@ Level of difficulty setting (100/130/160/190/220) default: .@d$="Unknown"; } mapannounce("029-9", "Difficulty Selected: ##B"+.@d$+"##b", 0); + changemusic("029-9", "mythica.ogg"); closeclientdialog; // Dispose of the GM warp "029-8", 175, 80; @@ -157,12 +158,14 @@ Level of difficulty setting (100/130/160/190/220) sleep(1000); unittalk($@FOS_ISB, "We will see! Engarde!!"); initnpctimer; + changemusic("029-9", "let_the_battles_begin.ogg"); end; ////////////// Prologue End ////////////// OnProlEnd: if (playerattached()) getexp 200000, 50000; + changemusic("029-9", "steam.ogg"); mapannounce("029-9", "##1##BA huge sound is heard from the basement.", 0); $@FIRESOFSTEAM_BOSS=2; enablenpc "#029-9_91_26"; // To Moubootaur @@ -295,11 +298,13 @@ OnProlEnd: setunitdata(.Support4, UDT_RACE, RC_Legendary); setunitdata(.Support5, UDT_RACE, RC_Legendary); initnpctimer; + changemusic("029-9", "Arabesque.ogg"); end; ////////////// Player's Victory ////////////// OnEventEnd: stopnpctimer; + changemusic("029-9", "Misty_Shrine.ogg"); enablenpc "#029-9_97_49"; // Exit enablenpc "#029-9_103_48"; // To Storage enablenpc "#029-9_34_23"; // From Moubootaur -- cgit v1.2.3-70-g09d2