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

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
Reply to this topic...

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