How do i add remove NPCs in 5165 because its all laid out in txt files and its weird can any help me
<edit> nvm about the sound
<edit> nvm about the sound
What does he mean sound? like when you click on a NPC it plays certain sounds? if so i will have a play around now. got nothing else to do lolQuote:
No no! Wait! Lol, I would love to know how to do that with sound! I'll look into it tomorrow when my laptop is up and running since I just got it back. So excited!
Your code doesn't do what you think it does. The OP most likely meant [Only registered and activated users can see links. Click Here To Register...]. Refer to Korvac's post.Quote:
What does he mean sound? like when you click on a NPC it plays certain sounds? if so i will have a play around now. got nothing else to do lol
**EDIT** Use my sig and go to how to make a NPC play sounds!
I think you will find it does do exactly what i said it does. When you click on a NPC it plays a wav file. Have tested this myself. i did not want it to be an external music player.Quote:
Your code doesn't do what you think it does. The OP most likely meant [Only registered and activated users can see links. Click Here To Register...]. Refer to Korvac's post.
But that is what yours is!Quote:
i did not want it to be an external music player.
Aha sorry was really tired last night lol, will post the right way of doing it soon haha :)Quote:
But that is what yours is!
When you say that you have tested this yourself, I assume that there was no one else on your server to test this, and that you tested this on the same computer from which the server was running. Every time anyone starts a conversation with an NPC, your wav file will be played only on the server's computer, and the client (connected from a different computer) will not hear it. In other words, your server is acting as an external music player, that the client cannot hear. The proper way to do this is through the way discussed in the thread I linked above (using the string packet, not Emme's creation).