Jump to content

[Share]Hide & Seek event


panchio

Recommended Posts

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

 

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...