Jump to content
  • 0

Client Side - Some sound effects don't play


ranmaster27

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Hey rAthena Boards

I'm working on my own server atm, and I was testing item delays.
So I've set couple items to have a delay after consumption, but I was wondering why the sound effect of the item used wasn't being played.

Item 607, Yggdrasil Berry doesn't play the *bling* sound when it is used, only the blue ring effect appears, but that effect is also linked with SP items like, Grapes and all, but they don't play the sound effect either when consumed.
Red Pots, and Blue Pots don't have their sound effect either, but items like Concentration Potions and it's Alternatives still play their sound effect when being used.

So I'm a little puzzled on where to look to find a fix for this.
Any clue on where to start??


Thanks, looking forward towards an answer.

Ran
 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Welp, I just did a work around through manual item_db scripting.

Apparently @effect still plays the default potion/healing sounds, so I just added this into their code in item_db.txt

+misceffect <effectnum>; for each healing item with no effect sound.

501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; misceffect 204; },{},{}
502,Orange_Potion,Orange Potion,0,200,,100,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(105,145),0; misceffect 205; },{},{}
503,Yellow_Potion,Yellow Potion,0,550,,130,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(175,235),0; misceffect 206; },{},{}
504,White_Potion,White Potion,0,1200,,150,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(325,405),0; misceffect 207; },{},{}
505,Blue_Potion,Blue Potion,0,5000,,150,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal 0,rand(40,60); misceffect 208; },{},{}
506,Green_Potion,Green Potion,0,40,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_HALLUCINATION; misceffect 209; },{},{}
507,Red_Herb,Red Herb,0,18,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(18,28),0;  misceffect 204;},{},{}
508,Yellow_Herb,Yellow Herb,0,40,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(38,58),0; misceffect 206; },{},{}
509,White_Herb,White Herb,0,120,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(75,115),0; misceffect 207; },{},{}
510,Blue_Herb,Blue Herb,0,60,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal 0,rand(15,30); misceffect 208; },{},{}
511,Green_Herb,Green Herb,0,10,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_end SC_POISON; misceffect 209; },{},{}

Hopefully it's doesn't make the server lag too much. =(

Edited by ranmaster27
Typos
Link to comment
Share on other sites

  • 0

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

if I recall correctly, these are hexed in the client.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Hmm, so It might be a hexed issue?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   4
  • Joined:  11/20/12
  • Last Seen:  

a friend just asked me about this, something about potions without sound, did you find a solution for this?

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