ichikun1 Posted April 22, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 05/11/17 Last Seen: April 3 Share Posted April 22, 2018 (edited) Hello folks, please help how to make player cast text whlie playing sound effects everytime he/she uses skills like F1 etc..... for female & male thank's Edited April 23, 2018 by ichikun1 update question Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted April 23, 2018 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted April 23, 2018 Default the text will show isn't it? Like this Quote Link to comment Share on other sites More sharing options...
0 ichikun1 Posted April 23, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 05/11/17 Last Seen: April 3 Author Share Posted April 23, 2018 (edited) yes sir, but i want to change or or put some sound effect like voice ? if hi died or using skills? is this possible? - script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; } "plus this one" + soundeffect "dead.wav",0; ???? please help thank's Edited April 23, 2018 by ichikun1 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted April 23, 2018 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted April 23, 2018 You need to edit each skill line in source code to play specific sound effect when using skills. Quote Link to comment Share on other sites More sharing options...
0 ichikun1 Posted April 23, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 05/11/17 Last Seen: April 3 Author Share Posted April 23, 2018 (edited) where can i find it sir? is this possible? - script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; } "plus this one" + soundeffect "dead.wav",0; if the player is dead this soundclip will play? Edited April 23, 2018 by ichikun1 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted April 23, 2018 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted April 23, 2018 Example : Swordman Bash Skills src\map\skill.cpp ( Line 1207 ) Quote Link to comment Share on other sites More sharing options...
0 ichikun1 Posted April 23, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 05/11/17 Last Seen: April 3 Author Share Posted April 23, 2018 thank you mr. TARTs........ I have another idea.... Problem solved.... Thank's for mr. Christian Kontra for helping me. Stay cool sir godbless us Quote Link to comment Share on other sites More sharing options...
0 daL Posted May 7, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 09/27/12 Last Seen: Saturday at 04:11 AM Share Posted May 7, 2020 @ichikun1 what is the solutions brother dont u said solved but not explain it.. we want to know too... Quote Link to comment Share on other sites More sharing options...
Question
ichikun1
Hello folks, please help
how to make player cast text whlie playing sound effects everytime he/she uses skills like F1 etc..... for female & male thank's
Edited by ichikun1update question
Link to comment
Share on other sites
7 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.