Jump to content
  • 0

Wav error?


Deviszh

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

image.jpg

 

I don't know why im getting errors on this? Don't where can i find this error. Everytime I get 3 kills it pops up.

 

wave :: cannot find file :wav

0_ks3.wave

Edited by Kinkkynipps
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

image.jpg

 

I don't know why im getting errors on this? Don't where can i find this error. Everytime I get 3 kills it pops up.

 

wave :: cannot find file :wav

0_ks3.wave

 

That means you don't have 0_ks3.wave file.

If you want disable, it, and you said that it's happened ONLY when you kill 3 times other character, that means you have some script like pvp system, or something like that which trigger OnPcKillEvent playing this file.

 

How can you find which scipt trigger it? Use search text in all files in your text editor, or with specific tool like this

 

Or you can try to download NotePad++ or Sublime Text, or Atom both of these editors very good for source edits, and in both of these editors you will have option to search for specific text in all  your script files or folder.

When you will find in text editor the line which have "0_ks3" just comment it, and problem will be solved for you.

Edited by Anacondaqq
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

 

image.jpg

 

I don't know why im getting errors on this? Don't where can i find this error. Everytime I get 3 kills it pops up.

 

wave :: cannot find file :wav

0_ks3.wave

 

That means you don't have 0_ks3.wave file.

If you want disable, it, and you said that it's happened ONLY when you kill 3 times other character, that means you have some script like pvp system, or something like that which trigger OnPcKillEvent playing this file.

 

How can you find which scipt trigger it? Use search text in all files in your text editor, or with specific tool like this

 

Or you can try to download NotePad++ or Sublime Text, or Atom both of these editors very good for source edits, and in both of these editors you will have option to search for specific text in all  your script files or folder.

 

 

i checked my pvp scripts and find the ks error. But my pvp scripts dont have ks command.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  92
  • Reputation:   17
  • Joined:  08/11/12
  • Last Seen:  

@Kinkkynipps
Can you post your entire script? So I can debug and fix that for you... It's pretty easy as Anacondaqq just said. All you need is to do is to check the OnPCKillEvent event and change it to not call the wav command OR you can just put the wav in your data/wav folder so you'll be able to hear the sound effect every 3 kills you have done.

Edited by _Okuz_
Link to comment
Share on other sites

  • 0

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

make sure you have the proper wav files added to your GRF.

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