Jump to content

Gold3xx

Members
  • Posts

    10
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Gold3xx

  1. Well i tried to delete menu.java but then it gives me an error when i compile it.

     

    I have no idea how to disable it :(

    private VoicedCommandHandler()
    	{
    		_datatable = new FastMap<String, IVoicedCommandHandler>();
    		
    		registerVoicedCommandHandler(new Voting());
    		
    		if (Config.BANKING_SYSTEM_ENABLED)
    		{
    			registerVoicedCommandHandler(new BankingCmd());
    		}
    		
    		if (Config.CTF_COMMAND)
    		{
    			registerVoicedCommandHandler(new CTFCmd());
    		}
    		
    		if (Config.TVT_COMMAND)
    		{
    			registerVoicedCommandHandler(new TvTCmd());
    		}
    		
    		if (Config.DM_COMMAND)
    		{
    			registerVoicedCommandHandler(new DMCmd());
    		}
    		
    		if (Config.L2JMOD_ALLOW_WEDDING)
    		{
    			registerVoicedCommandHandler(new Wedding());
    		}
    		
    		registerVoicedCommandHandler(new StatsCmd());
    		
    		if (Config.ALLOW_VERSION_COMMAND)
    		{
    			registerVoicedCommandHandler(new VersionCmd());
    		}
    		
    		if (Config.ALLOW_AWAY_STATUS)
    		{
    			registerVoicedCommandHandler(new AwayCmd());
    		}
    		
    		if (Config.ALLOW_FARM1_COMMAND || Config.ALLOW_FARM2_COMMAND || Config.ALLOW_PVP1_COMMAND || Config.ALLOW_PVP2_COMMAND)
    		{
    			registerVoicedCommandHandler(new FarmPvpCmd());
    		}
    		
    		if (Config.ALLOW_ONLINE_VIEW)
    		{
    			registerVoicedCommandHandler(new Online());
    		}
    		
    		if (Config.OFFLINE_TRADE_ENABLE && Config.OFFLINE_COMMAND2)
    		{
    			registerVoicedCommandHandler(new OfflineShop());
    		}
    		if(Config.NEW_PLAYER_PINCODE)
    		{	
    		   registerVoicedCommandHandler(new pincode());
    		}
    		if(Config.TOP_PVP_ENABLE)
    		{
    			//registerVoicedCommandHandler(new TopPvp());
    		}
    		if(Config.ENABLE_QUIZ_EVENT)
    		{
    			registerVoicedCommandHandler(new Quiz());
    		}
    		if(Config.ENABLE_HIDDENBASTARD_EVENT)
    		{   
    		   registerVoicedCommandHandler(new HiddenBastardCmd());
    		}
    		registerVoicedCommandHandler(new menu());
    		_log.config("VoicedCommandHandler: Loaded " + _datatable.size() + " handlers.");
    

    rO4sa7a.png

  2. no no no 3 was a troll keep a buckup first

    about 1 you have to search in the patch you got or files for the following

    getVotes()

    then replace it with the same method from here https://www.assembla.com/code/l2hellas/subversion/commit/504

    if you cant do it buy from sweets in marketplace the vote system he will propably help you install it

     

    1,2 fixed 

     

    hmm Does anyone know whitch file do i have to edit so i can work on main .menu panel (buttons n etc) ;

     

    KROE3Gx.png

  3. Well i got Elfocrash's vote manager which is java side  so when i spawn and try to change name or title it doesnt.

     

    2)Which file do i have to open(source) to edit Siege Manager;

     

    3)I got a pack with source(frozen) and i would like to update it to frozen version can i;

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