From e29d4d967c668c25148cd894b47780dd26e378ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 23 Mar 2018 14:18:40 -0300 Subject: Sieges at Tulimshar changes music background --- npc/003-1/lieutenantdausen.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-1/lieutenantdausen.txt') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 326ba235b..bf678329b 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -97,6 +97,7 @@ L_MKControl: close; L_MKSmall: + changemusic "003-1", "mythica.mp3"; $@SIEGE_TULIM=0; // factor zero pvpon("003-1"); pvpon("004-1"); @@ -106,6 +107,7 @@ L_MKSmall: close; L_MKMedium: + changemusic "003-1", "eric matyas - ghoulish fun.ogg"; $@SIEGE_TULIM=1; // factor one pvpon("003-1"); pvpon("004-1"); @@ -115,6 +117,7 @@ L_MKMedium: close; L_MKHuge: + changemusic "003-1", "misuse.ogg"; $@SIEGE_TULIM=5; // factor five pvpon("003-1"); pvpon("004-1"); @@ -264,6 +267,7 @@ OnTimer600000: end; OnTimer630000: + changemusic "003-1", "bartk - the adventure begins.ogg"; // Restore to default $@SIEGE_TULIM$=0; killmonsterall("003-1", 0); killmonsterall("004-1", 0); -- cgit v1.2.3-60-g2f50