Jump to content

Question

Posted

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?

13 answers to this question

Recommended Posts

  • 0
Posted

It doesn't support the voiced commands. You can register it as a client-side command (/command) and edit the client.

  • 0
Posted (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 by 'Baggos'
  • 0
Posted

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?

  • 0
Posted

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.

  • 0
Posted (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 by Baggoss
  • 0
Posted (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 by SweeTs

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.

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