Jump to content

SupeRMarios

Members
  • Posts

    224
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SupeRMarios

  1. Index: java/com/l2jhotel/gameserver/model/actor/instance/L2PcInstance.java
    ===================================================================
    --- java/com/l2jhotel/gameserver/model/actor/instance/L2PcInstance.java	(revision 5826)
    +++java/com/l2jhotel/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
    @@ -207,6 +207,7 @@
    import com.l2jhotel.gameserver.network.serverpackets.TradeStart;
    import com.l2jhotel.gameserver.network.serverpackets.UserInfo;
    import com.l2jhotel.gameserver.network.serverpackets.ValidateLocation;
    +import com.l2jhotel.gameserver.network.serverpackets.ExShowScreenMessage;
    import com.l2jhotel.gameserver.skills.Formulas;
    import com.l2jhotel.gameserver.skills.Stats;
    import com.l2jhotel.gameserver.skills.effects.EffectForce;
    
    @@ -5271,14 +5296,62 @@
    	 * Increase the pvp kills count and send announce
    	 *
    	 */
    +	private int impro = 0;
    	public void increasePvpKills()
    	{
    +		impro++;
    +		        
    +		       switch(impro){
    +		       
    +		                case 3:
    +   				ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 3 killing spree!", 10000);
    +   				activeChar.sendPacket(case5);
    +				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 3 without die!");
    +   				break;
    +   				
    +				case 5:
    +   				ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 5 killing spree!", 10000);
    +   				activeChar.sendPacket(case10);
    +				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 5 kill without die");
    +   				break;
    +   				
    +				case 10:
    +   				ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 10 killing spree!", 10000);
    +   				activeChar.sendPacket(case15);
    +   				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 10 kill without die");
    +   				break;
    +   				
    +				case 15:
    +   				ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 15 killing spree!", 10000);
    +   				activeChar.sendPacket(case20);
    +   				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 15 kill without die");
    +   				break;
    +   				
    +				case 20:
    +   				ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 20 killing spree!", 10000);
    +   				activeChar.sendPacket(case25);
    +   				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 20 kill without die");
    +   				break;
    +   				
    +				case 25:
    +   				ExShowScreenMessage case30 = new ExShowScreenMessage("You reached 25 killing spree!", 10000);
    +   				activeChar.sendPacket(case30);
    +   				Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 25 kill without die");
    +   				break;
    +		          default:
    +		           ;
    +		        }
    +	
    +		 
    		if ((TvT._started && _inEventTvT) || (DM._started && _inEventDM) || (VIP._started && _inEventVIP) || (CTF._started && _inEventCTF))
    			return;
    
    @@ -10379,6 +10573,8 @@
    		// temp fix here
    		if (isMounted())
    			dismount();
    +		
    +		impro = 0;
    
    		if (isTransformed() && !isCursedWeaponEquipped())
    {

  2. Us the title says this is a fake online system!

    with this you can log fake characters on game without errors on g.s

    this code dont lag your server ! i mean if you load 5k bots you will have no lag!

    i sell this code for about 20 euro!

    i accept paypal

     

    with this code i give you for free la2base base pack with source code!

    feel free to pm me

     

    I Sell It For Interlude or Gracia Chronicle

     

    its the same code like smajtso

    here is the screen

    masskill.JPG

     

    you can load 1 person or more than 1

     

     

     

    The Code + la2Base With Source = 20euro

  3. You know that what you're telling is the most stupid and failed solution, right?

    You should be smitted for making users forget what they already know o.O (irony)

     

    Anyway, since Ventic doesn't want to show us the error (-.-") I will try to check out what the heck is wrong by myself..

     

    ofc not cuz i had the same problem on l2jfree pack and i just make those changes and execute merchantlist again! so maybe this help him.. anyway i dont care about your opinion

  4. <html><title>Misc Shop</title>
    <html>
    <body>
    May I offer you a word of advice? The most expensive equipment isn't necessarily the best buy for you. A child cannot handle a two-handed sword, right? You must buy equipment appropriate for your class and experience. Now, select what you need.<br>
    <a action="bypass -h npc_%objectId%_Chat 1">Buy Equipment.</a><br>
    <a action="bypass -h npc_%objectId%_exc_multisell 003">Exchange equipment.</a><br>
    <a action="bypass -h npc_%objectId%_Wear 3000100">Try on Fighter equipment.</a><br>
    <a action="bypass -h npc_%objectId%_Wear 3000101">Try on Mystic equipment.</a><br>
    <a action="bypass -h npc_%objectId%_Sell">Sell</a><br>
    <a action="bypass -h npc_%objectId%_TerritoryStatus">Ask about the local lord and tax rate.</a><br>
    <a action="bypass -h npc_%objectId%_Quest">Quest</a><br>
    </body>
    </html>

     

    tell me the results

×
×
  • Create New...