diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 11:17:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 11:17:35 -0300 |
commit | 40f469ddf98db2033cba1674855dc9284d27efa1 (patch) | |
tree | 4b03fde577d315339d73af738e12cf93e0eda9f0 /npc | |
parent | c6d6c24e8b3fe9adb124892bb3021140752093ca (diff) | |
download | serverdata-40f469ddf98db2033cba1674855dc9284d27efa1.tar.gz serverdata-40f469ddf98db2033cba1674855dc9284d27efa1.tar.bz2 serverdata-40f469ddf98db2033cba1674855dc9284d27efa1.tar.xz serverdata-40f469ddf98db2033cba1674855dc9284d27efa1.zip |
music
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/ayasha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 8d5d2677b..2ca2635f1 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -142,6 +142,7 @@ L_MKControl: close; L_MKSmall: + changemusic "005-1", "mythica.ogg"; pvpon("005-1"); announce(l("##1WARNING! WARNING! Siege starting at Candor!!"), bc_all); areamonster("005-1", 0, 0, 105, 105, l("Black Scorpion"), 1074, 1, "Ayasha::OnBlackScorpionDeath"); @@ -225,6 +226,7 @@ OnTimer600000: end; OnTimer630000: + changemusic "005-1", "bartk - the adventure begins.ogg"; killmonsterall("005-1", 0); pvpoff("005-1"); announce(("Candor siege is over!"), bc_all); |