EdenEternal Posted January 24, 2010 Posted January 24, 2010 i have L2jTeon Pack and there is not MasterHandler.java what can i do?
Coyote™ Posted January 24, 2010 Posted January 24, 2010 i have L2jTeon Pack and there is not MasterHandler.java what can i do? in interlude, voiced/admin commands are registered at the gs >_>
EdenEternal Posted January 24, 2010 Posted January 24, 2010 in interlude, voiced/admin commands are registered at the gs >_> can't understand where is MasterHandler.java
Coyote™ Posted January 24, 2010 Posted January 24, 2010 can't understand where is MasterHandler.java I told you! You've got to register the commands on gameserver.java
EdenEternal Posted January 24, 2010 Posted January 24, 2010 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
Coyote™ Posted January 24, 2010 Posted January 24, 2010 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.
Coyote™ Posted January 30, 2010 Posted January 30, 2010 what class file does this go in? Isn't the patch enough? >_>
darren Posted January 31, 2010 Posted January 31, 2010 Isn't the patch enough? >_> what are you talking about, i was talking about the .class file. you know like java......
takhs7 Posted January 31, 2010 Posted January 31, 2010 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...
reyhanbjk Posted March 9, 2010 Posted March 9, 2010 could you make it for L2J Interlude too please? :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now