Jump to content
  • 0

playbgm Not playing


Question

Posted (edited)

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 Mystogan

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...