Jump to content
  • 0

playbgm Not playing


Mystogan

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  05/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you dont have to specify the file extension

playbgmall "13";
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  05/05/12
  • Last Seen:  

yea i had it both ways the problem is fixed now dont really know what fixed it 0_O but thanks

Link to comment
Share on other sites

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.

×
×
  • Create New...