hello im trying to make a npc play a song to the server once its triggerd but for somereason i see the anouncements but the sound just goes away
playBGMall "BGM/13.mp3"; set $@ran, rand(10,50); set .mobs_left, $@ran; sleep2 1000; announce "[ Rune-Guard ]: The Portal To Gods Tower Floor 1 Has Ben Called ", bc_all; sleep2 2000; announce "[ Rune-Guard ]: All who wish to join the raid Must gather now", bc_all; sleep2 2000; announce "[ Rune-Guard ]: The Portal is now Open and will remain open for a limited Time", bc_all;
i have tried
playBGMall "13"; set $@ran, rand(10,50); set .mobs_left, $@ran; sleep2 1000; announce "[ Rune-Guard ]: The Portal To Gods Tower Floor 1 Has Ben Called ", bc_all; sleep2 2000; announce "[ Rune-Guard ]: All who wish to join the raid Must gather now", bc_all; sleep2 2000; announce "[ Rune-Guard ]: The Portal is now Open and will remain open for a limited Time", bc_all;
and none seem to work i know the script is working since it does announce but the sound just goes silent
Question
Mystogan
hello im trying to make a npc play a song to the server once its triggerd but for somereason i see the anouncements but the sound just goes away
playBGMall "BGM/13.mp3";
set $@ran, rand(10,50);
set .mobs_left, $@ran;
sleep2 1000;
announce "[ Rune-Guard ]: The Portal To Gods Tower Floor 1 Has Ben Called ", bc_all;
sleep2 2000;
announce "[ Rune-Guard ]: All who wish to join the raid Must gather now", bc_all;
sleep2 2000;
announce "[ Rune-Guard ]: The Portal is now Open and will remain open for a limited Time", bc_all;
i have tried
playBGMall "13";
set $@ran, rand(10,50);
set .mobs_left, $@ran;
sleep2 1000;
announce "[ Rune-Guard ]: The Portal To Gods Tower Floor 1 Has Ben Called ", bc_all;
sleep2 2000;
announce "[ Rune-Guard ]: All who wish to join the raid Must gather now", bc_all;
sleep2 2000;
announce "[ Rune-Guard ]: The Portal is now Open and will remain open for a limited Time", bc_all;
and none seem to work i know the script is working since it does announce but the sound just goes silent
Problem Fixed
Edited by Mystogan2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.