Jump to content
  • 0

Sound Effects Not Working on ItemDB Bonus Scripts


Humble_Bee

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.03
  • Content Count:  112
  • Reputation:   9
  • Joined:  09/22/19
  • Last Seen:  

This is my entry: 

4294,Quve_Card,Quve Card,6,20,,10,,,,,,,,128,,,,,{ autobonus "{ bonus2 bRegenPercentHP,-1,5000; bonus2 bAddEff,Eff_Blind,900; }",50,30000,BF_WEAPON,"{ misceffect 255; soundeffect "bathory_die.wav",0;}";},{},{}

The error in mapserver keeps saying it is expecting a ; after the " right before the file name for the soundeffect. Obviously the game is reading this as the end of the autobonus section, because a " is needed there too. Has anyone gotten sound effects to work with autobonus that can share what they did?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

Bad script!

Use:

soundeffectall "bathory_die.wav",0;

 

instead

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...