Jump to content
  • 0

z1r3k

Question

7 answers to this question

Recommended Posts

  • 1

Look your screen, main method. That's the correct place and method is registerHandler. You have registered tvt command. Do the same. 

Edited by SweeTs
Link to comment
Share on other sites

  • 0

Well, I will be honest. It's enough to look on it. Don't you feel like your line is in wrong method and the method you  call doesn't exists (it exists under other name)? Hint, you have one command already registered.

Edited by SweeTs
Link to comment
Share on other sites

  • 0
2 minutes ago, SweeTs said:

Well, I will be honest. It's enough to look on it. Don't you feel like your line is in wrong method? Hint, you have one command registered.

Do you feel that something is wrong with my method also? cause it pop up errors.

class extend void loot{}
(
  while(for i=0) do println("hI");
)

 

Link to comment
Share on other sites

  • 0

hmm i didnt get it im trying to put this code but im getting  error

net.sf.l2j.gameserver.handler.VoicedCommandHandler.java

import net.sf.l2j.gameserver.handler.voicedcommandhandlers.BankingCmd;

if(Config.BANKING_SYSTEM_ENABLED)
		{
			registerVoicedCommandHandler(new BankingCmd());
		}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock