Jump to content

Leprus

Members
  • Posts

    89
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Leprus

  1. @TheEnd

     

    /*
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2, or (at your option)
    * any later version.
    *
    * This program is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    * GNU General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    * along with this program; if not, write to the Free Software
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    * 02111-1307, USA.
    *
    * http://www.gnu.org/copyleft/gpl.html
    */
    package eu.l2eminence.gameserver.handler.playerbypasscommandhandlers;
    
    import eu.l2eminence.gameserver.handler.IPlayerBypassCommandHandler;
    import eu.l2eminence.gameserver.model.actor.instance.L2PcInstance;
    import eu.l2eminence.gameserver.network.SystemMessageId;
    import eu.l2eminence.gameserver.network.serverpackets.ExShowVariationCancelWindow;
    import eu.l2eminence.gameserver.network.serverpackets.ExShowVariationMakeWindow;
    import eu.l2eminence.gameserver.network.serverpackets.SystemMessage;
    
    /**
    *
    * @author Nik
    */
    public class PlayerBypassAugment implements IPlayerBypassCommandHandler
    {
    private static final String[] PLAYERBYPASS_COMMANDS = { "playerbypass_augment" };
    
    public boolean usePlayerBypassCommand(String command, L2PcInstance activeChar)
    {
    	if (command.startsWith("playerbypass_augment "))
    	{
    		try
    		{
    			String subcom = command.substring(14);
    			if (subcom.equalsIgnoreCase("add"))
    			{
    				activeChar.sendPacket(new SystemMessage(SystemMessageId.SELECT_THE_ITEM_TO_BE_AUGMENTED));
    				activeChar.sendPacket(new ExShowVariationMakeWindow());
    			}
    			else if (subcom.equalsIgnoreCase("remove"))
    			{
    				activeChar.sendPacket(new SystemMessage(SystemMessageId.SELECT_THE_ITEM_FROM_WHICH_YOU_WISH_TO_REMOVE_AUGMENTATION));
    				activeChar.sendPacket(new ExShowVariationCancelWindow());
    			}
    			else
    				return false;
    		}
    		catch (StringIndexOutOfBoundsException e)
    		{
    		}
    	}
    	return true;
    }
    
    public String[] getPlayerBypassCommandList()
    {
    	return PLAYERBYPASS_COMMANDS;
    }
    }
    

     

    Its not tested, but it should work.

  2. fail again leeroy :)

     

    separate the geoserver is dumb the delay is too huge lets say an aoe attack...also the point of the separated cb server is to have 1 cb for more server

    Sorry, but just to say that i have a little access to the hidden sections of the l2j mods and they already made the geodata server, but it isn't stable yet and it was promissed for the epilogue and they couldn't make it till now, so they made CB server instead.

    And also, who wants a laggy community board? it doesnt take so much CPU as geodata is.

     

    eat my dick now.

  3. where they failed nobody said you need to use it and its for those who have more server rofl...atleast try to understand it...ALSO the skills dont have problems ncsoft dont changed many packets

     

    from 2 argument 2 invalid (Y)

    You didn't get it..

    I said that there is no need to seperate the community server from the GS and I just gave an example what also can happen.

    Also, they should focus on making Geodata server and not CB server, because CB doesn't take a shit of CPU like geodata is.

    Learn to read.. oh wait thats your speech :D

  4. And this was fake just to get the current players out and not to dissapoint donators.

     

    kkthxbb.

     

    im leaving ur topic, gf and have a nice time coding this. (ROFLMAO FAKE).

     

    Anyway, the event is a overall nice idea, but make some more protections such as on doAction to prevent stealing and make checks if the player is in event etc..

    also, when its going to be out?

  5. Nah.

    As you can see, by talking for preconfigured packs, I am talking for ones pre-made by other users.

    Every pack can be considered as "preconfigured" once you compile.

    But if you take a look at the help sections, 50% of the posts are

     

    -hey i saw these codes, where do I put them?

    -What pack are you using?

    -L2Dot by petmezis (example).

     

    So, they must learn how to do this easy shitty thing.

    There is enough guides how to use and learn eclipse. Its good that you try to make it better, but you wont. In a fact, you will just increase the preconfed packs number.

  6. O rly? Fail more like you failed on l2eminence,shut up now its my custom event so bye.

    Previews are not allowed anyway, so lock it.

     

    P.S. Noone failed on eminence, it had 160 online every day, but we decided to close it and make it ct2.4 so gtfo you leeching idiot =D I won't forget how you begged me for unban and gm char and so on and registering accounts over and over and flaming ahaaa :D

    p.s.2 stop lying that you're a female cuz you make yourself to look even more pathetic =D

    ps.3 qj mi huq ;]

  7. Reported for flame.

     

    On topic: Where did you saw a leech? Prove it please you dumb.

    Omagad plis dont make mi -1 karma or no ban mi pls pls :(

     

    On topic: Im 1023912038921% sure that its leeched, because I remember before when I had my WizZy acc you said "I will share a thing and you will give me karma ok babe?" and.. What else do you want to prove ? :)

×
×
  • Create New...