aris96 Posted April 3, 2015 Posted April 3, 2015 i am trying to pass a code in acis and i got a problem on this part cause voicedcommandhandler doesnt exist in acis: Index: java/net/sf/l2j/gameserver/handler/VoicedCommandHandler.java =================================================================== --- java/net/sf/l2j/gameserver/handler/VoicedCommandHandler.java (revision 0) +++ java/net/sf/l2j/gameserver/handler/VoicedCommandHandler.java (working copy) registerHandler(new Online()); + registerHandler(new ShowKillsInSiege()); what should i do? Quote
0 Tessa Posted April 3, 2015 Posted April 3, 2015 It doesn't support the voiced commands. You can register it as a client-side command (/command) and edit the client. Quote
0 aris96 Posted April 3, 2015 Author Posted April 3, 2015 (edited) or you can add the handler ^^ i will search it Edited April 3, 2015 by aris96 Quote
0 'Baggos' Posted April 3, 2015 Posted April 3, 2015 (edited) You have to add your code for uservoicecommand. You can see a example here. Look the code for other project, and the code for acis project and you will understand what you have to do. Edited April 3, 2015 by 'Baggos' Quote
0 Klay Posted April 3, 2015 Posted April 3, 2015 You have to add your code for uservoicecommand. You can see a example here. Look the code for other project, and the code for acis project and you will understand what you have to do. you really didn't understand what he said,did you? Quote
0 SweeTs Posted April 3, 2015 Posted April 3, 2015 you really didn't understand what he said,did you? Actually his post is legit. aCis doesn't have voiced commands. So, either you implement it back or you put the code under the user command - recommended. Quote
0 Baggoss Posted April 4, 2015 Posted April 4, 2015 (edited) i am trying to pass a code in acis and i got a problem on this part cause voicedcommandhandler doesnt exist in acis: you really didn't understand what he said,did you? So? He have to put it on uservoicedcommands. ;) In the example i gave, he will understand what to do.. Edit: sorry for my post with the second account.. I have a problem with my messages in 'Baggos' account, and i am, in/out because they send me messages here. And i forgot that i am with this account. Edited April 4, 2015 by Baggoss Quote
0 Tryskell Posted April 4, 2015 Posted April 4, 2015 Btw there's already such a usercommand, you can edit it. Quote
0 aris96 Posted April 4, 2015 Author Posted April 4, 2015 so every time i put a code that has a voicedcommandhandler i will put it in uservoicedcommand? Quote
0 SweeTs Posted April 4, 2015 Posted April 4, 2015 (edited) Everytime I go to a shop I have to buy something? -- It's up to you. Make it as a user command, implement back voiced commands or simply ignore it / don't add it. As said Tk, on aCis we have it already, it's /siegestatus. Edited April 4, 2015 by SweeTs Quote
0 'Baggos' Posted April 4, 2015 Posted April 4, 2015 (edited) his english not maybe your mind is not enough to understand 2 lines english [bad or not]. Edited April 4, 2015 by 'Baggos' Quote
Question
aris96
i am trying to pass a code in acis and i got a problem on this part cause voicedcommandhandler doesnt exist in acis:
what should i do?
13 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.
Note: Your post will require moderator approval before it will be visible.