RoxasV Posted September 11, 2014 Posted September 11, 2014 (edited) Hi, i need help :c i can't edit the sound of a mob, when i do it and i change of act it dissapear. As i show on the image, i clic the sound feature and then i add a sound (like horn stand) but it doesn't save it :/ It remains on blank Regards Edited September 11, 2014 by Roxas18 Quote
Tokei Posted September 12, 2014 Posted September 12, 2014 (edited) This is a known issue with ActOR2. As far as I know, the only way to change the sound ID is to use a lua script with the "SetSoundNo(ActionId, FrameId, SoundId)" method. Example, to change all the frames with the first sound in your sound list, you could use : for ActionId = 0, GetNumAct() - 1 do for FrameId = 0, GetNumFrame(ActionId) - 1 do for PID = 0, GetNumPat(ActionId, FrameId) - 1 do SetSoundNo(ActionId, FrameId, 0); end end end Hope this helps! Edited September 12, 2014 by Tokei Quote
RoxasV Posted September 12, 2014 Author Posted September 12, 2014 thanks for the answer bro, i will try it. Quote
Tampax Posted November 5, 2014 Posted November 5, 2014 tried so many forums and so many ways, seems imposible to add sounds to any custom moobs, tryed even on a winXP virtual machine. How the hell ppl adds sounds to their custom moobs I dont understand.... Quote
Adel Posted November 6, 2014 Posted November 6, 2014 I sort of found a temporary solution to this problem. I'm not exactly sure how it works but try this. put the sound file to the frame you want in actor2 and press the 'enter key' a few time and while you are still at that frame click on the 'interval box' press enter a few times now change the frame and come back to it, see if the sound saved. Hit enter as many times as you can between the 2 boxes and eventually the sound will get saved. This worked for me. Quote
Question
RoxasV
Hi, i need help :c i can't edit the sound of a mob, when i do it and i change of act it dissapear.
As i show on the image, i clic the sound feature and then i add a sound (like horn stand) but it doesn't save it :/ It remains on blank
Regards
Edited by Roxas184 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.