Jump to content

Recommended Posts

Posted

i have L2jTeon Pack and there is not MasterHandler.java what can i do?

 

in interlude, voiced/admin commands are registered at the gs >_>

Posted

can't find this lines

 

@@ -231,6 +231,8 @@
			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Banking());
		if (Config.TVT_ALLOW_VOICED_COMMAND)
			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new TvTVoicedInfo());
+		if(Config.HAS_ALLOWVOICEDCMD)
+			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new HasCmd());
		_log.config("Loaded " + VoicedCommandHandler.getInstance().size() + " VoicedHandlers");
	}

 

in gameserver.java

Posted

can't find this lines

 

@@ -231,6 +231,8 @@
			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Banking());
		if (Config.TVT_ALLOW_VOICED_COMMAND)
			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new TvTVoicedInfo());
+		if(Config.HAS_ALLOWVOICEDCMD)
+			VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new HasCmd());
		_log.config("Loaded " + VoicedCommandHandler.getInstance().size() + " VoicedHandlers");
	}

 

in gameserver.java

 

>_>

Anyway, search for these

 

if(Config.L2JMOD_ALLOW_WEDDING)

_voicedCommandHandler.registerVoicedCommandHandler(new Wedding());

 

and add it under them.

Posted

dude actually what are U talking about... first off u dont add anything in any .class file :S.. secondly the diff files shows exactly in what java FILES u need to edit and what to edit...

  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • 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