Jump to content
  • 0

Code


aris96

Question

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?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

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'
Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

his english not

maybe your mind is not enough to understand 2 lines english [bad or not].

Edited by 'Baggos'
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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