Jump to content

Recommended Posts

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..