The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
playbgm Not playing
-
Recently Browsing 0 members
- No registered users viewing this page.
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 MystoganLink to comment
Share on other sites
2 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.